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: 

Name of the table which stores report contents and layout changes

Former Member
0 Kudos

Hello everyone,

Is there any table which stores the report names that are created from table.

For example if my table name is 'ABC' a new report will be created for table at run time '/1BCDWB/DB/ABC'.

I also need to have table names, which stored the values when a layout is changed

For example if I have ten fields in my table, first time ill choose 5 fields, second time ill change the layout and choose 10 fields and ill save the layout.

If any Function modules are there please let me know

Please let me know, if anyone has details.

Thanks,

Gayatri.

3 REPLIES 3

GauthamV
Active Contributor

TRDIR view will contain the program names generated for tables.

Former Member
0 Kudos

Hi,

If my understanding of your questions is not wrong, here are what you need:

+ tables: REPOSRC, TADIR...

+ FM: RPY_PROGRAM_READ or RPY_PROGRAM

Check these links:

1,

2.,

3,.

Hope that helps.

Best regards,

Paulb

Former Member
0 Kudos

HI,

TRDIR - will contain the program names generated for tables

STXH - will contain the layout changes information, you have to pass tdobject as 'FORM' and tdname as your layout name and

tdid as 'TXT'.

Hope this will helps you.

Regards,

Kiran