RCNCT000 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 RCNCT000 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: MACRONAM = Name of selection include
Selection Text: REPNAM = Include name
Selection Text: TABNAME = Field string name
Selection Text: ZUSATZ = Name of supplemental field bar
Title: Project Info System: Change Additional Information for Field Strings
Text Symbol: 001 = This field string cannot be used
Text Symbol: 002 = |Field |CoInd|GpInd|Type |Grp |Long key word |
Text Symbol: 003 = Table TMC73 saved
Text Symbol: 004 = Table TMC73 saved and report generated
Text Symbol: 005 = Fld string and supplementary fld str.must be different
Text Symbol: 006 = It is not possible to generate Includes
Text Symbol: 007 = PS Info System Structures
Text Symbol: 008 = Set one indicator only in &
Text Symbol: 009 = Field string
Text Symbol: 010 = Include
Text Symbol: 011 = The data cannot be saved
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNIS_GET_REPORT_AND_TABNAME CALL FUNCTION 'CNIS_GET_REPORT_AND_TABNAME' EXPORTING I_TITLEBAR = TEXT-007 I_FLG_STRUCR = CON_YES I_FLG_CNZVR = CON_YES CHANGING C_TABNAME = TABNAME EXCEPTIONS CANCEL = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TABNAME LANGU = SY-LANGU TABLES DFIES_TAB = FIELDTAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = L_TABNAME LANGU = SY-LANGU TABLES DFIES_TAB = FIELDTAB2 EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = ZUSATZ LANGU = SY-LANGU TABLES DFIES_TAB = FIELDTAB_TMP EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = KO200 * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' IMPORTING WE_ORDER = ORDER WE_TASK = TASK WE_KO200 = KO200 * WE_OBJECT_APPENDABLE = ES_TADIR = TADIR TABLES WT_E071K = E071K EXCEPTIONS CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 OTHERS = 3.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = ORDER WI_KO200 = KO200 * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' IMPORTING WE_ORDER = ORDER WE_TASK = TASK WE_KO200 = KO200 ES_TADIR = TADIR TABLES WT_E071K = E071K EXCEPTIONS CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 OTHERS = 3.
MAXIMAL_VALUE_GET CALL FUNCTION 'MAXIMAL_VALUE_GET' " note 1018230 IMPORTING E_VALUE =
. " note 1018230
MAXIMAL_VALUE_GET CALL FUNCTION 'MAXIMAL_VALUE_GET' " note 1074006 IMPORTING E_VALUE =
. " note 1074006
MAXIMAL_VALUE_GET CALL FUNCTION 'MAXIMAL_VALUE_GET' " note 743562 IMPORTING E_VALUE =
. " note 743562
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = GET_TABNAME TABLES DFIES_TAB = GET_TAB EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCNCT000 - Project Info System: Change Additional Information for Field Strings RCNCT000 - Project Info System: Change Additional Information for Field Strings RCNCQTOP - documentation and ABAP source code RCNCQSEL - Program RCNCQSEL RCNCQSEL - Program RCNCQSEL RCNCQF21 - documentation and ABAP source code