CACS_REM_INQUIRY_OK_CODE_DEF01 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 CACS_REM_INQUIRY_OK_CODE_DEF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = sy-cprog IMPORTING sel_variant = lv_variant EXCEPTIONS no_report = 1 report_not_existent = 2 report_not_supplied = 3 no_variants = 4 no_variant_selected = 5 variant_not_existent = 6 OTHERS = 7.
RS_VARIANT_DELETE CALL FUNCTION 'RS_VARIANT_DELETE' EXPORTING report = sy-cprog variant = lv_variant EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 6 variant_not_existent = 7 no_corr_insert = 8 variant_protected = 9 OTHERS = 10.
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_REM_INQUIRY_OK_CODE_DEF01 - CACSREMINQUIRYOKCODEDEF01 CACS_REM_INQUIRY_MODIFY_SCRO01 - CACSREMINQUIRYMODIFYSCRO01 CACS_REM_INQUIRY_MODIFY_SCRF02 - CACSREMINQUIRYMODIFYSCRF02 CACS_REM_INQUIRY_MODIFY_SCRF01 - CACSREMINQUIRYMODIFYSCRF01 CACS_REM_INQUIRY_GET_VARIANF01 - CACSREMINQUIRYGETVARIANF01 CACS_REM_INQUIRY_GET_SUBSCRO01 - CACSREMINQUIRYGETSUBSCRO01