‎2010 May 07 7:56 AM
Hi ABAPers,
I make a modification on MM01/02/03 (program SAPLMGMM) and have issue when I create new button. I create function code ZB1 for this button, but when I test it it doesn't work and error notification say that
"Record O2 ZB1 does not exist in table T133E"
So I add this record in T133E but I get run time error in next test.
Could anybody help on this issue. What is the procedure to create new customer button in MM01/02/03.
Thanks a lot
Regards
Hadi
‎2010 May 07 2:04 PM
What is the result of debugging? Use System -> Utilities -> Debug screen (or /h in the command bar) right before you hit your button to see what the program does when you hit your custom button.
‎2010 May 07 2:04 PM
What is the result of debugging? Use System -> Utilities -> Debug screen (or /h in the command bar) right before you hit your button to see what the program does when you hit your custom button.
‎2010 May 07 2:26 PM
Hi takeabyte,
The run time error said that:
This may be due to any of the following reasons:
1. One of the program "SAPLMGDS" or "SAPLMGMM" is currently being developed. The name "ZB1" (this is new function code I create) of the call routine may be incorrect or the routine "ZB1" is not yet implemented in program "SAPLMGMM"
2. If the program "SAPMSSY1" is involved in run time error, one of the function modules called via RFC is not flagged as remote-capable
3. There is inconsistency in the system. The version of program "SAPLMGDS" and "SAPLMGMM" don't match
I am not pretty familiar with those three message but I suppose the error is cause by no 1, because I just create new function code ZB1. It's said that routine "ZB1" is not yet implemented in program "SAPLMGMM". How can I implement routine "ZB1" in program "SAPLMGMM"?
Thanks
Regards
Hadi
‎2010 May 17 7:53 AM
I made mistake when I add records in T133E.
Once I fix it, the button work properly...
Thanks all for the attention and help.
Regards
Hadi
‎2015 Apr 29 7:27 AM