RSSCategory: SD

Message Output access sequence by Shipping Point (INVOICE RD00)

| May 19, 2009 | 2 Comments

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 [...]

Continue Reading

Button in Sales Order ( Generic Object Services )

| April 23, 2009 | 0 Comments

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!!

Continue Reading

Sales Documents Number Ranges

| April 1, 2009 | 0 Comments

To see all sales documents number ranges in SAP, use transaction VN01.

Continue Reading

VK11/VK12 UserExit on Save

| March 28, 2009 | 5 Comments

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: [...]

Continue Reading

Database view VBAK + VBUK (VBAKUK)

| March 4, 2009 | 0 Comments

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 [...]

Continue Reading

Step By Step Customer Master Records Change (XD02)

| February 25, 2009 | 0 Comments

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 [...]

Continue Reading