Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Link Text to SO Line item

Former Member
0 Kudos
143

Hi,

In SALES ORDER LINE ITEM 1 ,Text entered is COLUMN 1

In SALES ORDER LINE ITEM 2 ,Text entered is COLUMN 3

In SALES ORDER LINE ITEM 3,Text entered is COLUMN 2

Now in smartforms ,I have to display the above.

ex: in COLUMN 3 ,Line item 2 should be displayed .how can i link the TEXT ENTERED IN LINE ITEMS with SALES ORDER LINE ITEM

1 ACCEPTED SOLUTION

Kanagaraja_L
Active Contributor
0 Kudos
61

1. Open any one of the Sales Order in TCODE VA02

2. Double Click on the Line Item

3. Click on the Tab "TEXT"

4.Double click on the Right Hand side box

4.From Menubar, GOTO->HEADER, Here you will get ID, NAME (VBELN+POSNR), OBject, and Language

5. Pass those parameter to Function Module READ_TEXT

If you get ID(May be Custom Y020),Object(VBBP) then You can concatenate VBELN+POSNR (Preceeding with Zreos) for Object then Pass to Function Module READ_TEXT

1 REPLY 1

Kanagaraja_L
Active Contributor
0 Kudos
62

1. Open any one of the Sales Order in TCODE VA02

2. Double Click on the Line Item

3. Click on the Tab "TEXT"

4.Double click on the Right Hand side box

4.From Menubar, GOTO->HEADER, Here you will get ID, NAME (VBELN+POSNR), OBject, and Language

5. Pass those parameter to Function Module READ_TEXT

If you get ID(May be Custom Y020),Object(VBBP) then You can concatenate VBELN+POSNR (Preceeding with Zreos) for Object then Pass to Function Module READ_TEXT