After upgrade to EHP7 Now the program SAPLZUXF aborts with the error "SAPSQL_PARSE_ERROR"
search cancel

After upgrade to EHP7 Now the program SAPLZUXF aborts with the error "SAPSQL_PARSE_ERROR"

book

Article ID: 86833

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
Error in the from ST22 dump

Category : ABAP Programming Error
Runtime Error : SAPSQL_PARSE_ERROR
Except. : CX_SY_DYNAMIC_OSQL_SEMANTICS
ABAP Program : SAPLZUXF
Application Component: Not Assigned

In universe.log:

| 2016-11-14 01:10:52 |WARN |X|SAP|pid=19260.140401175344896| uxsap_insert_tab | Insertion: keys are the same, assume replace
| 2016-11-14 01:12:52 |WARN |X|SAP|pid=19260.140401175344896| uxsap_insert_tab | Insertion: keys are the same, assume replace
| 2016-11-14 01:12:52 |ERROR|X|SAP|pid=19260.140400887043840| uxsap_abap_job_start | Call Z_UX_F_JOB_START_V31 in RFC error [RFC_ERROR_SYSTEM_FAILURE] [An error has occurred while parsing a dynamic entry. ]
| 2016-11-14 01:13:52 |WARN |X|SAP|pid=19260.140401175344896| uxsap_insert_tab | Insertion: keys are the same, assume replace
| 2016-11-14 01:13:52 |INFO |X|SAP|pid=19260.140401175344896| uxsap_jnl_del_job | Job () () not found in jnl file (0)

In Dev_Rfc.trc file:

>TS> Mon Nov 14 01:12:52 2016
T:140400887043840 Error in program 'uxagtsap': ======> An error has occurred while parsing a dynamic entry.
T:140400887043840 Error in program 'uxagtsap': <* RfcReceive [17] : returns 3:RFC_SYS_EXCEPTION
T:140400887043840 Error in program 'uxagtsap': <* RfcCallReceive [17] : returns 3:RFC_SYS_EXCEPTION

Patch level detected:Dollar Universe 6.4.22
Product Version: Dollar.Universe 6.4.22

Description :After an upgrade of the SAP system with enhancement package 7 (EHP7), batch input executed by DUAS fails systematically.

An ST22 shortdump is generated.

Other Jobs executed in ABAP work fine. Only Batch Input are concerned.

SAP Version is 7.40

Environment

OS: Linux

Cause

Cause type:
Configuration
Root Cause: This is neither a bug or a defect in DUAS. However in the code of the function module Z_UX_F_JOB_START_V31 from former specific objects, the code still asks for a field with 238 characters.

Resolution

The is a specific objects packages for SAP Netweaver 7.40 that has been introduced with DUAS 6.6. THis unicode transport package contains adjustments that suit the SAP database design specific to EHP7.

Ask for an import of the transport object 900038 in unicode.

More details about how to proceed can be found in the Manual for the SAP manager of Dollaruniverse, chapter 2.4.2 -- Implementation

The new Z_UX_F_JOB_START_V31 function modul will now use the following code to insert into TVARVC table:


==================================================
SAPREL(4) TYPE C,
T_TVARV TYPE TVARV,
ELEMENT(650) TYPE C,
==================================================

Fix Status: No Fix
 

Additional Information

Workaround :
N/A