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: 

Get Parameter id (HR/HCM)

former_member201275
Active Contributor
0 Kudos

How can I find where a parameter id is set?

I have the code:

GET PARAMETER ID 'PA_CHECK' FIELD LV_INDICAT.

IF LV_INDICAT = 'X'.

etc.....

When I test the code the LV_INDICAT field always has an 'X' but where do I find where this is populated. Someone else running this previously did not get an 'X' when running this same program?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

One thing You can check if that parameter id is not set in user profile as default.

3 REPLIES 3

Former Member
0 Kudos

One thing You can check if that parameter id is not set in user profile as default.

0 Kudos

Hey Gaurav, you are the man, thank you! That was exactly that.

0 Kudos

Happy to help.