cancel
Showing results for 
Search instead for 
Did you mean: 

How can we pass the catalogue name to ECC?

Former Member
0 Kudos

Hello,

We would like to pass the catalogue name across to the ECC PO item for reporting purposes. We have created a new Z field on the PO item table. We are using the classic scenario and are creating POs directly from the shopping cart after approval.

We are struggling to find a way to pass the value of the catalogue name, which is held as atandard in the shopping cart structure in SRM, to the field on the ECC PO. Can anyone advise?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi Paul,

You could use the Badi BBP_CATALOG_TRANSFER to assign the iv_webservice_id to a specific CUST_FIELD[X] coming from the catalog and then map this through to your customer defined field from SC -> PO etc. This would probably be the easiest way to do this.

Regards,

Jason

Former Member
0 Kudos

Thanks Jason,

The catalogue ID is populated in a standard field on the shopping cart. Are you suggesting that if we put the catalogue ID in a custom field on the shopping cart, that would be easier to transmit to ECC?

Regards

Paul

jason_boggans
Active Contributor
0 Kudos

Hi Paul,

Sorry for the delay - yes, as you have already created a z field for the PO, it is probably just as easy to complete this process using customer defined fields.

Regards

Jason