Category: SD
Message Output access sequence by Shipping Point (INVOICE RD00)
When you need to create access sequences. Using fields that are not available in field catalog you can append them to the VBRK Table. For Instance use ZZVSTEL to append to VBRK and then you need to make them available in other tables so you can create an access sequence. These tables are KOMK, KOMG [...]
Button in Sales Order ( Generic Object Services )
The Upload files button in ECC is missing from sales order. In order to place this button again in sales order, please do the following: Go to SU01; Insert Username and press Edit.; Go to parameters and set: SD_SWU_ACTIVE = X ; That’s it, go to sales order and the button will be there!!
Sales Documents Number Ranges
To see all sales documents number ranges in SAP, use transaction VN01.
VK11/VK12 UserExit on Save
If you need to trigger some code when you are saving pricing conditions in VK11 or VK12, there is an option to do that. it’s not a standard exit, but it’s a BADI. SD_COND_SAVE_A it’s the name! This way you can trigger some code inside it. SAP Badi can be activated and edited throught these transactions: [...]
Database view VBAK + VBUK (VBAKUK)
Sometimes there are tables with join views of two tables. These tables are called Database views. In this case the sales and distribution header document and document status view. It’s the “join” of two tables. VBAK and VBUK. Just go to SE16 insert VBAKUK and the filter by any fields. When programing you can access [...]
Step By Step Customer Master Records Change (XD02)
Demo Example 1 LSMW to Update Customer Master Records with Transaction Recording Call Legacy System Migration Workbench by entering transaction code LSMW. Every new lsmw project is grouped together as Project / Subproject / Object structure. Create a Project called SD_LSMW and a Subproject as CUSTOMERS and Object as CUST_XD02 . The main screen of LSMW [...]