Search This Blog

Wednesday, April 6, 2011

SAP Note 1361038 - Report RJ-JXINI generates unnecessary source code

Symptom
The report RJ-JXINI reads the field GSTRU from the Customizing table TMC4 and expects the name of a table in this field. This information is used to generate a second report that deletes all the contents of this table as an initialization.
If TMC4-GSTRU contains further SQL statements in addition to the table name, unexpected actions may be performed in the database as a result.



Other terms
RJ-JXINI, RJ-JXIN1


Reason and Prerequisites
The report RJ-JXINI generates and executes ABAP source code. This is unnecessary.
Due to dynamic ABAP statements, the generation of ABAP source code is not required.
These corrections are relevant, only if the system includes a user that has IS-Media-specific authorizations of this type.
The risk that incorrect entries in the field TMC4-GSTRU result in unintentional changes in the database exists, only if a user has access to this Customizing table (either directly in the production system or in a separate Customizing system from which the changes are subsequently transported to the production system).
To execute the report RJ-JXINI, the user then requires an authorization for the authorization object S_PROGRAM for the authorization group JVISLONE and an authorization for the authorization object M_NEUA_AUS for the application J1.



Solution
Implement the corrections specified in the correction instruction. As a result, the report RJ-JXINI is changed so that dynamic database statements are used instead of the generated ABAP source code. This prevents unintentional actions from being performed due to incorrect entries in TMC4-GSTRU.



Affected Releases
Software
Component
Release
From
Release
To
Release
And
subsequent
IS-M
304
3.04
3.04/7
 
IS-M
401
4.01
4.01_02
 
IS-M
402
4.02
402
 
IS-M
461
461
461
 
IS-M
462
462
462
 
IS-M
463
463
463
 
IS-M
464
464
464
 
IS-M
471
471
471
 
IS-M
472
472
472
 
IS-M
600
600
600
 
IS-M
602
602
602
 
IS-M
603
603
603
 
IS-M
604
604
604
 


https://service.sap.com/sap/support/notes/1361038

No comments:

Post a Comment