cancel
Showing results for 
Search instead for 
Did you mean: 

updating item text in the outbound delivery

Former Member
0 Kudos

Hi

I want to update some text in item texts of outbound delivery in a program. Is there any std FM to do this?

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use function module SAVE_TEXT. Make sure to set SAVEMODE_DIRECT to X.

Former Member
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

Former Member
0 Kudos

Hi Sankara,

1. When in the delivery document, double click anywhere on the text area of the item note. This will take you to note editor. When in the editor, choose menu Goto->Header. Make a note of the first four fields and their values. Exit this document.

2. Next, fire up SE37 on SAVE_TEXT. The four fields from 1. above go into the first four fields of import parameter HEADER, but not in the same order. This should be an easy task to map.

3. Set parameters INSERT and SAVEMODE_DIRECT to 'X'.

4. In the tables parameter LINES, create several lines with TDFORMAT set to '*' and TDLINE to whateve text you want.

5. Save your input and execute.

6. Open the delivery again and look at the item note. You should see what you entered in step 4.

Answers (0)