on ‎2020 Dec 11 9:47 PM
We are using DRF (DRFOUT) for replicating master data (communication channel RFC) from S/4 HANA 1909 to CAR 4.0.
We have replicated product data and location data successfully without any error but receiving error when sending product location data (PMPL), Material Group Hierarchy (PMCH) and Article Hierarchy data (PAHY) in the receiving function module in CAR.
The error is as follows:-
1) Exception 1 during remote function call of /DMF/MDIF_PROD_LOC_INBOUND (PMPL)
2) Exception 0 during remote function call of /DMF/MDIF_PROD_HIER_INBOUND (PMCH)
3) Exception 1 during remote function call of /DMF/MDIF_PROD_HIER_INBOUND (PAHY)
We have tried debugging PMPL and found that when the respective FM in CAR system is called,
the data becomes invalid (##) (**). Also the data structure in S/4 HANA and CAR is not the same.
We have verified the UoM/ISO Code as per the guideline, Public calendar still the same error is coming.
Has someone faced this error? Are we missing some basic note implementation? Though we are using the latest version both in S/4 as well as CAR.
PFA the error screenshot in the DRFLOG.
Looking forward to an earliest reply.
Pls let me know for any further clarification.
Thanks & Regards,
Rohit Shrivastava
Request clarification before answering.
Hi Prasad,
Any update? For PMPL, Pls apply Sap Note 2800725 and Sap Note 2790336
Has the above notes solved your problem?
Regards//Rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hope it helps. Pls let me know if it solves your problem.
Basically it will change the data type (to INT4) lenth in the data element DMF_GOODS_RECEIPT_TIME as per the attachment.
Regards//Rohitfix-to-pmpl-replication-issue.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Shrivastava.
We have the issue with FM: /DMF/MDIF_PROD_LOC_INBOUND. We will check with the above options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pramod,
For PMCH and PAHY which uses the same FM (/DMF/MDIF_PROD_HIER_INBOUND), the issue is with a flag IV_FULL_REFRESH which should always be passed a X from the sending system(ECC). If the flag is not set to X then system will throw an exception.
For the same, You will need to install notes 2885828 and 2881913 for the version of DDF you are on.
(fyi...There is also a follow up bug fix notes 2979911 and 3000106)
For PMPL, Pls apply Sap Note 2800725 and Sap Note 2790336
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pramod,
We used a custom filter object just as a copy of standard for any future changes.
For PAHY and PMCH, it seems a bug in the code.
Regards//Rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Rohit-
Look SAP note 2723873 - Exception 8 during Remote Function Call of /DMF/MDIF_PROD_HIER_INBOUND . Based on that it happens when replicate from S/4 HANA development system to S/4 HANA quality environment.
DRFOUT with outbound implementation PAHY only supports the replication of article hierarchy data to a CAR/PMR system
If above if not the case then try this option.
I see in your given screen shot Filter Object Z , did you copy the filter object?
Filter Object PMPL, PMCH, PPLT etc to keep as standard although if you need to extend
filter logic if need to be customized in S/4 HANA to run DRFOUT.
using Custom does not recognize in CAR side Filter Object and result in error. Can you pls try keeping standard Filter object and see if it works.

SAP Config view

Thanks,
Pramod
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Karan,
1) Config is correct in terms of filter, business object, outbound implementation and replication model.
2) Also the control parameter for MCH is correct
It seems some bug/issue with the receiving function module.
Thanks for reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rohit,
Perhaps something is missing in DDF config, can you check your Replication model - outbound implementation's communication channels are 4 replication via RFC, and secondly check that you have selected "Send Material Group Hierarchy" in control Parameters. also, make sure the filter for MCH and product in DRFF is maintained.
Also, check the CAR side config explained in the given link:
Regards,
Karun Gaur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.