cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field Mapping SRM to MM

Navdeepbhat
Explorer
0 Likes
474

Hi All,

We need to map some Z fields from SRM(7.02) to MM.

We tried putting enhancement in BAP_PO_CREATE1 but not sure that this BAPI triggers while creating PO.

Please suggest if some badi / exit? where we populate the custom fields.

There are some custom fields in PR also that also need to be copied while creating PO is there option available for same.

Regards,

Navdeep Singh

View Entire Topic
Former Member
0 Likes

Hi,

It depends what you have configured in your backend logical system in SPRO. If its ERP_2.0 or lesser it will go via rfc , but if its greater than equal to ERP 4.0  it will go via webservices ( PI dependent or independent). PO uses the above logic

For PR , it always goes through RFC , so the badi would be BBP_CREATE_BE_RQ_NEW

Regards,

Naveen