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

How to debug errors in Workflow

Former Member
0 Likes
4,986

Hello SAP Gurus,

I'm am using an OpenText module called Business Center in SAP that triggers a workflow when a document is uploaded, during the end phase of workflow I encountered the following error :-

Unable to create object of class /OTX/PF20_CL_BASIS_API
Error calling application function /OTX/PF02_INIT_WORKFLOW_EXT

I am trying to debug these errors to find their source I'm new on SAP so any basic help may also help very much appreciated. I am attaching screenshot of the error messages and their number.





1. Unable to create object of class /OTX?PF20_CL_BASIS_API
Mesaage No. /OTX/PF02_M_FRAMEWORK014



2. Error calling application function /OTX/PF02_INIT_WORKFLOW_EXT
Message No. /OTX/PF01_M_001037


3.For number range object /OTX/PF02L are no intervals defined

View Entire Topic
agrawalaadhar8
Participant
0 Likes

Hi,

Alternatively..

You can go to the workflow's log and view the step in which the error occurred.

Then you can view the step details and get the relevant task/method.

You can then execute the task/method with debugging using the input data which you can find in the step's container.

Regards

Aadhar