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

Dynamic Tab in output screen using set_table_for_first_display

Former Member
0 Likes
885

Hello Learned,

I have a requirement where the report selection screen will dynamically gets generated, creating a individual tab for each of every special material on selection screen.

For all the user enteries in special material tab the report should display output in respecitive tab's with alv list in thier respective tabs.

currently we are dispalying the output using "set_table_for_first_display"

The Problem:

when ever a new special material is introduced the in the output screen the material tab does appear.

we want to make it appear in output screen dynamically when ever new special material is used.

Any thoughts that we can stil use "set_table_for_first_display" dispaly it dynamcially?

or is there any another way to achieve it.

Thanks

1 ACCEPTED SOLUTION
Read only

alex_cook
Active Participant
0 Likes
754

Howdy,

As you add columns to your table dynamically, can you add an entry to the field catalog for the dynamic columns?

Or typically you can copy an existing row of the fieldcatalog as a template and make the modifications needed.

Then when you call set_table_for_first_display it should display the columns.

Cheers

Alex

Howdy,

As you add columns to your table dynamically, can you add an entry to the field catalog for the dynamic columns?

Or typically you can copy an existing row of the fieldcatalog as a template and make the modifications needed.

Then when you call set_table_for_first_display it should display the columns.

Cheers

Alex

2 REPLIES 2
Read only

alex_cook
Active Participant
0 Likes
755

Howdy,

As you add columns to your table dynamically, can you add an entry to the field catalog for the dynamic columns?

Or typically you can copy an existing row of the fieldcatalog as a template and make the modifications needed.

Then when you call set_table_for_first_display it should display the columns.

Cheers

Alex

Read only

Former Member
0 Likes
754

Thanks for your quick response .. my problem there is not with the dynamic columns in table ... but it is with dynamic tabs.... I need to have dynamic tabs in the output screen ... as the materials from input screen grows