cancel
Showing results for 
Search instead for 
Did you mean: 

Item text in output

Former Member
0 Kudos

Hi Friends,

How to get item text in output (Smartform), which is maintained at Sales order Item Level - Text Tab aginast a line item. Pls reply me the table name and fielnd name.

Text is maintianed almost 20 words (100 Char)

Srikky.

Accepted Solutions (1)

Accepted Solutions (1)

former_member266852
Active Contributor
0 Kudos

Hi

Getting the sales order text item data is bit complex work. you can get the text by following

1. Go to SE11 brows the table STXH

Get the following TEXT OBJECT " VBBK"

TEXT NAME " Sales order No."

TEXT ID " TEXT ID OF ITEM"

2. GO TO SE37

Put the function Module " READ_TEXT"

Put the following Value

ID "TEXT ID"

NAME " Sales Order No."

OBJECT "VBBK"

BY THIS YOU CAN ACHIEVE THE TARGET.

Regards

Shambhu Sarkar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Friend,

Go to T.code VOTX and you will find all the Texts related to Customer and documents. You dont have to give any Table and Fields for Texts. You have to give the Text Ids that you will get in T.code VOTX.