Application Development and Automation 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: 
Read only

MIRO Layout Issue

former_member249671
Participant
0 Likes
1,048

In MIRO when i try to record the transaction , layout appearing in a different manner.but when i execute the same MIRO normally its working fine. can any one pls guide me in this regard

5 REPLIES 5
Read only

Former Member
0 Likes
920

hi ,

Do you mean the company code pop up coming in first time and not in subsequent times ?

Regards

Seema

Read only

0 Likes
920

No, Under G/l Account Tab of MIRO there are some layouts which appearing normally from MIRo.At the time of recording its displaying in adifferent manner.

Read only

former_member329859
Participant
0 Likes
920

Hi,

At the time of startingrecording select checkbox for "Not a batch input Session"

Hope it work

Bye

Read only

RaymondGiuseppi
Active Contributor
0 Likes
920

MIRO is an MM enjoy transaction, SAP has written [Note 381630 - Batch input for Enjoy transaction in MM not possible|https://service.sap.com/sap/support/notes/381630] and [Note 381593 - MIRO/MIR7/MIRA: Batch Input is not possible|https://service.sap.com/sap/support/notes/381593] you can use some tricks like in previous answer, but you should use BAPI which are more sustainable solutions.

You can use

CreateFromData: BAPI_INCOMINGINVOICE_CREATE

CancelSingle: BAPI_INCOMINGINVOICE_CANCEL

ReleaseSingle: BAPI_INCOMINGINVOICE_RELEASE

GetList: BAPI_INCOMINGINVOICE_GETLIST

GetDetail: BAPI_INCOMINGINVOICE_GETDETAIL

ParkFromData: BAPI_INCOMINGINVOICE_PARK

SaveFromData: BAPI_INCOMINGINVOICE_SAVE.

Regards,

Raymond

Read only

0 Likes
920

Hi

I am not posting or parking the document . i am opening the MIRO Transaction through BDC after filling some header details. remaining fields will be filled by the user and he/she posts the document. My Problem is when user goes to MIRO through BDC from workitem it opens the G/l account tab with different appeaence of layout which normally shows with out BDC recording,.