Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC for MIRO in AFS- SAP_APPL 500 possiblity

Former Member
0 Kudos
144

Hello All,

Can any one suggest me can we do BDC in miro transaction ? sap note 381593 is mention as , batch input is not possible and not recommended by SAP with enjoy transaction like MIRO, MIGO, ME21N.

we are in following version AFS- SAP_APPL 500 ..

Regards,

sabya

1 ACCEPTED SOLUTION

Former Member
0 Kudos
84

Hi Sabya ,

Instead of BDC for MIRO you can try using bapi> BAPI_INCOMINGINVOICE_CREATE.

Regards

KP

5 REPLIES 5

Former Member
0 Kudos
84

The note tells you what to do. Try its recommendations.

Rob

0 Kudos
84

Hi All,

Thanks for your response . I am trying with BAPI_INCOMINGINVOICE_PARK ,getting error s like ' System error: Error in routine MRM_DRSEG_FILL(SAPLMRMH)' .

My requiremt is to park docuemnt in MIRO trans .

Can any one suggest any thing iam missing ..

Regards,

Veera

0 Kudos
84

Please check whether you have passed all mandatory parametrs. In documentation there are lot of examples given. Plus try to debug this routine check why this error is thrown,

Nabheet

Former Member
0 Kudos
84

Hi,

Yes, because this is Enjoy SAP transaction therefore you cannot write a BDC for this, use BAPI instead. SAP encourage you to use standard object.

For detailed discussion read this thread: [No BDC for Enjoy transactions |;

P.S.: Read Micky Oestreich`s answer.

Former Member
0 Kudos
85

Hi Sabya ,

Instead of BDC for MIRO you can try using bapi> BAPI_INCOMINGINVOICE_CREATE.

Regards

KP