‎2008 Mar 31 12:27 PM
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.
‎2008 Mar 31 12:31 PM
‎2008 Mar 31 12:35 PM
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.
‎2008 Mar 31 12:39 PM
if its not getting activated den u'll ve to make a zcopy of include...
‎2008 Mar 31 12:47 PM
I copied the top include and it activates without to comment the two lines, but it also activates with the two lines commented.
‎2008 Mar 31 1:55 PM
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.
‎2008 Mar 31 3:21 PM
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.
‎2008 Mar 31 12:37 PM
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.