cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in data Replication from S/4 HANA 1909 to CARAB 4.0 for PMPL, PMCH and PAHY using DRFOUT

0 Likes
11,085

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

pmch-error.jpg

pahy-error.jpg

pmpl-error.jpg

Accepted Solutions (0)

Answers (8)

Answers (8)

0 Likes

Hi Prasad,

Any update? For PMPL, Pls apply Sap Note 2800725 and Sap Note 2790336

Has the above notes solved your problem?

Regards//Rohit

0 Likes

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

0 Likes

Thanks, Shrivastava.

We have the issue with FM: /DMF/MDIF_PROD_LOC_INBOUND. We will check with the above options.

0 Likes

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

0 Likes

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

0 Likes

Hi Shrivastava,

We are also having similar issue. Could you please share if you find any solution for this.

Thanks

Prasad K

pramodu
Active Participant
0 Likes

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

0 Likes

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.

former_member631785
Discoverer
0 Likes

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:

https://help.sap.com/viewer/e95c8443f589486bbfec99331049704a/4.0/en-US/dd1c9c51107dfc53e10000000a445...

Regards,

Karun Gaur