‎2010 Jan 07 7:32 AM
Hi Folks,
Unloading point is being coming into the filed of an idoc segment. As per the requirement I need to capture that value of the Unloading point and put the same into the SDSA field of the unloading point in a Userexit.
Can anybody suggest the logic along with the flow?
vishal
‎2010 Jan 07 7:40 AM
I would suggest you to use SAP memory to send values between sessions.
‎2010 Jan 07 7:44 AM
Can you please elaborate more on this and also if possible provide me with some logic?
vishal
‎2010 Jan 07 7:52 AM
SET PARAMETER ID <pid> FIELD <f>.
GET PARAMETER ID <pid> FIELD <f>.where <f> is unloading point variable/field.
‎2010 Jan 07 7:55 AM
Thanks for the information. But how the same ingoing to updated on the SDSA screen and then how the same is going to saved?
vishal
‎2010 Jan 07 8:08 AM
Once you recieve the values on SDSA screen(from get parameter ID) then you can update them as you want.
Do you like from me to write code for you on this?
‎2010 Jan 07 8:11 AM
If you could help me out with the logic from fetching the data from Idoc segment till updating the same in SDSA and save it on SDSA screen.... it would be of great help.
Thanks
vishal
‎2010 Jan 08 7:32 AM
‎2010 Jan 25 10:42 AM