‎2009 Nov 07 7:14 AM
Hi all,
We are upgrading from 4.6C to ECC 6.0
I cam across dump when executing transaction.
It is telling
The following syntax error occurred in program "SAPLV61A " in include "RV64A900
" in
line 58:
"The "/" character is reserved for identification of namespaces. It mus"
"t be entered twice. The name of a namespace must be at least 3 charact"
In program i checked it is declared like this
* Macros for default handling
DEFINE ASSIGN/DEFAULT.
IF &2 IS INITIAL.
*COM_TAX-&1 = &3.
ELSE.
*COM_TAX-&1 = &2.
ENDIF.
END-OF-DEFINITION.Help me regarding this.
regards
Jai
‎2009 Nov 07 8:22 AM
Hi,
you just need to change name of that macro to something without /. For example ASSIGN_DEFAULT.
Cheers
‎2009 Nov 07 8:22 AM
Hi,
you just need to change name of that macro to something without /. For example ASSIGN_DEFAULT.
Cheers
‎2009 Nov 11 11:25 AM