2014 Mar 13 12:35 PM
Hi guys!
I've created my first report program and need some help to get text objects into the report. The program combines the tables KNA1, LIKP, LIPS, VBAK, VBAP and VBKD to create a deliverylist which we import as excel info a shipping service. The issue at hand is that our website allows customers to change the ship-to party's address when creating an order. The adress are not updated to KNA1, but are comitted as a text on the ship-to on the delivery itself.
The text I need in the report is RV50A-TXTWE.
Can you help me get going on how to add this from the delivery?
Thanks a lot!
Hi guys!
I've created my first report program and need some help to get text objects into the report. The program combines the tables KNA1, LIKP, LIPS, VBAK, VBAP and VBKD to create a deliverylist which we import as excel info a shipping service. The issue at hand is that our website allows customers to change the ship-to party's address when creating an order. The adress are not updated to KNA1, but are comitted as a text on the ship-to on the delivery itself.
The text I need in the report is RV50A-TXTWE.
Can you help me get going on how to add this from the delivery?
Thanks a lot!
2014 Mar 13 12:44 PM
Your problem is that its a structure. Structures are filled in a program and no longer exist after the program is closed. They are temporary data. It will have been moved to tables somewhere most likely. The next step is to debug / trace through the code to find out what was done with it.
What program were you using that created the structure?
Neal
2014 Mar 13 12:50 PM
Thanks for replying. I beleive we use the BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |