2010 Mar 30 6:41 AM
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
2010 Mar 30 7:17 AM
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
2010 Mar 30 7:17 AM
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