SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

SALV_TEST_DATATYPES SAP ABAP Report - Program SALV_TEST_TABLE







SALV_TEST_DATATYPES 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 SALV_TEST_DATATYPES 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 SALV_TEST_DATATYPES. "Basic submit
SUBMIT SALV_TEST_DATATYPES AND RETURN. "Return to original report after report execution complete
SUBMIT SALV_TEST_DATATYPES 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: P_DST04 = Horizontal Separators
Selection Text: P_DST05 = Vertical Separators
Selection Text: P_DST06 = No Display of Empty Table
Selection Text: P_D_FILE = File Name
Selection Text: P_EXT = Data from External File
Selection Text: P_FLT01 = Column
Selection Text: P_FLT02 = Sign
Selection Text: P_FLT03 = Option
Selection Text: P_FLT04 = Low
Selection Text: P_FLT05 = High
Selection Text: P_FST01 = Sort by Column Click
Selection Text: P_FST02 = F2Code
Selection Text: P_FST03 = Buffer
Selection Text: P_FULL = Output as Fullscreen Grid
Selection Text: P_GRID = Output as Grid
Selection Text: P_LIST = Output as List
Selection Text: P_PRN01 = Print Immediately
Selection Text: P_PRN02 = Column Options (only Fullscr.)
Selection Text: P_PRN03 = Get Selection Information
Selection Text: P_PRN04 = Selection Info for Printing
Selection Text: P_PRN05 = List Infos (Filter) at Print
Selection Text: P_PRN06 = Standard Report Header
Selection Text: P_PRN07 = Cover Page
Selection Text: P_PRN10 = Overrule Print Parameters(Def)
Selection Text: P_PRN11 = Reserved Rows for End of Page
Selection Text: P_SRT01 = Position
Selection Text: P_SRT02 = Column
Selection Text: P_SRT03 = Sort Sequence
Selection Text: P_SRT04 = Subtotal
Selection Text: P_SRT05 = Control Level Break
Selection Text: P_SRT06 = Required
Selection Text: P_SRTS01 = Control Level Break Active
Selection Text: S_AGG01 = Aggr. Object for Column
Selection Text: S_COL01 = Column Object
Selection Text: S_FLT01 = Filter Object for Column
Selection Text: S_SRT01 = Sort Object for Column
Selection Text: P_DST03 = Zebra Pattern
Selection Text: P_AGG01 = Column





Selection Text: P_AGG02 = Aggregation
Selection Text: P_AGGS01 = Active Numerical Aggregation
Selection Text: P_AGGS02 = Aggregation Before Single Rows
Selection Text: P_AMOUNT = Number of Data Records
Selection Text: P_COL01 = Column
Selection Text: P_COL02 = Optimize
Selection Text: P_COL03 = Visible
Selection Text: P_COL04 = Engineering
Selection Text: P_COL05 = Color
Selection Text: P_COL06 = Key Column
Selection Text: P_COL07 = Always Display Key Column
Selection Text: P_COL08 = Direction
Selection Text: P_COL09 = Cell Type
Selection Text: P_COLS01 = Optimize
Selection Text: P_COLS02 = Column Headers
Selection Text: P_COLS03 = Exception Column
Selection Text: P_COLS04 = Counter Column
Selection Text: P_COLS05 = Freeze Key Columns
Selection Text: P_DB = Data from Database
Selection Text: P_DST01 = Table Header
Selection Text: P_DST02 = Table Header Size
Title: Program SALV_TEST_TABLE
Text Symbol: 010 = Data Source
Text Symbol: 020 = Display Type
Text Symbol: 030 = Display Characteristics
Text Symbol: 040 = Aggregation Conditions
Text Symbol: 050 = Sort Conditions
Text Symbol: 060 = Filter Conditions
Text Symbol: AGG = Aggregation
Text Symbol: COL = Columns
Text Symbol: DST = Display Properties of Table
Text Symbol: FLT = Filters
Text Symbol: FST = Technical Properties of Table
Text Symbol: PRN = Print
Text Symbol: SRT = Sorting


INCLUDES used within this REPORT SALV_TEST_DATATYPES

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:

SALV_WD_DATATYPES





CALL FUNCTION 'SALV_WD_DATATYPES' EXPORTING SIZE = gs_test-amount IMPORTING fieldcatalog = gt_fieldcat DATATABLE = gt_outtab.



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