cancel
Showing results for 
Search instead for 
Did you mean: 

script regarding text id

Former Member
0 Kudos

Hi,

I have requirement regarding text id in delivery I have textid in which i have to fetch data from a file and put the data in the text id.

how to write the code for this.

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Double click on the Text in delivery which you wants to fetch

It will take you to a text editor

from the menu

GOTO-> header

it displays the parameters like OBJECTNAME,OBJECT,ID and LANG

which are the 4 parameters that has to be passed to fetch the text using the Fun module READ_TEXT

generally we have header and Item texts For header text we pass Delivery number as OBJECTNAME and for item texts we pass concatenation of delivery and Item numbers as Objectname

Regards

Anji