CACS_NSC_EXECUTE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CACS_NSC_EXECUTE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: FIELDNAM = Leading Field
Selection Text: OLDVALUE = Old Value
Selection Text: TABNAME = Main Table
Selection Text: APPL = D .
Title: Namespace Conversion of Individual Key- and Non-Key Fields
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_application = appl i_object = 'E_CACS_NSC' EXCEPTIONS OTHERS = 2.
CACS_NSC_CHANGE_ELEMENTARY CALL FUNCTION 'CACS_NSC_CHANGE_ELEMENTARY' EXPORTING i_appl = appl i_tabname = tabname i_fieldname = fieldnam i_oldvalue = oldvalue.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_NSC_EXECUTE - Namespace Conversion of Individual Key- and Non-Key Fields CACS_NSC_EXECUTE - Namespace Conversion of Individual Key- and Non-Key Fields CACS_MRU - Mass Updating CACS_MRU - Mass Updating CACS_MIGRATION_SUBCONTRACT06 - Migration of Guarantee Agreements CACS_MIGRATION_SUBCONTRACT06 - Migration of Guarantee Agreements