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

MIR4 BDC not working in Production system

Abhishek_2
Explorer
0 Kudos
414

We are facing one strange issue, MIR4 BDC is not working in Production system whereas its working fine in Dev and QAS. I checked with screen no., any warning messages, but could not able to find any reason for it. The message table is also not returning any error on BDC run. We tried in foreground mode, its simply coming out from the first screen itself where we enter the document number and year. Does anyone face any such issue or any solution where the issue is. I am using below statement while calling BDC.

CALL TRANSACTION 'MIR4' USING bdctab MODE p_mode UPDATE 'S' MESSAGES INTO messtab.

Accepted Solutions (0)

Answers (2)

Answers (2)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Kudos

Hello @Abhishek_2 

I can't give you a ready made solution to the BDC problem. BDCs are outdated and inherently unstable, which you are experiencing right now.

I'd suggest redesigning the solution and using BAPI_INCOMINGINVOICE_CHANGE and BAPI_INCOMINGINVOICE_RELEASE functions.

Best regards

Dominik Tylczynski

Abhishek_2
Explorer
0 Kudos
I need to change the saved document which is created from BAPI_INCOMINGINVOICE_SAVE for Bill of Lading, to edit this document and save it to create its line item. There is no BAPI available for this functionality, so I am using this BDC of MIR4.
Abhishek_2
Explorer
0 Kudos
While using BAPI_INCOMINGINVOICE_CHANGE for saved document we are getting error: Error in routine MRM_RBKPV_CHECK -RBKPV-RBSTAT
Abhishek_2
Explorer
0 Kudos

With MIR4, I want to change the saved document and then Accept and Post with some more changes.

Abhishek_2
Explorer
0 Kudos
and this is working absolutely fine in Dev and Qas, but the issue is in Production only.