‎2007 Apr 20 6:05 PM
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
‎2007 Apr 20 6:08 PM
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
‎2007 Apr 20 6:08 PM
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
‎2007 Apr 20 6:15 PM
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
‎2007 Apr 20 7:11 PM
Zhang
just try to debug it....u can find out where u are missing on the control
‎2007 Apr 20 6:09 PM
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
‎2007 Apr 20 7:24 PM
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!!