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: 

Unable to record standard transaction MIRA using SHDB?

former_member552147
Participant
0 Kudos

Hi Guys!

I am trying to record transaction MIRA using SHDB for creating automatic upload invoices from excel file.

I need to submit data to “Basic data” and to “Details” sub-screens. Unfortunately SHDB does not want to record the jump between sub screens and when I process the recording it says that field from “Details” sub-screen does not exist.

Is anyone can give me a shot how can I solved this issue?

Your help will be greatly appreciated and awarded.

Thank you in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

According to note 381593, you can't use batch input for MIRA. It suggests some BAPIs instead. Please check the note.

Rob

3 REPLIES 3

Former Member
0 Kudos

According to note 381593, you can't use batch input for MIRA. It suggests some BAPIs instead. Please check the note.

Rob

Former Member
0 Kudos

In general, most enjoy-transactions are not BDC-friendly, for example ME21N, etc.

Page-downs, for example, are impossible to achieve!

Anyway, BDCs are not good in terms of performance, where BAPIs are available. Use the transaction BAPI for a list of useful BAPIs provided by SAP.

ferry_lianto
Active Contributor
0 Kudos

Hi Veb,

Why don't you try this BAPI BAPI_INCOMINGINVOICE_CREATE instead of BDC?

Regards,

Ferry Lianto