Hi,
let's say that there has been a STO created between two plants and the outbound delivery has been picked, packed and issued to the other plant. The packing involves 1 pallet with 20 boxes.
Now, when at the reception of the other plant, it is...
Hi,
when customizing texts in SD that will appear in sales orders, deliveries and billing documents, we need texts that will only transfer from sales order to billing document and also texts that only need to transfer from sales order to delivery ...
Hi,
is there any way to track changes done to a variant table (e.g. via CU60) at a detailed level to know which lines have been deleted, added or changed?
With CC01 it is possible to create a change document, but it does not seem to have any det...
Hi,
I am facing a problem when trying to put a logic in USEREXIT_MOVE_FIELD_TO_VBAP.
I want to change the field VBAP-ARKTX based on the UPDKZ field. The logic is pretty simple, if the sales quotation item is getting created, VBAP-ARKTX = X and i...
Hi,
we want to set up a storage process with the Internal movement direction confugured.
As SAP says in the customizing info, the correct sequence could be: Remove from Stock, Pack, Deconsolidate , Perform Value-Added Services, and finally Put A...
Hi, this one seems to do the trick. Everytime an item gets created, SVBAP-TABIX = 0.However, if a created item gets modified in the same session (for example, changing the quantity of an item that has just been added) SVBAP-TABIX <> 0. Luckily, in th...
Hi, thanks, I didn't think about using the T180 data.I have tried it and I don't think it works at all. If I am using VA22 to insert a new item, the T180-TRTYP value is V not H, even though I am creating/inserting a new item.Besides, we cannot use US...
Hi Juergen, thanks for the answer.I'm dumb, I did not close the step, that is why the Z003 step did not trigger.With that and your insight about removing the auto flag in step Z001 and the process type in Z002 everything is working fine,Thank you ver...
Hi, isn't that field the EBELN from the EBAN table?Debugging the code should get you to the part of the submit:PERFORM submit(sapfm06b) USING sucomm. "Liste ausgebenInside that program that is submitted there's the function ME_REP_START_VIA_TABLE_MA...