Application Development and Automation 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: 
Read only

Write the ABAP Function Group Problem

Former Member
0 Likes
526

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

3 REPLIES 3
Read only

Former Member
0 Likes
484

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.

Read only

Former Member
0 Likes
484

hi ,

ofcourse Screen logic will trigger based on the FM in which this screen has been called.

Read only

Former Member
0 Likes
484

thank you very much.

Regards,

Luke