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

Custom field at create reservation(MB21)

Former Member
0 Likes
2,978

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.

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
Read only

Former Member
0 Likes
1,279

Hi,

try using this enhancment

MBCF0007

use BAdI "MB_RESERVATION_BADI

Regards

Read only

0 Likes
1,279

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!

Read only

0 Likes
1,279

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.

Read only

0 Likes
1,279

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.