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

table name

Former Member
0 Likes
514

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

please.

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
472

Hi

Check out if RSEG is the one.

Thanks

Vasudha

Read only

Former Member
0 Likes
472

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>

Read only

Former Member
0 Likes
472

Hi

Use the tables RBKP and RSEG related to vendor Invoices

Regards

Anji