SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Transfer(CA-GTF-DCM) SAP CA

FKCIEF00 SAP ABAP INCLUDE - Title







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


Text pool values


Title: Title


INCLUDES used within this REPORT FKCIEF00

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:

KCD_SENDERSTRUCTURE_CHECK call function 'KCD_SENDERSTRUCTURE_CHECK' exporting repid = tmp_repid exceptions others = 1.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting no_dialog = 'X' immediately = ' ' importing out_parameters = ls_pri_params.

JOB_OPEN call function 'JOB_OPEN' exporting jobname = l_jobname importing jobcount = l_jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_SUBMIT call function 'JOB_SUBMIT' exporting authcknam = sy-uname jobcount = l_jobcount jobname = l_jobname priparams = ls_pri_params report = l_report variant = l_variant exceptions bad_priparams = 1 bad_xpgflags = 2 invalid_jobdata = 3 jobname_missing = 4 job_notex = 5 job_submit_failed = 6 lock_failed = 7 program_missing = 8 prog_abap_and_extpg_set = 9 others = 10.

JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = l_jobcount jobname = l_jobname strtimmed = 'X' exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7.

KCD_MESSAGES_COLLECT call function 'KCD_MESSAGES_COLLECT' exporting repid = fms_repid grpid = ' ' msgty = 'I' arbgb = 'UC' msgnr = '092' msgv1 = fms_repid msgv2 = fms_slset db_commit = 'X'.

KCD_MESSAGES_COLLECT call function 'KCD_MESSAGES_COLLECT' exporting msgty = 'E' arbgb = arbgb msgnr = msgnr msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 db_commit = 'X'.

KCD_MESSAGES_COLLECT call function 'KCD_MESSAGES_COLLECT' exporting msgty = i_msgty arbgb = i_msgid msgnr = i_msgno msgv1 = i_msgv1 msgv2 = i_msgv2 msgv3 = i_msgv3 msgv4 = i_msgv4 db_commit = 'X'.



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 FKCIEF00 or its description.