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

RKCDFILEINCFOR_7A SAP ABAP INCLUDE - RKCDFILEINCFOR7A







RKCDFILEINCFOR_7A 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 RKCDFILEINCFOR_7A 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 RKCDFILEINCFOR_7A. "Basic submit
SUBMIT RKCDFILEINCFOR_7A AND RETURN. "Return to original report after report execution complete
SUBMIT RKCDFILEINCFOR_7A 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 RKCDFILEINCFOR_7A

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:

FILE_NEXT_RECORD CALL FUNCTION 'FILE_NEXT_RECORD' IMPORTING NEXT_RECORD = TEF_STRBUF EXCEPTIONS NO_RECORD = 1.

FILE_NEXT_RECORD CALL FUNCTION 'FILE_NEXT_RECORD' IMPORTING NEXT_RECORD = EXCEPTIONS NO_RECORD = 1.

KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING SENDER_SET = BLKSZ = BLKSIZE.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'A' ARBGB = 'UC' MSGNR = '067' MSGV1 = GRS_RECNT.

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING REPID = REPID TABLES E_SEND = H_IT242S EXCEPTIONS OTHERS = 0.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING SELECT_VALUE = SFELD TABLES FIELDS = HELP_FIELD_TAB VALUETAB = HELP_VALUE_TAB.

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING REPID = REPID TABLES E_SEND = S_TAB_LOG.

KCD_SENDERSTRUC_DDIC_READ CALL FUNCTION 'KCD_SENDERSTRUC_DDIC_READ' EXPORTING I_REPID = REPID TABLES E_MULTI_DDIC = MULTI_DDIC.

KCD_SENDER_SET_TRANSFER CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' EXPORTING SENDER_SET = C_LOG_RECRD BLKSZ = BLKSIZE.

KCD_EXCEL_DATE_CONVERT CALL FUNCTION 'KCD_EXCEL_DATE_CONVERT' EXPORTING EXCEL_DATE = IMPORTING SAP_DATE = .

KCD_SENDERSTRUC_LOGICAL_READ CALL FUNCTION 'KCD_SENDERSTRUC_LOGICAL_READ' EXPORTING REPID = REPID TABLES E_SEND = L_IT242S EXCEPTIONS OTHERS = 0.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING REPID = REPID GRPID = 'FILE' MSGTY = 'A' ARBGB = 'DU' MSGNR = '027'.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = DATA_ELEMENT TABLES LINKS = LINKS EXCEPTIONS OTHERS = 0.

KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING REPID = REPID GRPID = 'FILE' MSGTY = 'A' ARBGB = 'UC' MSGNR = '094' MSGV1 = LS_BALM-MSGV3 MSGV2 = LS_BALM-MSGV4 MSGV3 = LS_BALM-MSGV2 DB_COMMIT = 'X'.

KCD_SENDERSTRUCTURE_CHECK CALL FUNCTION 'KCD_SENDERSTRUCTURE_CHECK' EXPORTING REPID = REPID IMPORTING ANWDG = ANWDG.

RKC_SENDERPROGRAM_POPUP CALL FUNCTION 'RKC_SENDERPROGRAM_POPUP' EXPORTING ANWDG = '*' IMPORTING REPID = REPID.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = FILE MASK = ',*.*,*.*.'



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