Application Development 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: 

Custom field at create reservation(MB21)

Former Member
0 Kudos

Hi all,

I want to add custom field (Vendor) at create reservation (MB21) on header level data. I didnt find any suitable exit or badi for it. I am not sure if it is handled through configuration cause didnt find solution from thr as well. If someone come across the same situation or have a solution plz share it.

I`ll highly appreciate that.

4 REPLIES 4

Former Member
0 Kudos

Hi,

try using this enhancment

MBCF0007

use BAdI "MB_RESERVATION_BADI

Regards

0 Kudos

I have used this badi but its not serving the purpose. It activates at item level not for field addition at header level. If anyone knows how to add custom field at header with this badi or anyother plz mention with steps. I`ll be greatful

Thanks!

0 Kudos

There is a commit work before the User exit is called Enhancement: MBCF0007 FM:EXIT_SAPMM07R_001. so whatever data you update won't have any effect. just before calling the Exit in program MM07RFB0, there is an enhancement point where you have to create your own enhancement and populate the data.

0 Kudos

Hi!!

I have got the same problem. I have not undestood what to do. Which is the enhancement point where I have to create the Z field and populate data?

Thanks in advance.