RCCADCHK is a standard ABAP INCLUDE 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 RCCADCHK 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.
Title: CAD Dialog Interface (All Access to Check Tables)
Text Symbol: 089 = Purchasing Group
Text Symbol: 088 = MRP Profile
Text Symbol: 087 = Access Path
Text Symbol: 086 = Decimal Places
Text Symbol: 085 = Currency Key
Text Symbol: 084 = MRP Type
Text Symbol: 083 = Spare Part Indicator
Text Symbol: 082 = Date Shift Allowed
Text Symbol: 081 = Change Possible
Text Symbol: 080 = Change Number Status
Text Symbol: 079 = Status Profile
Text Symbol: 078 = Object ID
Text Symbol: 077 = Object Type
Text Symbol: 076 = Change Type
Text Symbol: 075 = Business Area
Text Symbol: 074 = Location
Text Symbol: 073 = ABC Indicator
Text Symbol: 072 = Hierarchy Levels
Text Symbol: 071 = Coding Mask
Text Symbol: 070 = Structure Indicator
Text Symbol: 069 = Equipment Category
Text Symbol: 068 = Object Type
Text Symbol: 067 = Org. Area
Text Symbol: 066 = Message Category
Text Symbol: 065 = Special Procurement Key
Text Symbol: 064 = Processing Type
Text Symbol: 063 = Object Type
Text Symbol: 062 = Deletion Flag
Text Symbol: 061 = Released
Text Symbol: 203 = Incomplete System
Text Symbol: 202 = Incomplete
Text Symbol: 201 = Locked
Text Symbol: 200 = Released
Text Symbol: 114 = Priority
Text Symbol: 113 = Name
Text Symbol: 112 = Maintenance Planner Group
Text Symbol: 111 = Authorization Group
INCLUDE RCCADCOM.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = dfies-tabname FIELDNAME = dfies-fieldname IMPORTING DFIES_WA = dfies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .
DD_DOHD_GET CALL FUNCTION 'DD_DOHD_GET' EXPORTING get_state = ddrefstruc-state langu = sy-langu prid = 0 withtext = ddrefstruc-bool domain_name = dd01l-domname
IMPORTING dd01v_wa_a = dd01v_a dd01v_wa_n = dd01v_n got_state = ddrefstruc-state
EXCEPTIONS illegal_value = 04 op_failure = 08.
DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = dd01l-domname langu = sy-langu withtext = ddrefstruc-bool
TABLES dd07v_tab = dd07v_tab
EXCEPTIONS access_failure = 04.
WRITE_MESSAGE CALL FUNCTION 'WRITE_MESSAGE' EXPORTING msgty = msgty msgid = msgid msgno = msgno msgv1 = msgv1 msgv2 = space msgv3 = space msgv4 = space msgv5 = space
IMPORTING error = error_flag messg = message msgln = message_length.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING amount_of_substance = 0 electric_current = 0 language = sy-langu length = 0 luminous_intensity = 0 mass = 1 temperature = 0 time = 0 use_buffer = 'X'
IMPORTING dimid = hlp_dimid
EXCEPTIONS dimension_not_found = 04.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING amount_of_substance = 0 electric_current = 0 language = sy-langu length = 3 luminous_intensity = 0 mass = 0 temperature = 0 time = 0 use_buffer = 'X'
IMPORTING dimid = hlp_dimid
EXCEPTIONS dimension_not_found = 04.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING amount_of_substance = 0 electric_current = 0 language = sy-langu length = 0 luminous_intensity = 0 mass = 0 temperature = 0 time = 1 use_buffer = 'X'
IMPORTING dimid = hlp_dimid
EXCEPTIONS dimension_not_found = 04.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = sel_flag locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text2 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = sel_flag locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text3 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = sel_flag locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text4 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = sel_flag locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text5 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = sel_flag locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = a_text6 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
FILL_STRING CALL FUNCTION 'FILL_STRING' EXPORTING strnm = 'ND_STRING' strng = nd_string strln = nd_string_length field = hlp_leng1 locat = string_loc delim = tcis-delim
IMPORTING rstrg = nd_string rloct = string_loc error = error_flag messg = message msgln = message_length.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RCCADCHK or its description.