SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

ICL_DI_TEST_FILE_EDITOR SAP ABAP Report - ICLDITESTFILEEDITOR







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


Text pool values


Text Symbol: 001 = Create Record
Text Symbol: 002 = ICL_AL_DI - Images for Claim
Text Symbol: 003 = ICL_TEXT_DI - Description of Origin of Claim/Loss Location
Text Symbol: 004 = At Least One General Field of Sender Structure Must Be Filled
Text Symbol: 005 = Only One Generic Structure Can be Transferred
Text Symbol: 006 = Sequence No.
Text Symbol: 007 = ICL_FCODE - Command Transfer in DI
Text Symbol: 008 = ICL_NOTES_DI - Notes
Text Symbol: 009 = ICLRESERVE_DI - Reserves
Text Symbol: 010 = ICL_ACTIVITY_MDI - Activities
Text Symbol: 011 = ICL_FREETEXT_DI - Differences Log
Text Symbol: 012 = ICLLITHEADER_DI - Litigation
Text Symbol: 013 = ICLLITITEM_DI - Litigation Level
Text Symbol: 014 = ICLCLAIMASSIGN_DI - Claim Subobject Assignment
Text Symbol: 015 = ICL_NEG_DI - Negotiation
Text Symbol: 016 = ICL_NEGIT_DI - Offers/Demands
Text Symbol: 017 = ICL_ARG_DI - Negotiation Argument
Text Symbol: 018 = ICL_RBP_DI_S_PE - Role-Based Performer
Text Symbol: 019 = ICLPARTWC_DI - Workers Comp PARTWC


INCLUDES used within this REPORT ICL_DI_TEST_FILE_EDITOR

INCLUDE ICL_DI_TEST_FILE_EDITORF01.
INCLUDE ICL_DI_TEST_FILE_EDITORS01.
INCLUDE ICL_DI_TEST_FILE_EDITORO01.
INCLUDE ICL_DI_TEST_FILE_EDITORI01.
INCLUDE ICL_DI_TEST_FILE_EDITORP01.


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