cancel
Showing results for 
Search instead for 
Did you mean: 

Map 'Confirmation Name' from SRM Confirmation to ECC

vinita_kasliwal
Active Contributor
0 Kudos

Dear All

I would like to Map the confirmation description for Service/ Limit items to ECC . I understand it is going through the FM BAPI_ENTRYSHEET_CREATEin ECC  and In SRM META_ENTRYSHEET_CREATE  but the text does not flow there and I was not able to map it .

I read through all the SDN posts and could not find an answer which explains on how I could do this . ..

I also tried doing via config not sure about that as well please could some one help me out .

Similar SDN posts which I referred . 

Ideally in ECC we would like to be seen in material document at the below place:

CONFIG :

  If you could please check ?

Regards

Vinita

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Vinita,

mapping between SRM structure and BAPI structure is done for SES by  BBP_CFSE_CREATE_PD_MAP_BE function modul and by BBP_CFGR_CREATE_PD_MAP_BE function modul for Goods Receipt.

Then, document creation is triggered either with META_ENTRYSHEET_CREATE FM or META_GOODSMVT_CREATE MF.

For more details regarding data mapping, have a look at BACKEND_CHECK method from /SAPSRM/CL_PDO_BO_CONF class. This method is called when you check your confirmation (relevant for SRM 7.0).

Regards.

Laurent.

vinita_kasliwal
Active Contributor
0 Kudos

Hi Laurent

Thanks for the quick reply as always .

So from your reply I understand that I have to do via coding and cant be done via config?

And since the FM you have mentioned BBP_CFSE_CREATE_PD_MAP_BE is a standard one I need to add changes using implicit enhancement ?

Do you have a code piece which can help me to do that  or if you can confirm which field in SRM is to be mapped to which field in ECC would be really helpful

Also when I check the BACKEND_CHECK method from /SAPSRM/CL_PDO_BO_CONF class it is only probably for checking the confirmation but my requirement is to map the description field in SRM to ECC so I am assuming this would not be useful ?

Do let me know so I can proceed accordingly and thanks a ton for a prompt reply really appreciate it

Regards

Vinita

vinita_kasliwal
Active Contributor
0 Kudos

Hi Laurent

Please do let me know if you find time

Regards

Vinita

Answers (0)