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: 

Replace the dynamic call of the ST program with a static call

former_member298288
Participant
0 Kudos

Hi experts ,

I 'm flowing a workaround in the note 1917229 to avoid the dump SYSTEM_RUDI_INVALID getting after every running the any code t-code in our SAP system .This workaround is detals as below :

Calling the Simple Transformations program staticaly is avoiding the dymaic type-check. Replacing the dynamic call of the ST program in the ABAP program with a static call will solve the issue. You can use thissolution as a workaround in cases you are not able to replace the current used kernel version.

Any idea how can i implement this ABAP step ?

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

If it's for all transaction codes in SAP, these errors are NOT related to the SAP note 1917229.

There are many other notes about SYSTEM_RUDI_INVALID.

The only solution is to apply SAP corrections (notes, support packages, kernel patches).