SAP Reports / Programs

KCFDUADS SAP ABAP Report - External data transfer: File splitting







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

KCLA - EDT: Automatic File Split


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


Text pool values


Automatic file splitting
Selection Text: WAITFJOB = Wait until jobs are finished
Selection Text: SRVNAME = Application Server
Selection Text: REPID = Transfer program
Selection Text: PINFILE = Physical input file
Selection Text: LINFILE = Logical input file
Selection Text: JOB_EXT = Extension of the job names
Selection Text: FDU_VAR = Transfer variant
Selection Text: DORELJOB = Release jobs
Selection Text: DODELJOB = Delete jobs
Selection Text: DOCREJOB = Create jobs
Selection Text: DOCREADS = Split input file
Selection Text: CNT_JOBS = Number of jobs
Selection Text: CNTCONST = Always keep to number
Title: External data transfer: File splitting
Text Symbol: V07 = Find Number of Records in Input File
Text Symbol: V06 = Application Server
Text Symbol: V05 = Details on file splitting
Text Symbol: V03 = Functions
Text Symbol: V02 = Transfer details
Text Symbol: V01 = Choice
Text Symbol: T02 = Selection
Text Symbol: T01 = Cat
Text Symbol: NRU = User entry
Text Symbol: NRS = Automatically
Text Symbol: K20 = Always keep to number (empty output files allowed)
Text Symbol: K19 = Jobs with previous job
Text Symbol: K18 = Jobs without start date
Text Symbol: K17 = Additional
Text Symbol: K16 = Canceled
Text Symbol: 001 = Job selection
Text Symbol: 002 = Delete jobs found?
Text Symbol: 003 = Application Server
Text Symbol: 004 = Some jobs for this transfer were already released
Text Symbol: 005 = Release the remaining jobs?
Text Symbol: 006 = Yes
Text Symbol: 007 = No
Text Symbol: 008 = Release jobs





Text Symbol: C01 = Jobs overview
Text Symbol: F01 = Split input file
Text Symbol: F02 = Create jobs
Text Symbol: F03 = Release jobs
Text Symbol: F04 = Delete jobs
Text Symbol: K00 = Log criteria
Text Symbol: K01 = Job name
Text Symbol: K02 = User name
Text Symbol: K03 = Start date
Text Symbol: K04 = From
Text Symbol: K05 = To
Text Symbol: K06 = Date
Text Symbol: K07 = Time
Text Symbol: K08 = or start after event
Text Symbol: K09 = Additional selection criteria
Text Symbol: K10 = Only jobs with status
Text Symbol: K11 = Planned
Text Symbol: K12 = Released
Text Symbol: K13 = Ready
Text Symbol: K14 = Active
Text Symbol: K15 = Completed


INCLUDES used within this REPORT KCFDUADS

INCLUDE KCFDUADS_TOP.
INCLUDE MONITOR_CONSTANTS.
INCLUDE KCFDUADS_F01.


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:

KPEP_MONI_INIT_RECORD call function 'KPEP_MONI_INIT_RECORD' exporting ls_detail = ls_detail LD_SEND_MESSAGE = '' importing ls_key = ls_key will_be_saved = will_be_saved.

KPEP_MONI_CLOSE_RECORD *call function 'KPEP_MONI_CLOSE_RECORD' * exporting * ls_key = ls_key
* changing * ld_aplstat = ld_aplstat.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'KCFDUADS' dynumb = '1000' tables dynpfields = dynpfields.

F4_REPORT_VARIANT call function 'F4_REPORT_VARIANT' exporting * OBJECT = '*' program = kcdap-start_prog SUPPRESS_SELECTION = ' ' * DISPLAY_ONLY = IMPORTING RESULT = result PROGRAM = program.

BP_JOB_MAINTENANCE_SM37B call function 'BP_JOB_MAINTENANCE_SM37B' exceptions others = 99.



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