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

Function Group?

Former Member
0 Likes
698

Hi, guys:

I create a function group, within it, I create a normal sreeen.

It has PBO/PAI.on the screen, there are several button.

I already assign Function Code to them.

when run this transaction code, click button, why no any

response. is there place to setup something

Thanks,

Victor

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

Did you assign the function code to the button in the screen layout and used the same function code in the program. Please chek this.

Shreekant

5 REPLIES 5
Read only

Former Member
0 Likes
681

Did you assign the function code to the button in the screen layout and used the same function code in the program. Please chek this.

Shreekant

Read only

0 Likes
680

Hi, Shreekant:

Thanks a lot. actually I check it many time, everthing is there,

I don't know why. anyway thank you for your quick reponse.

Regards,

Victor

Read only

0 Likes
680

Zhang

just try to debug it....u can find out where u are missing on the control

Read only

Former Member
0 Likes
680

It's not only assigning the fucn. code to them but you also have to write a code in PAI module what should happen after click on these buttons.

no more setup is required for this only Func. code.

Regards,

Amey

Read only

Former Member
0 Likes
680

Hi!

try to debug it and find whether the ID is sent to the ok-code... anyway you can try to use sy-ucomm directly... another solution, carefully check writing of the names in screen-painter and in the PAI. try to write one name & copypaste it everywhere where it is used.

if the advice was successfull, inform me about it, please!

good luck!!