Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UserExit development

Former Member
0 Likes
842

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

8 REPLIES 8
Read only

Former Member
0 Likes
819

I would suggest you to use SAP memory to send values between sessions.

Read only

0 Likes
819

Can you please elaborate more on this and also if possible provide me with some logic?

vishal

Read only

0 Likes
819
SET PARAMETER ID <pid> FIELD <f>.

GET PARAMETER ID <pid> FIELD <f>.

where <f> is unloading point variable/field.

Read only

0 Likes
819

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

Read only

0 Likes
819

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?

Read only

0 Likes
819

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

Read only

0 Likes
819

Can anybody help on this?

vishal

Read only

Former Member
0 Likes
819

Answer upto the mark.