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

RE:HR-ABAP selection screen problem.

Former Member
0 Likes
352

hi,

hi friends iam facing one problem regarding hr ABAP selection screen ,in my program iam using PNP LDB for bonus details report

i have using selection screen declaration present for single selection.

SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-006.

SELECT-OPTIONS: S_ABKRS FOR P0001-ABKRS NO INTERVALS NO-EXTENSION,

S_WERKS FOR P0001-WERKS NO INTERVALS NO-EXTENSION,

S_BTRTL FOR P0001-BTRTL NO INTERVALS NO-EXTENSION,

S_PERSG FOR P0001-PERSG NO INTERVALS NO-EXTENSION,

S_PERSK FOR P0001-PERSK NO INTERVALS NO-EXTENSION.

SELECTION-SCREEN END OF BLOCK B3.

based on this selection iam fetching the information from infotypes using macros.

now my requirement is iam fetch the information for multiple selections means like payroll areas z1,z2 and z3 payroll informations

should be fetching once. pls any body knows solution please give me reply.

thanks & regards,

mgrao.

1 REPLY 1
Read only

bryan_cain
Contributor
0 Likes
300

You should be using a selection view (HR Report Category in the programs attributes) to filter results from the LDB.

Why is this in the objects forum?