Skip to Content
0
Former Member
Oct 31, 2007 at 09:07 AM

Calling subroutine in dynamic actions

173 Views

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.