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

Executing Transaction MIRO via a ABAP program (background job)

Former Member
0 Likes
1,635

Hi All,

We are upgrading from 4.5B to ECC6 (Version 6.0)

In 4.5B, we have a background program that creates a BDC session for the transaction MR1M. It populates the drop-down menu with all have the inbound delivery numbers from a sub-system. In the drop-menu screen there are page buttons (Up and Down) that you can use if you have a lot of inbound deliveries.

In ECC6, the transaction code is MIRO. The drop-down menu does not have page buttions, so to create a BDC Session to imulate this transaction and use the drop-down menu is diffcult.

Is there a BAPI and/or Func. Module I can use to populate this drop-down menu????

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,050

See [note 381593|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=381593]

Rob

Hi All,

We are upgrading from 4.5B to ECC6 (Version 6.0)

In 4.5B, we have a background program that creates a BDC session for the transaction MR1M. It populates the drop-down menu with all have the inbound delivery numbers from a sub-system. In the drop-menu screen there are page buttons (Up and Down) that you can use if you have a lot of inbound deliveries.

In ECC6, the transaction code is MIRO. The drop-down menu does not have page buttions, so to create a BDC Session to imulate this transaction and use the drop-down menu is diffcult.

Is there a BAPI and/or Func. Module I can use to populate this drop-down menu????

Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
1,051

See [note 381593|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=381593]

Rob

Read only

0 Likes
1,050

Thanks Rob,

I will give this a try and let you know how a make out.

Read only

0 Likes
1,050

Hi Rob,

I was able to use the note. Thank you for your help.