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

Module pool SAPMM08N copy activation problem.

former_member205645
Participant
0 Likes
847

Hello Gurus, i have copied the module pool program SAPMM08N - tranzaction 'mir6', with every thing except the includes, i am added a new include of my own and when i try to activate it, i get an error message; i am not allowed to use '-' in Unicode, and there is a variable named OK-CODE_400 declared in one of the include. I don`t understand why, the include in active.

I use se80 to activate the module pool.

7 REPLIES 7
Read only

former_member188827
Active Contributor
0 Likes
811

instead of ok-code_400, use ok_code_400

Read only

0 Likes
811

Ok, but to do that i have to copy the include too, i didn`t want to do that, because i just need a copy of the original program, i need the output table.

Read only

0 Likes
811

if its not getting activated den u'll ve to make a zcopy of include...

Read only

0 Likes
811

I copied the top include and it activates without to comment the two lines, but it also activates with the two lines commented.

Read only

0 Likes
811

Anyone ? I need a copy of the program SAPMM08N. I copied the program without the includes, because i don`t need to modify the includes, and there are a lot of includes, but when i try to activate it i get the error. Please help.

Read only

0 Likes
811

I managed to activate it (with se80), but when i am including my own (activated) include i`m getting an error message saying that my include program is not an include program (type I), but it is. Please help !

I will reward points.

Read only

former_member188827
Active Contributor
0 Likes
811

make a zcopy of da top include where dere is declaration for ok-code_400.

comment da declaration and see if it gives ny difference...

MM08NTOP

DATA: ok-code LIKE t066-fcode,>>>>>comment these two in ur z copy

ok-code_400 LIKE t066-fcode.