cancel
Showing results for 
Search instead for 
Did you mean: 

Order text

Former Member
0 Kudos

Hi sd gurus

Text which is typed at line item level in sales order will flows to billing. In which table can we find out that text.

So, plz tell me that table where we can find the text given.

Regards,

Rajesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi gunda kumar,

The text in sales order will be stored in SAP script. This can viewed by executing FUNCTION MODULE(FM)

goto --> SE37 -> enter READ_FILE->

ID = 0001(depends where u entered the text)

LANGUAGE = EN

NAME = sales order number if u want header text

eg: 110010200

sales order number + item number (for item text)

eg:110010200000010 (where 110010200 is sales order number + 000010 is teh item number)

OBJECT = VBBK (header text) VBBP (ITEM text)

Execute

below u will find RESULT column with number of enteries---> double click u will find the text which u have entered

hope this helps u

regards,

Arun prasad

Edited by: arun prasad on Jun 17, 2008 10:19 AM

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use FM READ_TEXT to display text in header (VBBK) and item (VBBP).

Table : STXH (object), STXL (line)

Regards,

Lionel

Former Member
0 Kudos

Dear Kumar

you can find the sales order text item in VBAP-ARKTX and VBRP-ARKTX also

hope this will help u

for this you need to activate text determination procedure

regards

vasu

Former Member
0 Kudos

Hi,

U can see in VBAP and VBRP table for item level text..

Regards

sankar