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

New Push Button Functional Code

former_member647955
Participant
0 Likes
1,089

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
931

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.

4 REPLIES 4
Read only

Former Member
0 Likes
932

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.

Read only

0 Likes
931

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

Read only

former_member647955
Participant
0 Likes
931

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

Read only

0 Likes
931

This message was moderated.