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: 

need to add selection screen and it's processing.

Former Member
0 Kudos

Hi ,

i need to add a selection-screen additonnally as part of Existing Selection-screen and it's processing to number of reports. All the reports are custom reports.

i need to achive this without changing the reports much. and i need to run most of the reports in background.

Please tell me the possible ways.

2 REPLIES 2

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

The better way to do that is

1. Seletion-screen design

create an include program and define common selection-screen fields for all programs.

2. Logic Design:

create an include program and define only form definitions, which will be called by programs if required. This program should contain only form definitions

3. Define an include to define all data definitions required for programming logic.

Now changes to programs:

1. Add the Include program for selection-screen in your programs for getting logic.

2. If any logic is need to be added, just call the subroutine by passing values. (It should call the form definition in the above step2)

So ultimately your making only the below changes to your programs:

1. Adding Include programs

2. Calling subroutines where ever logic need to included

Thanks,

Ramakrishna

Former Member
0 Kudos

hi ramakrishna,

small information i forgot to give you. this selection-needs to be activated programs based on a table entry. if entry exist we need to activate or not. How to avoid the event AT Selection-screen output Event.

jaffer vali shaik