SAP Reports / Programs | Financial Accounting | Lease Accounting(FI-LA) SAP FI

FILA_ACE_ACEDSOP_REPAIR SAP ABAP Report - Program FILA_ACE_ACEDSOP_REPAIR







FILA_ACE_ACEDSOP_REPAIR 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 FILA_ACE_ACEDSOP_REPAIR 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 FILA_ACE_ACEDSOP_REPAIR. "Basic submit
SUBMIT FILA_ACE_ACEDSOP_REPAIR AND RETURN. "Return to original report after report execution complete
SUBMIT FILA_ACE_ACEDSOP_REPAIR 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: SO_OBJ = Object ID
Selection Text: SO_DATS = Date to
Selection Text: SO_CMP = Component
Selection Text: SO_BUK = Company code
Selection Text: PTEST = Test mode
Selection Text: PSWAP = Use byte-swapper tool
Selection Text: PSTOPKEY = Remember key of incons. e.
Selection Text: PSTOPI = Number of incons. e. tolerated
Selection Text: PSIZE = Package size for processing
Selection Text: PMAXSL = No. of entries to be selected
Selection Text: PMAX = No. of entries to be processed
Title: Program FILA_ACE_ACEDSOP_REPAIR
Text Symbol: SEL = Select options
Text Symbol: INC = Inconsistent entry's keys:
Text Symbol: GEN = Technical settings
Text Symbol: COM = Please read note 1653735 carefully !
Text Symbol: AUT = You are not authorized to call this program (F_ACE_DST)
Text Symbol: 006 = Number of database entries that were selected:
Text Symbol: 005 = Number of database entries that were classified as inconsistent:
Text Symbol: 004 = Number of database entries that were classified as repaired:
Text Symbol: 003 = Number of database entries that could not be repaired:
Text Symbol: 002 = Number of database entries that could be repaired:
Text Symbol: 001 = Number of database entries processed:


INCLUDES used within this REPORT FILA_ACE_ACEDSOP_REPAIR

No INCLUDES are used within this REPORT code!


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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEM_CLIENT_ROLE = LV_CLIENT_ROLE EXCEPTIONS others = 0.

CRM_UC_SYSTEM_CHECK CALL FUNCTION 'CRM_UC_SYSTEM_CHECK' IMPORTING e_is_uc_system = lv_uc_system.



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