Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find ST22 Error source ?

0 Kudos

Hello,

I have the following ST22 Error:

Runtime Error: UNCAUGHT_EXCEPTION

Exception: CX_OS_DB_UPDATE

Terminated Program: CA_TRIGGER_PPF

Source Code extract:

update PPFtTRIGG from table DB_UTB_PPFSTRIGG.

The user who triggered the error is a batch-user.

The problem is that I did not find any SM37 canceled jobs that triggered this error.

I did not find any relevant SM58 either. (also, in ST22 , there was no 'RFC Caller Information' column)

How can I find out how this error was triggered ?

What other transactions can I check to find out the root cause ?

Thank you,

9 REPLIES 9

balanand_s
Participant
0 Kudos

There no need to be an background job for this activity, it might be called through standard jobs, Can you please elaborate this error? Because the dump is common for Update statement.

0 Kudos

balanand.s aren't standard jobs also visible in SM37 ?

Sandra_Rossi
Active Contributor
0 Kudos

In update tasks? (cf SM13) Please attach the full short dump (text, zipped) so that we can help you.

Sandra_Rossi
Active Contributor
0 Kudos

Please use the COMMENT button. ANSWER is only to propose a solution (dixit SAP aside "Your answer": "Before answering You should only submit an answer when you are proposing a solution to the poster's problem").

Sandra_Rossi
Active Contributor
0 Kudos

By default, the short version of short dumps is displayed, could you take the longest version?

0 Kudos

sandra.rossi I have made the modifications you suggested.

Regarding the longer version of the ST22 dump, I dont really understand what you mean, I have added the same data.

If the ST22 error was generated by a SM13 error, what steps should I do further to analyse the issue ?

Thank you,

Ovidiu

st22-dump.txt

Sandra_Rossi
Active Contributor
0 Kudos

My bad, I was expecting a "larger short" dump (variables especially, which could help you understanding the original "poster"). Here, it's just the Post-Processing Framework, but no clue to understand where it comes from. You have the option to search SAP notes, contact SAP support, or if you're an expert, you may look at the parameters of the function module via SM13 or even execute by debug (useful to see the values of parameters in a better format).

p244500
Active Contributor
0 Kudos

Hi,

Kindly check below link. I think it will be similar issue and they said its answer with some note

WF-BATCH generates dump UNCAUGHT EXCEPTION CX_OS_DB_UPDATE

Note 829303 Messages are not sent to ERP, get stuck in SMQ1

Note 1006956 - Runtime error CX_OS_DB_INSERT w/ cancellatio of WO or WT

Note 1008760 - Runtime error CX_OS_DB_UPDATE when printing HU

Note 857073 - PPF: Runtime error with initial action profile

Note 840293 - PPF: New enqueue logic for the "Execute/Delete" action

Regards,

Nawa.

0 Kudos

nawanandana.edirisinghe thank you for the suggestion.

Unfortunately all proposed SAP Notes are old and cannot be implemented.

I will make a SAP Call, maybe they can suggest me newer ones.

I will post if I get something useful.

Thank you,

Ovidiu