cancel
Showing results for 
Search instead for 
Did you mean: 

Map a field from SRM Shopping cart to ECC Purchase Requisition

Former Member
0 Kudos

I am trying to map field "Internal Note" under Documents & Attachments > Texts > Internal Note on the shopping cart to field "Item note" under Purchase requisition > Item details > Texts > Item Note .

The requirement is to flow the same information from SC to PR.

Can anyone please advise how this can be done - the config is under SRm or ECC or both.

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check the BADI BBP_CREATE_BE_RQ_NEW.

Regards,

Masa

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

In SRM standard, the mapping occurs in the following way:

CALL FUNCTION 'SPOOL_RQ_READ_BAPI_EXPORTS'

SRM Internal repr. Backend PR

Vendor text -> ITXT -> 01 -> B01 -> Item Text

Internal note -> NOTE -> 02 -> B02 -> Item Note

SC "Internal note" is already mapped to PR "Item note".

If you want to change this mapping, change the standard mapping via BBP_CREATE_BE_RQ_NEW.

Kind regards,

Ricardo

Former Member
0 Kudos

I have tried to populate filed Internal note in SC but when its converted into PR the field item note does not shows the contents populated in Internal note in SC so looks like the mapping is not in place in our system so i guess we will need to use the BAPI for this task.Thanks for your help.

ruchirmishra
Participant
0 Kudos

Hi,

Can you please let us know the srm version and the scenario used.

we are facing same issue with srm 5 and classic model.

Thanks & REgards

R.M.