cancel
Showing results for 
Search instead for 
Did you mean: 

How we can print one text field in VT03N transaction

Former Member
0 Kudos

Hi all,

We have a requirement like this.

we are printing shipement number detials through VT03N trnasaction.

But in footor we need to display the field Container text.

This Container text we can find in VT03N transaction

Nagivation for container text is:Enter shipment number in transaction and press enter,we will find two rows of tabs ,then in the second row tab select TEXTS tab

under that we have Container text .(we do not have F1 help on this field)

How we can call this Container text in our script.

Please help me.

Thnaks in advance

regards

Sriman.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Sriman,

to get this text to be printed... u have to use the READ_TEXT FM to get the texts...in to one internal table.. then eache line in the text will come as a line in table TDLINE.. you have loop this table or read(if u want to print one lene) then print.

Former Member
0 Kudos

Hi naresh,

i have added this in print program,

How can i upload into script footor.

Now i have the value in TLINES-TDLINE

i need to print in the script

Answers (0)