‎2008 Nov 20 8:54 AM
Hello Experts.
i am required to call a custom infotype screen when a user clicks a push button that i have created in my infotype enhancement.
please advise me on how to do this.
thanks a lot in advance.
Best Regards,
Mark Magat
‎2008 Nov 20 10:57 AM
Hi,
I believe you can try this out,
In your PAI event , you can write the following code for reaction to pushbuttons,
At User-Command
case ' name of the ok code of the push button'.
call screen 'name of the screen'.
endcase.
Please let me know if it works fine for you.
Regards,
MD