SAP Reports / Programs | Cross-Application Components | CAD Integration(CA-CAD) SAP CA

RCCADCHK SAP ABAP INCLUDE - CAD Dialog Interface (All Access to Check Tables)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RCCADCHK. "Basic submit
SUBMIT RCCADCHK AND RETURN. "Return to original report after report execution complete
SUBMIT RCCADCHK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 110 = Report layout
Text Symbol: 109 = Location
Text Symbol: 108 = Company Name
Text Symbol: 107 = Person Responsible
Text Symbol: 106 = Plant Section
Text Symbol: 105 = Functional Location Category
Text Symbol: 104 = Commodity Code
Text Symbol: 103 = Region
Text Symbol: 102 = country
Text Symbol: 101 = Tax Indicator for Material
Text Symbol: 100 = Destination Country
Text Symbol: 099 = Material Grouping for Shipping Materials
Text Symbol: 098 = Serial Number Profile
Text Symbol: 097 = Forecast Profile
Text Symbol: 096 = Distribution Key
Text Symbol: 095 = Formula
Text Symbol: 094 = Formula Key
Text Symbol: 093 = Explosion Types
Text Symbol: 092 = Relevancy to Costing
Text Symbol: 091 = Provision Indicator
Text Symbol: 090 = Checking Group for Availability Check
Text Symbol: 060 = Characteristic Status
Text Symbol: 029 = Second Reminder
Text Symbol: 028 = First Reminder
Text Symbol: 027 = Purchasing Value Key
Text Symbol: 026 = Controlling Area
Text Symbol: 025 = Valuation Category
Text Symbol: 024 = Storage Type
Text Symbol: 023 = Warehouse Number
Text Symbol: 022 = Distribution Channel
Text Symbol: 021 = Sales Organization
Text Symbol: 020 = Valuation Type
Text Symbol: 019 = Company Code
Text Symbol: 018 = Valuation Area
Text Symbol: 017 = EAN Cat.
Text Symbol: 016 = Material Group
Text Symbol: 015 = Storage Location
Text Symbol: 014 = Industry Sector
Text Symbol: 013 = Material Type





Text Symbol: 012 = BOM Status
Text Symbol: 011 = Usage
Text Symbol: 010 = ItemCategory
Text Symbol: 009 = Application
Text Symbol: 008 = Unit of Measure
Text Symbol: 007 = Lab/Office
Text Symbol: 006 = Previous Status
Text Symbol: 005 = Document Status
Text Symbol: 004 = Language
Text Symbol: 003 = Document Type
Text Symbol: 002 = Plant
Text Symbol: 001 = Description
Text Symbol: 030 = Third Reminder
Text Symbol: 059 = Chars Group
Text Symbol: 058 = Object Table
Text Symbol: 057 = Classification Status
Text Symbol: 056 = Class Type
Text Symbol: 055 = Material Group 5
Text Symbol: 054 = Material Group 4
Text Symbol: 053 = Material Group 3
Text Symbol: 052 = Material Group 2
Text Symbol: 051 = Material Group 1
Text Symbol: 050 = Item Category Group
Text Symbol: 049 = Commission Group
Text Symbol: 048 = Volume Rebate Group
Text Symbol: 047 = StatisticalGroup
Text Symbol: 046 = Archive ID
Text Symbol: 045 = Start Authorization
Text Symbol: 044 = Application
Text Symbol: 043 = Network Address
Text Symbol: 042 = Data Carrier Type
Text Symbol: 041 = Data Carrier
Text Symbol: 040 = Country Key
Text Symbol: 039 = Loading Group
Text Symbol: 038 = Material Status
Text Symbol: 037 = Level
Text Symbol: 036 = Product Hierarchy
Text Symbol: 035 = Division
Text Symbol: 034 = Transport Group



Text Symbol: 033 = Container Requirements
Text Symbol: 032 = Temperature Condition(s)
Text Symbol: 031 = Storage Condition(s)


INCLUDES used within this REPORT RCCADCHK

INCLUDE RCCADCOM.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.