2006 Jun 29 3:39 PM
Hi.
I have created a program that creates sales orders trought idocs. I have problems inserting item line text. (header text is no problem).
I have tried some code found on other posts, but no result yet. This is my last version of the code (edited to fit the post):
E1EDPAD
l_e1edpad-qualf = '001'.
E1TXTH1
l_e1txth1-tdid = '0001'.
l_e1txth1-tdspras = sy-langu.
l_e1txth1-tdobject = 'VBBP'.
E1TXTPI
l_e1txtp1-tdline = 'This is a comment'.
Can anyone please point out whats wrong?
2006 Jun 29 3:56 PM
Hi.
I have created a program that creates sales orders trought idocs. I have problems inserting item line text. (header text is no problem).
I have tried some code found on other posts, but no result yet. This is my last version of the code (edited to fit the post):
E1EDPAD
l_e1edpad-qualf = '001'.
E1TXTH1
l_e1txth1-tdid = '0001'.
l_e1txth1-tdspras = sy-langu.
l_e1txth1-tdobject = 'VBBP'.
E1TXTPI
l_e1txtp1-tdline = 'This is a comment'.
Can anyone please point out whats wrong?
2006 Jun 29 3:56 PM
2006 Jun 29 4:11 PM
2006 Jul 10 5:36 AM
when i have 2 or more lines in my sales order i get all comments on each line. (i.e. comment line1, comment line2... on each of the lines) How can I get the comments to come 1 on each line?
/ja
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |