‎2008 Mar 12 10:23 AM
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.
‎2008 Mar 12 12:19 PM
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