Application Development and Automation 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: 
Read only

Help to get text objects in ABAP

Former Member
0 Likes
793

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!

2 REPLIES 2
Read only

Former Member
0 Likes
664

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

Read only

0 Likes
664

Thanks for replying. I beleive we use the BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'