Register Login

SYNTAX_ERROR in Data transfer Monitor tab of LT Replication Server Cockpit (LTRC)

Updated May 18, 2018

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


Comments

  • 19 Sep 2016 2:03 pm Sushma Best Answer

    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.


×