cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Source Code for the rule contains syntax error - “Statement Concluding with ..TYPE ended Unexpectedly.

Former Member
0 Kudos

Hello Experts,

I have created a new field  RSUPG in the AFIH table settings of SLT and tried to default its value with 'X' in rule settings. It was a simple syntax but the system is giving me the error message “Statement Concluding with “….TYPE” ended Unexpectedly.

Any advice how to resolve this issue ??

Thanks,

Naren

Accepted Solutions (1)

Accepted Solutions (1)

former_member182465
Active Participant
0 Kudos

Hi,

Can you try with import parameter as 'DUMMY' and In line of code E_RSUPG = 'X'.

Former Member
0 Kudos

Thanks Abhilash.

This error is not due to the syntax error.. This was caused by the incorrect datatype defined  for a newly created column in the table.

From SP3 VARCHAR datatype wasn't supported.. Changed the datatype to CHAR, it worked.

Thanks,

Naren

Answers (0)