SAP Reports / Programs | Basis Components | Component Integration / Installation Windows Components | Dynamic Documents(BC-CI-DYD) SAP BC

DD_ACC_TEST_TABLE SAP ABAP Report - Accessibilty Test: Tables in Dynamic Documents







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


Text pool values


Title: Accessibilty Test: Tables in Dynamic Documents
Text Symbol: 211 = Table 2.1
Text Symbol: 203 = These "light" tables perform better than the standard tables.
Text Symbol: 202 = To determine this area, use the parameter TABLEAREA from ADD_TABLE.
Text Symbol: 201 = If every cell only contains one element (text, icon, link), you can fill the table area directly.
Text Symbol: 200 = 2. Light tables
Text Symbol: 142 = ...You can also generate unordered tables
Text Symbol: 141 = Table 1.4
Text Symbol: 132 = You can structure output for table without frames
Text Symbol: 131 = Table 1.3
Text Symbol: 122 = ...Text entered is added to right column after button is chosen.
Text Symbol: 121 = Table 1.2
Text Symbol: 111 = Table 1.1
Text Symbol: 107 = To create a new table row, use method NEW_ROW.
Text Symbol: 106 = Each column is available as an area and can be filled for the current table row.
Text Symbol: 105 = By doing this you generate the table columns as objects (Method ADD_COLUMN).
Text Symbol: 104 = (with several elements, or with tables, forms, pictures and so on) you can use a standard table.
Text Symbol: 103 = If you would like to have the optin to fill every table cell as required,
Text Symbol: 102 = 1. Standard tables
Text Symbol: 101 = Method ADD_TABLE
Text Symbol: 100 = Tables in Dynamic Documents
Text Symbol: 033 = Column 3, Row 3
Text Symbol: 032 = Column 3, Row 2
Text Symbol: 031 = Column 3, Row 1
Text Symbol: 023 = Column 2, Row 3
Text Symbol: 022 = Column 2, Row 2
Text Symbol: 021 = Column 2, Row 1
Text Symbol: 013 = Column 1, Row 3
Text Symbol: 012 = Column 1, Row 2
Text Symbol: 011 = Column 1, Row 1
Text Symbol: 008 = Icon 3
Text Symbol: 007 = Icon 2
Text Symbol: 006 = Icon 1
Text Symbol: 005 = Logo
Text Symbol: 004 = Fourth Column
Text Symbol: 003 = Third Column
Text Symbol: 002 = Second Column
Text Symbol: 001 = First Column





INCLUDES used within this REPORT DD_ACC_TEST_TABLE

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:

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