SAP Reports / Programs

/SDF/CC_ANALYSIS SAP ABAP Report - Program /SDF/CC_ANALYSIS







/SDF/CC_ANALYSIS 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 /SDF/CC_ANALYSIS 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 /SDF/CC_ANALYSIS. "Basic submit
SUBMIT /SDF/CC_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT /SDF/CC_ANALYSIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program /SDF/CC_ANALYSIS


INCLUDES used within this REPORT /SDF/CC_ANALYSIS

No INCLUDES are used within this REPORT code!


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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'JOB_VARIANT' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_VAR' value_org = 'S' TABLES value_tab = lt_params field_tab = lt_fields.

/SDF/CC_GET_PARAMS CALL FUNCTION '/SDF/CC_GET_PARAMS' EXPORTING i_variant = p_var IMPORTING e_depth = g_params-depth e_packsize = g_params-pack_size et_envi_types = lt_envi_types.

/SDF/CC_SET_PARAMS CALL FUNCTION '/SDF/CC_SET_PARAMS' EXPORTING i_variant = p_var i_depth = g_params-depth i_packsize = g_params-pack_size it_envi_types = lt_envi_types.

BANK_MAP_PP_START CALL FUNCTION 'BANK_MAP_PP_START' EXPORTING * I_PROGN = * I_PROGDATE = SY-DATUM * I_RUNID_EXT = * I_FLG_FORCE_NEW_RUN = 'X' * I_FLG_UNIQUE_EXTID = i_applcatg = '/SDF/CCA' * I_PACKMAN_ID = * I_TAS_PACKCR_PARAM = * I_FLG_PACKCR_ASYNC = * I_FLG_PACKFETCH_SEQ = * I_XSIMULRUN = ' ' * I_MAXSTEPNO = '001' i_str_appl_param = g_params * I_STR_PRINT = * I_REF_LOGGER = * I_FLG_DEFAULT_EMSG = '+' * I_XLOG = * I_LOGEXTNUMBER = * I_TAB_LOG = * I_X_SYNC = 'X' i_x_use_dialog_wp = p_seq * I_X_TRIGGER_START_BY_COMMIT = ' ' * I_TAB_JOBDIST = * IMPORTING * E_STR_RUNKEY = * E_RUNSTATUS = * E_RCD_APPL = * E_TAB_LOGH = * E_LOGEXTNUMBER = * E_TAB_JOBS = EXCEPTIONS no_out_of_sync = 1 no_export_allowed = 2 packman_invalid = 3 prepare_failed = 4 start_failed = 5 OTHERS = 6 .



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 /SDF/CC_ANALYSIS or its description.