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

Interactive ALV

Former Member
0 Likes
702

i am displaying 5 fields in the first list in an interactive ALV report and after clicking any one of those fields i am displaying the second list with some data and the problem is i am getting all the 5 fields of first list in the second list also and i dont want to display those fields in the second list is there any way to restrict those fields to first list only , its urgent.

reward points gauranteed.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

yeah u can , but it depends upon what field cata u are using in the Second List.

Maintain Diff Field Catalog in case of secondary list.

Regards

Prabhu

6 REPLIES 6
Read only

Former Member
0 Likes
672

yeah u can , but it depends upon what field cata u are using in the Second List.

Maintain Diff Field Catalog in case of secondary list.

Regards

Prabhu

Read only

0 Likes
671

hi prabhu i am using the same field catalog.

Read only

Former Member
0 Likes
671

use hot spot for particular column or for all fields on list one and then for hotspot write ur code for calling the second list..the first output will not come then..also ensure tht the field catalog for both of the lists are different..

Message was edited by:

Amit Tyagi

Read only

Former Member
0 Likes
671

just pass another fieldcat for secondary list with your desired fields.

regards

shiba dutta

Read only

Former Member
0 Likes
671

For to select the data in the secondary list you have to use another field_cat in which you have to mention the fields what ever you want............

Hope it will help you mr.

Read only

Former Member
0 Likes
671

problem solved