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: 

Structures get updated at run time?

former_member672218
Participant
0 Kudos

Hi All,

I am bit new into this.I need to extract data from the following structures.I was informed that values get updated at run time in these structures? Is it true? If not, can you let me know from which tables i can retrieve value for these?

ADDR1_DATA

SZA1_D0100

RM06E

RV45A

SZA5_D0700

Thanx in Advance

Regards,

Venkat

4 REPLIES 4

Former Member
0 Kudos

try by putting watch point in debugging on these structures in the transaction.

0 Kudos

I am supposed to write a new program for order confirmation in Transactions VA02 and VA03. So, i would require to know how to extract data from the structures or if there is an alternate table corresponding to this structure that can be used to fetch data

0 Kudos

Hi Venkat...

Execute the Transactions VA02, VA03 under SQL Trace.

It will give the Tables that are accessed.

Typically you have the tables like :

VBAK, VBAP. For sales documents.

<b>reward if Helpful.</b>

Former Member
0 Kudos

hi,

please give your specific requirement that what exactly you want to get in the output... wheather you want to get a report or to develop a module pool transaction...It might help to give proper solution...

Cheers,

Sagun Desai.....