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

Click Cancel Button

Former Member
0 Likes
556

Hi Friends,

In the BDC program how to code for clicking the Cancel icon in the standard toolbar.

Also let me know the following :

1. The 'Return delivery' can be done through MIGO as well as MB01. What is the difference b/w these two transactions for 'Return delivery'.

2. Any BDC program is available for MB01 transaction.

Pls guide me.

Thanks in advance,

Regards,

Mark K

4 REPLIES 4
Read only

Former Member
0 Likes
484

Go to SHDB and record the transaction you want.It would generate the code for you as well.

The bapi BAPI_GOODSMVT_CREATE is as good as the transaction MB01. you this bapi instead of a bdc for mb01.

regards,

ravi

Read only

0 Likes
484

In recording, the Click on cancel button is not getting recorded.

Could u tell me how to code for the same.

Regards,

Read only

0 Likes
484

I believe the BDC OKCODE for cancel in transaction MB01 is '/E'.

Read only

ferry_lianto
Active Contributor
0 Likes
484

Hi Mark,

The function code (OKCODE) for cancel button are <b>EXIT</b> and <b>E</b>.

To find out all function code for transaction MB01, please go to transaction SE41 (Menu Painter). Enter program SAPMM07M, choose Function list (Sub object) and click on Display button.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.