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: 

Shipment text user exit during VT01N

Biswajit_Nag
Discoverer
0 Kudos
157

Hi Experts,

I have an requirement during shipment creation in VT01N. When user save transaction during save I need to store some values of a particular text into and custom table.

READ_TEXT we can't use here as during creation as it'll not immediately save the text when clicked on save button. During this SAVE we need to identify the text so that I can get the value from it.

 

2 REPLIES 2

radinator
Participant
0 Kudos
91

May I ask what your actual question is?

Do you want to knwo what is the best/correct way to save the test in your custom table?

Or do you want to know how to implement the save mechanic? If so use google for "sap implicit vs explicit enhancements" and watch some yt videos which explain the difference and how to implement them.

0 Kudos
78

No I don't want how save mechanism work and I know implicit and explicit enhancement. I just wanted to know how to get the text information during shipment creation. I know object id of the text,but we can't use FM READ_TEXT as during creation it's in process and not committed