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

predefined alv report

Former Member
0 Likes
275

Hi there,

I have encounted a problem while dealing with sap defined alv report program. i have copied it to z form, and i want to know how to customize the selection screen i.e i want to remove all unwanted fields and have to add other fields.

as quick as possible pls find the solution for this one.

1 REPLY 1
Read only

Former Member
0 Likes
258

First you would need to maintain the selection criteria in your Selection Screen. Remove the criteria you don't want and add the ones you want.

Adjust the internal table where you select all the data in by removing unwanted fields and adding the ones you want.

Adjust your data selection to take into account the changed select-options. You might also need to add new tables to select data from based on what data you want to display

Then adjust the field catalog of the ALV to display the fields you want to see.

Last add any logic for hotspots or other functionality you want to use.

Hope that helps,

Michael