SAP Reports / Programs

RKCFILE7 SAP ABAP Report - External Data Transfer: Start Transfer







RKCFILE7 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 RKCFILE7 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

USS_FDUE - EDT: Start Transfer for Stakeholders
KCLJ - EDT: Execute Transfer


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 RKCFILE7. "Basic submit
SUBMIT RKCFILE7 AND RETURN. "Return to original report after report execution complete
SUBMIT RKCFILE7 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: WFLDS = Repetition factor
Selection Text: WFACTR = Repetition factor
Selection Text: STPWTH = Increment of the index
Selection Text: STIDX = Start value of the index field
Selection Text: RFOUT = physical
Selection Text: REPID = Sender Structure
Selection Text: LOGOUT = logical
Selection Text: LOGNAME = logical
Selection Text: IDXFLD = Index field
Selection Text: FILE = physical
Title: External Data Transfer: Start Transfer
Text Symbol: SFR = Transfer single field
Text Symbol: SFA = Output sender records when errors occur
Text Symbol: RMO = File type
Text Symbol: REG = Rules
Text Symbol: PRU = Checking
Text Symbol: POU = Log
Text Symbol: NUN = Non-Unicode
Text Symbol: MCF = MC format with number of constant fields ,,
Text Symbol: MC2 = and field separator(,/;),,
Text Symbol: LEV = Log level
Text Symbol: LB1 = Startmodi
Text Symbol: KKK = The transfer program must be re-generated
Text Symbol: SSS = Sender record - display field assignment
Text Symbol: TES = Test run
Text Symbol: TFT = Text file with field 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: UPR = Relevancy of record
Text Symbol: UTF = Unicode/Non-Unicode
Text Symbol: VOR = Default value
Text Symbol: WAR = Warnings
Text Symbol: WRK = Editing
Text Symbol: KKJ = Generation of Transfer Program
Text Symbol: AEB = Change docs





Text Symbol: ASC = ASCII
Text Symbol: AUS = Output File
Text Symbol: BIE = Batch Input
Text Symbol: BIF = Binary file
Text Symbol: BIM = FolderName
Text Symbol: BLK = Block size
Text Symbol: BLS = Block size
Text Symbol: CEN = Log counter
Text Symbol: CSV = CSV format
Text Symbol: DBS = Application Server
Text Symbol: DCC = Perform decimal place correction for currency amounts
Text Symbol: DDA = Display File
Text Symbol: DDS = Store sender records in buffer
Text Symbol: DDU = Data transfer
Text Symbol: DFT = Data format
Text Symbol: DPA = Create detail log
Text Symbol: DPR = Log
Text Symbol: DTN = File names
Text Symbol: EBC = EBCDIC
Text Symbol: EIN = Input file
Text Symbol: EPR = External customer log number
Text Symbol: EST = Settings
Text Symbol: EX1 = YYYYMMDD
Text Symbol: EX2 = DD.MM.YYYY
Text Symbol: EXC = Date format for TXT/CSV/MC formats
Text Symbol: EXP = Expert mode
Text Symbol: FOR = Formatting
Text Symbol: GEN = Option for rule processing
Text Symbol: IND = Input file
Text Symbol: INF = Information
Text Symbol: KAA = Start costing
Text Symbol: KAG = General
Text Symbol: KAL = Costing parameters
Text Symbol: KFK = Functions
Text Symbol: KIT = Costing: test run


INCLUDES used within this REPORT RKCFILE7

INCLUDE RKCD_FDU_DAT.
INCLUDE RKCDFILEINCDAT.
INCLUDE RKCDTYPE1.
INCLUDE RKCDFILEINCPAR.





INCLUDE RKCDTYPE3.
INCLUDE RKCDPROTOUTPUT.


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