SAP Reports / Programs

RKCFILE0 SAP ABAP Report - Import File







RKCFILE0 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 RKCFILE0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KO08 - Data Transfer for Order Master Data
KCF2 - Import comments file
KCF1 - Import master data file
KFTP - R/2 - R/3 - Link: File Transfer
KCF0 - Import File


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


Text pool values


Selection Text: TXT = ?...(TXT)
Selection Text: TFT = ?...(TFT)
Selection Text: TEXT = ?...(TEXT)
Selection Text: SEPER = ?...(SEPER)
Selection Text: SEP2 = ?...(SEP2)
Selection Text: PROTS = ?...(PROTS)
Selection Text: PROTO = ?...(PROTO)
Selection Text: PNS = ?...(PNS)
Selection Text: MCF = ?...(MCF)
Selection Text: FELDN = ?...(FELDN)
Selection Text: EXCEL = ?...(EXCEL)
Selection Text: EX1 = ?...(EX1)
Selection Text: EBC = ?...(EBC)
Selection Text: CSV = ?...(CSV)
Selection Text: BIN = ?...(BIN)
Selection Text: WFLDS = Repeat fields
Selection Text: WFACTR = Repetition factor
Selection Text: STPWTH = Increment for index
Selection Text: STIDX = Start value for index field
Selection Text: REPID = Sender Structure
Selection Text: MDELE = Delete existing data slices
Selection Text: LOGNAME = Logical File Name
Selection Text: IDXFLD = Index field
Selection Text: FILE = Physical File Name
Selection Text: BNDLE = Sender structure package
Selection Text: ASC = ?...(ASC)
Title: Import File
Text Symbol: DSS = Data Slices


INCLUDES used within this REPORT RKCFILE0

INCLUDE RKCDFILEINCDAT.
INCLUDE RKCDFILEINCPAR.


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 = repid importing anwdg = anwdg exceptions others = 1.

FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = logname importing file_name = filename exceptions file_not_found = 0.

SLICE_INIT call function 'SLICE_INIT' exporting filnm = filename mdele = mdele.



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