cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve the item text from VL03 transaction .

Former Member
0 Kudos

How to retrieve the item text from VL03 transaction .

The requirement is like this, the item text thus retrieved should be printed in the script under the item.

Accepted Solutions (0)

Answers (2)

Answers (2)

TuncayKaraca
Active Contributor
0 Kudos

Jagadieshwar,

Use <b>READ_TEXT</b> function module to get the proper item text of Delivery.

<b>ID</b>: Probably you want 0002 (Item Note), but it depends which text you want Item Note, Material Sales Text ,etc..

<b>NAME</b>: CONCATENATE Delivery Doc. Number + Delivery Item Number (e.g. 0080001729000010)

<b>OBJECT</b>: VBBP

<b>

LANGUAGE</b>: sy-langu or whatever you want.

Former Member
0 Kudos

Hi Jagadish

Please use FM: READ_TEXT with Text ID, Text Object, Name and Language to retreive the details and use in form to print.

Kind Regards

Eswar

Former Member
0 Kudos

Hi Easwar,

Thank you for the answer