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

FKCIMV02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FKCIMV02

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_ERROR_NUMBER_GET CALL FUNCTION 'KCD_ERROR_NUMBER_GET' EXPORTING new_number = space IMPORTING error_nr = errnr.

KCD_ERROR_NUMBER_GET CALL FUNCTION 'KCD_ERROR_NUMBER_GET' EXPORTING new_number = space IMPORTING error_nr = errnr.

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING repid = repid TABLES e_send = s_tab EXCEPTIONS OTHERS = 0.

KCD_RECEIVER_TAB_FILL CALL FUNCTION 'KCD_RECEIVER_TAB_FILL' EXPORTING repid = repid TABLES ikcddifie = ikcddifie EXCEPTIONS OTHERS = 0.

KCD_SENDERSTRUCTURE_CHECK CALL FUNCTION 'KCD_SENDERSTRUCTURE_CHECK' EXPORTING repid = repid IMPORTING anwdg = anwdg.

KCD_APPLICATION_PROGRAM_GET CALL FUNCTION 'KCD_APPLICATION_PROGRAM_GET' EXPORTING anwdg = anwdg IMPORTING blkmd = blkmd.

KCD_PROTOCOL_NUMBER_SET CALL FUNCTION 'KCD_PROTOCOL_NUMBER_SET' EXPORTING extprotnr = extprotnr.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING repid = repid grpid = grpid msgty = 'I' arbgb = 'UC' msgnr = '082'.

KCD_MAPPING_INIT CALL FUNCTION 'KCD_MAPPING_INIT' EXPORTING repid = repid grpid = grpid no_generation = 'X'.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING repid = repid grpid = grpid msgty = 'I' arbgb = 'UC' msgnr = '083'.

KCD_MAPPING_INIT CALL FUNCTION 'KCD_MAPPING_INIT' EXPORTING repid = repid grpid = grpid no_generation = 'X'.

KCD_MAPPING_EXECUTE CALL FUNCTION 'KCD_MAPPING_EXECUTE' EXPORTING run_mode = 'R' TABLES varvl = varvl.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING repid = repid grpid = grpid msgty = 'I' arbgb = 'UC' msgnr = '084'.

KCD_MAPPING_INIT CALL FUNCTION 'KCD_MAPPING_INIT' EXPORTING repid = repid grpid = grpid no_generation = 'X'.

KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING sender_set = err_s blksz = 10000.

KCD_MAPPING_EXECUTE CALL FUNCTION 'KCD_MAPPING_EXECUTE' EXPORTING run_mode = 'R' TABLES varvl = varvl.

FILE_NAME_GET CALL FUNCTION 'FILE_NAME_GET' IMPORTING filnm = filnm EXCEPTIONS logname_not_found = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = l_file_path CHANGING physical_filename = filnm EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

KCD_SENDERSTRUC_LOGICAL_READ





CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING repid = repid TABLES e_send = s_tab EXCEPTIONS OTHERS = 0.

KCD_RECEIVER_TAB_FILL CALL FUNCTION 'KCD_RECEIVER_TAB_FILL' EXPORTING repid = repid TABLES ikcddifie = icdifie.

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING repid = repid TABLES e_send = it242s EXCEPTIONS * ddic_not_found = 1 * no_ddic_struc = 2 * send_struc_not_found = 3 * others = 4.

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING repid = repid TABLES e_send = it242s EXCEPTIONS * ddic_not_found = 1 * no_ddic_struc = 2 * send_struc_not_found = 3 * others = 4.



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