‎2010 Aug 11 9:57 AM
Hi all,
I have developed a module pool program , in which I have used push buttons for details , save , delete.
but okcode is taking only fctcode of details only.
I have even used clear okcode.
but still, only details is taken by okcode.
please do refer the possible cause for this error, and an approach to fix this problem.
thanks and regards,
Namratha Vasireddy
‎2010 Aug 11 10:27 AM
Hi Vasireddy..
your question..........
......................................................
I have developed a module pool program , in which I have used push buttons for details , save , delete.
but okcode is taking only fctcode of details only.
I have even used clear okcode.
but still, only details is taken by okcode.
please do refer the possible cause for this error, and an approach to fix this problem.
.....................................................................................
did you give okcodes for all the push buttions which you created in the program and saved it.. then put the break point on each fuction code in the program.. and debug it .. by which you will know where you have done the mistake..
ask me any help in this regard..
hope this answer will help you..
Regards,
Kiran
‎2010 Aug 11 10:33 AM
Hi Siva,
Try to declare a new variable save_ok and at PAI move ok_code to save_ok and clear ok_code.
regards
‎2010 Aug 11 11:07 AM
Hi,
Switch on Debugging using /h in Command field and just after this Push any button and in the Debugger mode check the Value of SY-UCOMM.
Hope this will help you to understand the problem.
Thanks and Regards,
Faisal