sapnote_0001045202

2

Click here to load reader

Upload: eccsap

Post on 18-Apr-2015

41 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: sapnote_0001045202

30.07.2012 Page 1 of 2

SAP Note 1045202 - Firefighter Back Report /VIRSA/ZVFATBAK

Note Language: English Version: 5 Validity: Valid Since 08.06.2011

Summary

SymptomWhen you execute the report /VIRSA/ZVFATBAK, the BCD_OVERFLOW runtime erroroccurs

Other termsFirefighter, /VIRSA/ZVFATBAK, Superuser Privilege Management

Reason and PrerequisitesA value overflow occurs in the FILL_STATISTICS routine (in the report/VIRSA/ZVFATBAK). The termination is frequently caused by a high workloadand limited lengths of statistics fields.

SolutionProgram Change is required in order to overcome the dump,Please implement the same by following the below code changes.

Note : This note is applicable for only SAP ECC6.0 systems

Program Name : /VIRSA/ZVFATBAK.

Please find the code snippets (Change 1 and Change 2) under'Before Modification' and replace with the code snippets under' After Modification'.

Change 1

---Before Modification.

... DEFINE add_rec_to_main. divide: &1-respti by 1000, &1-cputi by 1000, &1-queueti by 1000, &1-rollinti by 1000, &1-rolloutti by 1000, &1-lockti by 1000,...

---After Modification.

... DEFINE add_rec_to_main.*>>>> START OF INSERTION <<<< CATCH SYSTEM-EXCEPTIONS arithmetic_errors = 1 conversion_errors = 2.*>>>> END OF INSERTION <<<<<< divide: &1-respti by 1000, &1-cputi by 1000, &1-queueti by 1000, &1-rollinti by 1000, &1-rolloutti by 1000, &1-lockti by 1000,

Page 2: sapnote_0001045202

30.07.2012 Page 2 of 2

SAP Note 1045202 - Firefighter Back Report /VIRSA/ZVFATBAK

...Change 2

---Before Modification.

... wa_main-restart = &1-wprestart. wa_main-cpicti = &1-rfcti.*start of case 4176* wa_main-cpiccnt = &1-rfccnt.*end of case 4176END-OF-DEFINITION. "Macro ADD_REC_TO_MAIN...

---After Modification.

... wa_main-restart = &1-wprestart. wa_main-cpicti = &1-rfcti.*start of case 4176* wa_main-cpiccnt = &1-rfccnt.*end of case 4176*>>>> START OF INSERTION <<<< ENDCATCH.*>>>> END OF INSERTION <<<<<<END-OF-DEFINITION. "Macro ADD_REC_TO_MAIN...

Header Data

Release Status: Released for CustomerReleased on: 08.06.2011 04:35:56Master Language: EnglishPriority: Correction with medium priorityCategory: Program errorPrimary Component: GRC-SAC-EAM Emergency Access Management

Valid Releases

Software Component Release FromRelease

ToRelease

andSubsequent

VIRSA 400_700 400_700 400_700

VIRSANH 510_700 510_700 510_700