cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ITAB_DUPLICATE_KEY DUMP: SNP Optimizer Run in the Background

Former Member
0 Likes
254

Dears,

This subject is a dump when running SNP Optimizer in Background using the Optimizer Report Program. Does NOT happen in Data View in SDP94.

What could be the root cause? Why today when this runs fine everyday?

Source code where this fails calls this program

/SAPAPO/PPM_RTO_GET_PLAN


IF et_compalt_ctm IS SUPPLIED.
LOOP AT et_compalt REFERENCE INTO ls_compalt_ref.
MOVE-CORRESPONDING ls_compalt_ref->* TO ls_snp_compalt. "#EC ENHOK
APPEND ls_snp_compalt TO et_compalt_ctm.
ENDLOOP.
ENDIF.
ENDIF.
* get all relevant RTO data
IF NOT lt_plan_key3_rto IS INITIAL.

IF iv_vrsioid IS INITIAL.
lv_version = /sapapo/cl_cull_rto_constants=>ggc_active_version.
ELSE.
lv_version = iv_vrsioid.
ENDIF.

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar
Active Contributor
0 Likes

Hello,

Please check the error log of dump, in ST22 use find option for SY-MSG.

If possible share the screen shot of it.

Also refer SAP note 2755037 - /SAPAPO/PPM_RTO_GET_PLAN: LOCID is missing in ET_COMPALT_CTM[]

and 2383590 - PDS header with invalid planning version reference

Best Regards,

R.Brahmankar