SAP Reports / Programs

KCDLPROT SAP ABAP Report - External data transfer: Analyze logs







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

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


Text pool values


Title: External data transfer: Analyze logs
Text Symbol: F02 = Period values
Text Symbol: F01 = Financial Object
Text Symbol: ERR = Errors only
Text Symbol: ERG = Result
Text Symbol: EDT = External Data Transfer
Text Symbol: DTV = Created from
Text Symbol: DTB = Create up to
Text Symbol: DEL = Delete
Text Symbol: DE1 = Delete?
Text Symbol: DDI = ABAP Dictionary
Text Symbol: CPR = External customer log number
Text Symbol: CER = Conversion error
Text Symbol: CAL = Costing
Text Symbol: AUS = Selection criteria
Text Symbol: ANZ = Evaluate
Text Symbol: ALL = All
Text Symbol: ACL = Application log
Text Symbol: ABL = Proc.
Text Symbol: ABE = Cancel
Text Symbol: 211 = Table
Text Symbol: 210 = Action
Text Symbol: F09 = Loans
Text Symbol: F13 = Business Partners (SAP Banking)
Text Symbol: F14 = Extended Business Partner SAP Banking/TR
Text Symbol: FDU = External data transfer
Text Symbol: FKT = Function
Text Symbol: KAD = and costing logs for external data transfer
Text Symbol: KAL = Costing
Text Symbol: NEN = Not completed
Text Symbol: OKK = Only OK and warning
Text Symbol: PA1 = Type of log
Text Symbol: PAR = Logs
Text Symbol: REP = Transfer
Text Symbol: RRU = Upd. Run
Text Symbol: RVA = Back-dated transaction
Text Symbol: RVL = Back-dated transaction
Text Symbol: TIT = Delete logs





Text Symbol: TRU = Test run
Text Symbol: USR = Created by
Text Symbol: YEN = Compl.
Text Symbol: ZTB = To time
Text Symbol: ZTV = Created at
Text Symbol: 209 = Report
Text Symbol: 001 = Date
Text Symbol: 003 = Time
Text Symbol: 004 = User
Text Symbol: 005 = Type
Text Symbol: 009 = Conversion error
Text Symbol: 010 = OK
Text Symbol: 011 = Warning
Text Symbol: 012 = Error
Text Symbol: 013 = Cancel
Text Symbol: 014 = Status
Text Symbol: 015 = Category Text
Text Symbol: 016 = Transactns
Text Symbol: 017 = Typ
Text Symbol: 018 = Transfer Program
Text Symbol: 019 = Delete selected log?
Text Symbol: 020 = Delete all displayed logs?
Text Symbol: 021 = Logs
Text Symbol: 022 = Execute deletion of logs in the background?
Text Symbol: 030 = Transfer program
Text Symbol: 031 = Group ID
Text Symbol: 032 = Cash flow
Text Symbol: 040 = OK ++
Text Symbol: 041 = Warning ++
Text Symbol: 042 = Error ++
Text Symbol: 043 = Abend ++
Text Symbol: 050 = Process Info
Text Symbol: 051 = Canceled
Text Symbol: 052 = Completed
Text Symbol: 053 = Ready
Text Symbol: 054 = Active
Text Symbol: 055 = Planned
Text Symbol: 056 = Dialog
Text Symbol: 080 = Ty.





Text Symbol: 081 = Stat
Text Symbol: 200 = Servers
Text Symbol: 201 = No.
Text Symbol: 202 = .
Text Symbol: 203 = Cat.
Text Symbol: 204 = PID
Text Symbol: 205 = Status
Text Symbol: 206 = Reas.
Text Symbol: 207 = Time
Text Symbol: 208 = User


INCLUDES used within this REPORT KCDLPROT

INCLUDE PROTOTOP.
INCLUDE PROTOE01.
INCLUDE PROTOF01.
INCLUDE PROTOPBO.
INCLUDE PROTOPAI.


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