SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Accrual Engine(FI-GL-GL-ACE) SAP FI

ACEDS_REP_ALV SAP ABAP INCLUDE - ACEDSREPALV







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


INCLUDES used within this REPORT ACEDS_REP_ALV

INCLUDE ACE_REP_ALV.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BACKGROUND_ID = 'ALV_BACKGROUND' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = GD_REPID I_CALLBACK_PF_STATUS_SET = 'ALV_SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' I_GRID_TITLE = TEXT-002 * I_STRUCTURE_NAME = ' ' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_SORT = GT_SORT I_SAVE = GD_SAVE IS_REPREP_ID = GS_BBS_ID IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS[] * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

RS_SELSCREEN_INFO CALL FUNCTION 'RS_SELSCREEN_INFO' EXPORTING REPORT = GD_REPID TABLES FIELD_INFO = LT_FIELD_INFO EXCEPTIONS NO_SELECTIONS = 1 REPORT_NOT_EXISTENT = 2 SUBROUTINE_POOL = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LD_TABNAME FIELDNAME = LD_FIELDNAME * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = LT_DFIESTAB * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = GS_FREE_SELECTIONS-TABLENAME FIELDNAME = GS_FREE_SELECTION-FIELDNAME * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = LT_DFIESTAB * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING * ONLY_FOR_ACTUAL_LINE = LINE_FROM = 'D' LINE_TO = 'D' * SEVERITY_FROM = 0 * SEVERITY_TO = 16 IMPORTING COUNT = LD_MSG_COUNT MAX_SEVERITY = LD_MAX_MSG * E_CHECK_ON_COMMIT = * E_HANDLER_ACTIVE = EXCEPTIONS INCONSISTENT_RANGE = 1 INCONSISTENT_RANGE_SEVERITY = 2 OTHERS = 3.

ACEDSDB_HEADER_READ_SINGLE CALL FUNCTION 'ACEDSDB_HEADER_READ_SINGLE' EXPORTING ID_ACE_COMP = 'ACAC' ID_BUKRS = ID_OBJID = ID_SUBID = ID_EFFDATE = LD_EFFDATE * IB_ONLY_DB = ' ' IMPORTING ES_ACEDS_HEADER = LS_ACEDSOH EXCEPTIONS NOT_FOUND = 1 ERROR_OCCURRED = 2 OTHERS = 3.



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