Application Development 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: 

save text and read text

Former Member
0 Kudos

Hi all.

i have a requirement to copy shipment instructions text from delivery to shipment in struction text in shipment when a delivery is added to a shipment.

i can read the shipment text corresponding to the delivery using the fm read_text but when saving it to shipment i am facing a problem.

my shipment number is not geneerated at that time.so how can i get the text read using read text to be seen in the shipment before it is saved.

is there a way out?'

regards

2 REPLIES 2

Former Member
0 Kudos

Hi

U can copy the text to some internal table and use them after shipment is created.Correct me if i am wrong.

Regards

Shibin

Former Member
0 Kudos

Hi,

Till the time it gets created you can not save text, because you need to have object name to pass into save_text function module.

Regards,

Satish