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: 

Regarding miro tcode copy to zmiro.

Former Member
0 Kudos

Hi Experts,

i got requirement like copy miro tcode to zmiro, i copied all includes and all objects, finaly transaction code is also created.

while executing the program i got the dump,

how to solve this dump , please give me an idea to solve this issue.

Error analysis

On account of a branch in the program

(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)

or a transaction call, another ABAP/4 program

is to be loaded, namely " ".

__' *However, program " " does not exist in the library._ "_*

Possible reasons:

a) Wrong program name specified in an external PERFORM or

SUBMIT or, when defining a new transaction, a new

dialog module or a new function module.

b) Transport error

Trigger Location of Runtime Error

Program SAPLMR1M

Include LMR1MO1W

Row 21

Module type (MODULE PBO)

Module Name MOVE_DATA_TO_TAX

Regards

vijay.

1 ACCEPTED SOLUTION

former_member203305
Active Contributor
0 Kudos

Hi,

U need to add the code ZMIRO to this tables:

T169 and T196F

Regards.

P.D: Try to find another solution, it is not good advice to copy MIRO, check enhacement, badis...etc

the last and not good option is to copy a complicate transaction such as MIRO.

bye

9 REPLIES 9

Former Member
0 Kudos

Hi,

Check whether you have copied the include "LMR1MF47" or whether this include is available in your copied program.

Try to re-activate the whole set of programs .

Also go to se38 and put the include name LMR1MO1W, and double click on PERFORM MOVE_DATA_TO_tax and check whether the code is navigated to include "LMR1MF47" . If not then right click on the main program in the object navigator and click "Rebuild Object List" option.

Thanks & Regards,

Harish

0 Kudos

Hi harish,

According to u r suggestion i checked that include ' LMR1MO1W' when i click this include PERFORM MOVE_DATA_TO_tax

it is going to LMR1MF47. it going actvated all program.

finally error is not resolved. how to solve this issue.

Regads

vijay.

0 Kudos

Hi Vijay,

There are lot of complications in copying MIRO. So better try to find some alternative way for meeting your reuirements like BADI or enhacements etc.

For this error message, MODULE move_data_to_tax is declared in screen no 6005 of Function Group : MR1M. The codeing for MODULE MOVE_DATA_TO_tax OUTPUT is done in include LMR1MO1W. Include LMR1MO1W is included in include LMR1MO0M.

Going further LMR1MO0M is included in LMR1MO10. So there are lot of level available in this scenarios. So try to navigate to all these includes and check whether all these includes are there in your copied version.

Thanks & Regards,

Harish

former_member203305
Active Contributor
0 Kudos

Hi,

U need to add the code ZMIRO to this tables:

T169 and T196F

Regards.

P.D: Try to find another solution, it is not good advice to copy MIRO, check enhacement, badis...etc

the last and not good option is to copy a complicate transaction such as MIRO.

bye

0 Kudos

>

> Hi,

i added zmiro details in t169 and t169f.

stell same problem, However, program " " does not exist in the library.

give me an idea how to resolve this.

Regards

vijay.

0 Kudos

go to the main program ZSAPLMR1M and search for MIRO.

replace all the occurences of MIRO for ZMIRO and check again.

Also, search SAPLMR1M.

Regards

I was able to copy miro to zmiro and it worked fine, but i explained to the client the risk of copy and at the end i figureted out how to solve the problem without copy it.

Regards

0 Kudos

hi

there 60 includes with hard codded SAPLMR1M . now i need to change to saplzmr1m and whih include consists this i need to change to z include and change tcode miro zmiro right.. ( one doubt enhancement i have to change or not.)

"replay me it is very valuable for me."

This is how to i have move right...

Regards

vijay

0 Kudos

no need to change it.

Regards

Former Member
0 Kudos

This message was moderated.