cancel
Showing results for 
Search instead for 
Did you mean: 

Writing Text to the HEADER-TEXT fields of Delivery - VL02N

Former Member
0 Kudos

Dear friends,

I have requirement where in I need to Copy Text from <b> 'DN Status History </b>' text field and copy it to <b>'Delivery Status Change' </b> Text field of the Delivery Header in VL02N from some deliveries.

By using the READ_TEXT func module I m able to read data from 'DN Status History' field into a variable t_lines of type TLINE.

Now to write into ''Delivery Status Change'

I tried COPY_TEXTS, SAVE_TEXT, COMMIT_TEXT function modules but was unable to update.

Can anybody suggest me a Function Module which updates texts in these Text fields.

Thanks,

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First use the READ_TEXT function module to read the text from ''Delivery Status Change'. then the the text will coem to internal table T_LINES, and add your text to that internal table, then use CREATE_TEXT function moduel to create the new text for that one, so this will create the text along with the old text

Regards

Sudheer

Former Member
0 Kudos

Hey It works!

Thanks Sudheer!

Keep in touch

Regards,

Daniel

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Danial

<b>SAVE_TEXT </b>along with <b>COMMIT_TEXT </b>will definitely update

the texts if you pass the parameters exactly LIKE TDNAME

TDID ..

Regards Rk

Message was edited by:

Rk Pasupuleti