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

How to Implement BADI BAPI_RESERVATION_CREATE1

michael_teran
Participant
0 Likes
1,224

Hi,

I have a problem , In a mb21 TX I would like to add a new Field and assign a matchcode to another stabdard field

I found the following badi BAPI_RESERVATION_CREATE1 but I don't know how to implement .

Somebody knows ?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
623

Hi Michael,

BAPI_RESERVATION_CREATE1 is a BAPI (like RFC/FM) and not a BADI (like exits). You cannot implement it but if SAP has provided any enhancement points in it then you can add your customized code in it.

But I think in your case, you will have to implement BADI 'MB_RESERVATION_BADI'.

Go to tcode SE18. Enter the BADI name 'MB_RESERVATION_BADI'. From the menu 'Enhancement Implementation', select overview to check if any BADI is already implemented. If not then select Create to create a new implementation.

Please check these links too:

- Saba