on 2014 Feb 10 11:18 AM
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
Request clarification before answering.
Hi Ivy,
We are Creating PO by accepting RFX response all Zfields exist in RFX response now while creating PO we need to transfer/map the Zfields in ECC for PO creation.
for transferring we are using the PI communication channel : PurchaseorderERPRequest_OUT_V1
Can you please suggest how to proceed further / how to extend the XML if there DOC steps that will help to achieve the same , please let us know.
Regards,
Navdeep Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ivy,
It's for Classic scenario.
Regards,
Navdeep Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Navdeep,
If you are using classic scenario, then you are going to create Z-fields in SRM SC, right?
Then you want to transfer these Z-fields from SRM SC to ECC PO, right?
If so, and since you are using SRM7.02, XML will be used to transfer SC to ECC side, and I suggest you modify your XML content to add the Z-field.
Regards,
Ivy
Hi Navdeep,
If it is for extended classic scenario, please use the following BADIs to help you realize this:
SRM: BBP_ECS_PO_OUT_BADI
ECC: BBP_PO_INBOUND_BADI
Best regards,
Ivy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naveen ,
Thanks for your valuable inputs.We are using SRM7.02 version with backend system ECC EHP6 .For transferring the data we are using PI channel ESOA services.Working in Classic scenario.
We need to transfer the Custom field captured in RFx in Purchaser Order in ECC system header and item level both.
Below services in PI is used .
PurchaseorderERPRequest_out_V1
Regards
Navdeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.