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

KCDFILE0 SAP ABAP Report - Data transfer: import file







KCDFILE0 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 KCDFILE0 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 KCDFILE0. "Basic submit
SUBMIT KCDFILE0 AND RETURN. "Return to original report after report execution complete
SUBMIT KCDFILE0 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: REPID = Sender structure
Selection Text: LOGNAME = Logical file name
Selection Text: FILE = Physical file
Title: Data transfer: import file
Text Symbol: MC2 = and fld separator (,/;) ,,
Text Symbol: MCF = MC format with number of constant fields,,
Text Symbol: NAA = Aspect is not active
Text Symbol: NEO = Data transf completed without errors
Text Symbol: NFU = transfer once only
Text Symbol: NSG = No formatting
Text Symbol: NUN = Non-Unicode
Text Symbol: NVD = Summarization program has not been generated
Text Symbol: PNS = Type P defined in double length, type I 12 bytes, type F 16 bytes
Text Symbol: PNT = Deciml point
Text Symbol: PNU = Numb. format
Text Symbol: PRO = Log display
Text Symbol: REP = Sender program:
Text Symbol: RMO = File ty.
Text Symbol: RPF = Maintain transfer rules
Text Symbol: SOE = Other settings
Text Symbol: SSS = Sender set-display field assignmnts
Text Symbol: STW = Start val. of index field
Text Symbol: SWI = Increment of the index
Text Symbol: TFT = Text file w. fld separator
Text Symbol: TXF = Text file
Text Symbol: TXT = TXT format
Text Symbol: UNI = Unicode
Text Symbol: UP1 = File system
Text Symbol: UPL = Presentation server
Text Symbol: UTF = Unicode/Non-Unicode
Text Symbol: VAR = Variables
Text Symbol: VOR = Default value
Text Symbol: WDF = Settings for repeat fields
Text Symbol: WFD = Repeat fields
Text Symbol: WHF = Repetition factor
Text Symbol: WMD = Settings for files with repeat fields
Text Symbol: WRK = Editing
Text Symbol: ASC = ASCII





Text Symbol: AWF = Entries for currency translation are incorrect
Text Symbol: BAN = Check log
Text Symbol: BIF = BinaryFile
Text Symbol: BLK = Set main memory usage
Text Symbol: BLS = Block size
Text Symbol: CMT = Skip comment rows in the file
Text Symbol: CNT = No. records:
Text Symbol: COM = Decml comma
Text Symbol: CSV = CSV format (Field separator=;)
Text Symbol: DAL = Delete after transfer
Text Symbol: DAT = File
Text Symbol: DBS = Application Server
Text Symbol: DDA = Display File
Text Symbol: DDU = Test run
Text Symbol: DFT = Data format
Text Symbol: DNB = Test run data transfer: data not updated
Text Symbol: DRR = --> Reorganize data transfer rules
Text Symbol: DSP = File system for pres. server
Text Symbol: DVB = Data updated
Text Symbol: EB2 = Ignore ASCII Space in EBCDIC Format
Text Symbol: EBC = EBCDIC
Text Symbol: ER2 = --> Initialization of data transfer unsuccessful
Text Symbol: ER4 = --> Summarizatn and update unsuccessful
Text Symbol: EX1 = YYYYMMDD
Text Symbol: EX2 = DD.MM.YYYY
Text Symbol: EXC = Date format for TXT/CSV/MC format
Text Symbol: FKI = Field catalog is inconsistent
Text Symbol: FLE = File name:
Text Symbol: FLN = Rec.leng.:
Text Symbol: FND = Receiver field no longer in ABAP dictnry
Text Symbol: IND = Input file
Text Symbol: IXF = Index fld
Text Symbol: KDU = Repeated import
Text Symbol: KKF = Key figure formula not defined correctly
Text Symbol: KOM = Comment character
Text Symbol: KSV = No sender records available


INCLUDES used within this REPORT KCDFILE0

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:

No SAP FUNCTION MODULES are executed within this report code!



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