on 2007 Oct 31 9:07 AM
Hi experts
Whenever the infotype value for employee first name changes (P0001-VORNR) then I want to call my subroutine VALIDATE_ENTRY in Program ZCHECK.
I am using dynamic action entry as follows : 06 1 F VALIDATE_ENTRY(ZCHECK)
In my ABAP Program VALIDATE_ENTRY how would I determine what the value of my screen variables are, I need to know what the Employee Number is and also what the modified value of P0001-VORNR is.
Please Help, useful answers to be rewarded.
Hi,
Try using this method call to get the screen values.
CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
EXPORTING
prelp = innnn
IMPORTING
pnnnn = gw_0002.
IF ipsyst-ioper = 'MOD'.
Do you code here.***
endif.
Hope this helps.
Reward if this helps you.
Regards,
Subbu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
110 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.