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: 

table name

Former Member
0 Kudos

can anyone please tell me the table name for ARSEG structure.

please.

thanks in advance

3 REPLIES 3

Former Member
0 Kudos

Hi

Check out if RSEG is the one.

Thanks

Vasudha

Former Member
0 Kudos

HI

to know the table name for some structure then use this FM

Anyway, call function module RS_PROGRAM_TABLES using parameter values

OBJECT_TYPE = 'TRAN' " transaction

OBJECT_NAME = '<name of your transaction>'

OR

Go to transaction ST05

make sure only 'SQL Trace' is checked on the left side

Click on 'Activate Trace' on the right side

Then, run your transaction

Come back to the ST05 screen and click on 'Deactivate Trace' and then 'Display Trace'

<b>Reward if usefull</b>

Former Member
0 Kudos

Hi

Use the tables RBKP and RSEG related to vendor Invoices

Regards

Anji