on ‎2020 Jan 14 6:50 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 8 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.