cancel
Showing results for 
Search instead for 
Did you mean: 

Error 51 in WE02

Former Member
0 Kudos

Hi Experts,

I am doing File to IDOC scenario for Material IDOC MAYMAS05.I am sending file from MDM to ECC.

The IDOC is posted in ECC but with RED status.

I am getting an error in WE02 -"Application Document not posted."

"Messages have been issued : number 0000000000768745."

Error no :51.

Is this error related to Data.

Please tell me if anyone knows the solution.

Regards,

Swati.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check if these help to solve your problem.

Thanks,

Vijaya

Answers (4)

Answers (4)

vijay_b4
Active Contributor
0 Kudos

HI Swati,

Did you check the payload in SXMB_MONI to see if the IDOC data is correct before it is send to R/3.

If that is all ok, did you reprocess the IDoc with TCODE BD87 as there you can setup breakpoint and debug it.

Reward points if this helps

Regards

Pragathi.

vijay_b4
Active Contributor
0 Kudos

Hi Swati,

Place your cursor in the field and a small circle with two overlapping squares is the input help. Click on this, you should see all the conversion rules maintained within the system.

However, if there are no conversion rules maintained, then you would have to do the following.

1. Execute transaction code BD87, drilldown to the error details and identify the affected Vendor/Customer number. Note this number.

2. Execute transaction code WE20, open up " Partner Type KU" if a Customer, and "Partner Type LI", if a Vendor. You would see your number under here. Click on it to display it. Highlight "INVOIC02" and click on the Display icon. On the next screen, under Inbound Option tab or Outbound Option tab (depending on whether the message "INVOIC02" is under inbound or outbound parameter respectively), you would see the field "Processing code", double click on the entry here and this would take you to the details screen where you would see your function module "IDOC_INPUT_INVOIC_FI" in the field "Identification". Double click on the function module and update the data declaration and all other necessary object.

Caveat: If you're not an ABAPer, i would suggest you get one to do the update for you.

Rewards points if this helps

Regards

Pragathi.

vijay_b4
Active Contributor
0 Kudos

Hi Swati,

Even we faced same problem.There would be configurations problem in the development system.

Try to execute the same scenario in QA system also.

Check the RFC Connections,authorizations.....we had solved by correcting this.

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

Hi,

it belongs to outbound error..

Thanks,

Madhu