on 2016 Feb 09 5:34 AM
Hi All,
We have a requirement to replicate the Ordering Address from SRM to ECC, for which SAP standard is not taking care of it, as it is a customer requirement.
There is table in SRM, where if we pass the proper data to the fields of table (Party) which is at header level of SRM PI message, then the standard SAP will take care of the mapping from SRM to ECC.
But we are not sure of what data has to pass to these fields.
Have a look on the below Structure (which exists in SRM & ECC) which is line type of Party table.
Please help on this.
Thanks in advance.
Venky
Request clarification before answering.
Hi,
Find the solution below...
While creating PO from SRM, the BADI /SAPSRM/BD_SOA_MAPPING will be triggered.
Create an Implementation for this BADI, get the SC item data using FM BBP_PD_SC_GETDETAIL and then pass the Ordering Address to field VALUE of INTERNAL_ID with Role Code as 'BA' and Action Code as '01' to PARTY table which is present in generated PI message.
This PI message will map the Ordering Address to the PO.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.