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

Problem in MIRO transaction

Former Member
0 Likes
798

Hi,

I have written BDC for MIRO transaction.

It is populating data in the 1st screen properly. But in the second subscreen i.e. in Detail tab it is not populating value giving message as "Field INVFO-BKTXT . does not exist in the screen SAPLMR1M 6000". Kindly tell me, how to pass solve this problem. I have done correct recording.

Regards,

Pranjali.

Hi,

I have written BDC for MIRO transaction.

It is populating data in the 1st screen properly. But in the second subscreen i.e. in Detail tab it is not populating value giving message as "Field INVFO-BKTXT . does not exist in the screen SAPLMR1M 6000". Kindly tell me, how to pass solve this problem. I have done correct recording.

Regards,

Pranjali.

4 REPLIES 4
Read only

Former Member
0 Likes
624

MIRO is a SAP Enjoy transaction which uses Control screen elements. YOu cannot do a BDC for SAP Enjoy transactions.

Instead you have to use the BAPI:

BAPI_INCOMINGINVOICE_CREATE

Check the examples given in this link:

Regards,

ravi

Read only

Former Member
0 Likes
624

Use BAPI_INCOMINGINVOICE_CREATE.

BDC not possible for MIRO

Read only

Former Member
0 Likes
624

Hi,

I believe you are trying to enter the Header Text field in the Header details tab. Check what value you are passing to that, otherwise just comment that piece of code and check.

Thanks,

Mahesh.

Read only

0 Likes
624

Yes I am passing the header text. BDC is passing data to 1st sret given fields but to the other subscreen it gives error. And I can not use BAPI as I have to display screens during processing.

Kindly help.

-Pranjali.