Syntax error in program DMCGUI0
Hey SAP Experts,
When I click row screen in Data transfer Monitor tab of LT Replication Server Cockpit (LTRC) I am getting a short dump shown below:
Category: ABAP programming error
Runtime Errors: SYNTAX_ERROR
Short Text
Syntax error in program "DMCGUI0
You can see the below error message:
ERROR => Syntax error in program DMCGUI0 [abgen.c 1802]
{root-id=0E8854EB420B1ED69BD0FB12D4D6C2BF}_{conn-id=00000000000000000000000000000000}_0
ERROR => > Include DMCGUI0 line 100 [abgen.c 1804]
ERROR => > Unknown column name "MWB_ACCESS". until runtime, you cannot specify a field list [abcatchsynta 73]
ERROR => > . [abcatchsynta 75]
TH VERBOSE LEVEL FULL
In order to resolve this issue, a field name MWB_ACCESS should be added at the end of the table DMC_ANWDG.
Note: All the data element should be in BOOLEAN.
Now when you activate the above changes you would be able to double click on a tablename in Data Transfer Monitor tab.