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: 

HR related query

Former Member
0 Kudos

Hi experts,

i am developing report.

requirement :

on selection-screen there are select-options.

1) Personnel no

2) Employee name

user can choose either of them.

now my query is when i select personnel no, report shows correct output in Script.

if user enters value in second select-option lets say a* then report should pick up all the values and to display in Scipt.

since this report is built using HR-ABAP concepts. i am finding difficulty in writing code.

how to get the values related to the employee using macros.

any sample code??

thanks in advance.

Saurabh.

1 REPLY 1

Former Member
0 Kudos

U need to get exact requirement .. on Employee name ..

(Is it NACHN or VORNA )

Get pernr from PA0002 based on either NACHN or VORNA ..

and U can show the report as U did when Personnel no is selected ..