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: 

updating item text in the outbound delivery

Former Member
0 Kudos

Hi

I have a outbound delivery in the system . I want to update some text in the "item text" through a program. how do i do this. sample code would be great.

thanks

sankar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use the FM SAVE_TEXT to change the item text.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use the FM SAVE_TEXT to change the item text.

0 Kudos

Hi

thank you very much for your reply.

Can you explain more about the inport parameters of the FM. lets say for example I need to update "item note" in the item of a outbound delivery with text " I am doind the testing". for this scenario what the are the parameters i need to send to the FM

thanks

sankar

0 Kudos

Hi,

You need to pass the TDOBJECT, TDNAME, TDID, TDSPRAS and the internal table LINES.

The text will have the TDOBJECT, TDNAME, TDID, TDSPRAS. You can find it using the option Goto --> Header in the text editor.