‎2012 Mar 07 8:00 PM
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
‎2012 Mar 07 8:17 PM
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