2010 Dec 17 2:52 PM
Hello all gurus,
in SAP SRM 7 is possible to cut & paste item position. The procedure is quite simple: the user can select an item (1), click on "Cut", then select another line (2) and press "Paste".
This operation triggers the CHANGE badi for PO in which a single item is passed, which is the one that was "cutted".
My task is now to get the line (2) in the change badi, in order to know where the line (1) will be copied.
I can easily get all the items of the order via a getdetail () call; I obtain the item situation before the copy.
How can I retrieve information about the lead selection currently active ?
Waiting for your help, best regards
M.
2010 Dec 20 10:52 PM
Ok, I realized I can't access from BADI to the WDA "upper" level. The only workaround found is to propagate info via additional fields from the WDA to the lower processing structures.