‎2008 May 06 6:43 AM
Hi,
I have copied a standard module pool program to a Z program.
It is a tree display. In my Z program when I expand the parent node, child nodes are not coming. While debugging I saw that the okcode value is not getting populated while expanding the parent node. Whereas in the standard program it is coming as %_GC 102 18.
Any valuable suggestions would be appreciated.
Thanks & Regards,
Soumya.
‎2008 May 06 6:45 AM
Have you copied the menu list of standard to your z REPORT?
Have you created the GUI interface?
Regards,
madan.
‎2008 May 06 6:45 AM
Have you copied the menu list of standard to your z REPORT?
Have you created the GUI interface?
Regards,
madan.
‎2008 May 06 6:46 AM
Check whether the function-code is getting populated to system variable to sy-ucomm. If yes, then populate sy-ucomm to ok_code in your program or work with sy-ucomm instead of ok_code.
If you are not getting function-code in sy-ucomm, then probably you have not created or activated GUI status for the program.
‎2008 May 06 6:49 AM
Please check if you have defined the OK_CODE in the Element List of the screen. One common mistake that most of us do...