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 ?