Hello Experts,
We are running Simple Finance over a Business Suite on HANA...
After two sequential upgrades, first for SAP_FIN from SP 02 to SP 04 and UIAPFI70 200 from SP 03 to SP 04 and Second for SAP_BW from SP 13 to SP 15, we have got the following dump error for most of logistics t-codes:
Category
ABAP Programming Error
Runtime Errors
SYNTAX_ERROR
ABAP Program
CL_MMPUR_UTILITIES============CP
Application Component MM-PUR
Short Text
Syntax error in program "CL_MMPUR_UTILITIES============CP
".
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLMEWF" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
In include "CL_MMPUR_UTILITIES============CM00J
", in line 18 of program
"CL_MMPUR_UTILITIES============CP
", the following syntax errors
have occurred:
Field "IV_SKIP_FIRST_SCREEN" is unknown. It is neither in one of the s
pecified tables nor defined by a "DATA" statement. "DATA" statement.
Error analysis
The following syntax error has occurred in program
CL_MMPUR_UTILITIES============CP :
Field "IV_SKIP_FIRST_SCREEN" is unknown. It is neither in one of the s
pecified tables nor defined by a "DATA" statement. "DATA" statement.
87 LO_CONST = CL_MMPUR_CONSTANTS=>GET_INSTANCE( ).
>>>>> LO_UTIL = CL_MMPUR_UTILITIES=>GET_INSTANCE( ).
89
90 LOOP AT IM_XEBAN INTO LS_XEBAN.
91
92 AT NEW BANFN.
93 CLEAR: LT_EBAN_NEW[], LT_EBAN_OLD[], LT_WFC[].
94 IF CL_OPS_SWITCH_CHECK=>MM_SFWS_SC2( ) EQ LO_CONST->YES.
95 CLEAR LT_EBAN_TECH_OLD.
96 LT_EBAN_TECH_OLD = CL_MMPUR_MEREQ_DB_UTILITY=>GET_EBAN_TECH(
97 IM_BANFN = LS_XEBAN-BANFN ).
98 ENDIF.
99 ENDAT.