cancel
Showing results for 
Search instead for 
Did you mean: 

Adding New Field in MB51

Former Member
0 Kudos
5,576

Dear All,

Requirement is to add new field 'Ship-to Country' in standard report RM07DOCS (MB51) , How can I go about it ?

1) Updating the enhancement points which exists in the report ?

2) Raising Query in SAP to get any OSS notes

3) Copy the standard RM07DOCS into Z Program and add this new field ?

Kindly suggest the best method asap.

Thanks

Nav.

Accepted Solutions (1)

Accepted Solutions (1)

former_member194669
Active Contributor
0 Kudos

You need to look for structure V_MMIM_REP_CUST. you can find some sap notes regarding this how to add fields in MB51

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can try through SAP configuration.

Path: SPRO -> Materials Mgmt -> Inventory Mgmt & Pyhsyical Inv -> Reporting -> Define field selection for material document list.

Otherwise you may want to copy program RM07DOCS to ZRM07DOCS and modify the code to include your own fields. Also you may want to create your your own transaction code let's say ZMB51. This way you can include any customer fields

Regards

Kiran Sure

m_amilov
Explorer
0 Kudos

Hi,

Can we add to this configuration tables except MSEG and MKPF?

I need to add EKKO-ERNAM.

Former Member
0 Kudos

Hi ,

Copy the standard RM07DOCS into Z Program and add this new field , would be a problem if there are any new patches added .

Vind.

Former Member
0 Kudos

Thanks for the reply mate.

I couldnt find any OSS notes which can add new field for the given structure.

former_member194669
Active Contributor
0 Kudos

Check SAP note 357187