‎2010 Apr 12 4:03 AM
Dear All,
I have some question in the ABAP Object.
The function group had some screen logic here.
if i run the function module under this function group, screen logic will be trigger or not?
Regards,
Luke
‎2010 Apr 12 7:50 AM
One of the FMs in the function group will be calling that screen. Need to find out the FM calling the screen to execute the screen.
‎2010 Apr 12 9:36 AM
hi ,
ofcourse Screen logic will trigger based on the FM in which this screen has been called.
‎2010 Apr 16 9:53 AM