0% found this document useful (0 votes)
12 views1 page

Debugging RSPLFC_SCRIPT in SAP BW

The SAP Knowledge Base Article 2852931 addresses the issue where the RSPLFC_DEBUGGING_SCRIPT_FOX script does not stop in debug mode when executed. It outlines the environment affected, the cause of the issue, and provides a resolution involving setting break-points and ensuring the script is run with ABAP runtime. The article is relevant for users of SAP BW/4HANA and SAP NetWeaver systems.

Uploaded by

Ravi Ranjan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Debugging RSPLFC_SCRIPT in SAP BW

The SAP Knowledge Base Article 2852931 addresses the issue where the RSPLFC_DEBUGGING_SCRIPT_FOX script does not stop in debug mode when executed. It outlines the environment affected, the cause of the issue, and provides a resolution involving setting break-points and ensuring the script is run with ABAP runtime. The article is relevant for users of SAP BW/4HANA and SAP NetWeaver systems.

Uploaded by

Ravi Ranjan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SAP Knowledge Base Article

2852931 - RSPLFC_DEBUGGING_SCRIPT_FOX script doesn't stop in debug


Component: BW-PLA-IP-PF (Planning Functions and Planning Sequences), Version: 5, Released On: 15.08.2022

Symptom
The RSPLFC_DEBUGGING_SCRIPT_FOX script doesn't stop anymore in debug mode

Environment
SAP BW/4HANA 2.0
SAP BW/4HANA 1.0
SAP NetWeaver 7.5

Reproducing the Issue


Debugging the fox function, when the script is executed it doesn't stop in the fox code.

Cause
There is usually a logic that the script automatically jumps to the correct place in the code, but this feature does not work at
the moment.
Or you are running your planning function with PAK runtime.

Resolution
1. Run transaction se24 and add break-points on the first row of these methods:
Class CL_RSPLFR_CONTROLLER, method EXECUTE_SERVICE ()
Class CL_RSPLFC_FORMULA, method IF_RSPLFA_SRVTYPE_IMP_EXEC_REF~EXECUTE ()
2. Please be aware of that the debugging script can only be used with ABAP runtime. The planning function must be executed
via RSPLAN with trace option. Running with PAK it won't stop.
3. When system stops in the execute_service, load the script RSPLFC_DEBUGGING_SCRIPT_FOX and start it. That will
works fine.

Keywords
RSPLFC_DEBUGGING_SCRIPT_FOX, fox, debug, debugging, BPC.

Attributes
Key Value

Other Components EPM-BPC-BW4-PLA-PF

Products
Products

SAP BW/4HANA 1.0

SAP BW/4HANA 2.0

SAP NetWeaver 7.5

Common questions

Powered by AI

To resolve the issue of the RSPLFC_DEBUGGING_SCRIPT_FOX script not stopping during debugging, follow these steps: 1. Run transaction SE24 and add break-points on the first row of the methods: Class CL_RSPLFR_CONTROLLER, method EXECUTE_SERVICE () and Class CL_RSPLFC_FORMULA, method IF_RSPLFA_SRVTYPE_IMP_EXEC_REF~EXECUTE (). 2. Ensure that the debugging script can only be used with ABAP runtime, and the planning function must be executed via RSPLAN with trace option. Running with PAK will not stop the execution. 3. When the system stops in EXECUTE_SERVICE, load the RSPLFC_DEBUGGING_SCRIPT_FOX script and start it. This approach ensures the script works correctly .

You might also like