SAP Reports / Programs | Cross-Application Components | General Application Functions | Basis-Related Help Functions, Appl. Log, Formula Intepreter(CA-GTF-TS-BRHF) SAP CA

RCOAT_CLASSI_ALV SAP ABAP Report - Report Program RCOAT_CLASSI_ALV







RCOAT_CLASSI_ALV 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 RCOAT_CLASSI_ALV into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

COAT_ALV - COAT - ABAP List Viewer


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 RCOAT_CLASSI_ALV. "Basic submit
SUBMIT RCOAT_CLASSI_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RCOAT_CLASSI_ALV 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_VARI = Layout
Selection Text: S_NAME = D .
Selection Text: S_NR = D .
Selection Text: S_OBJECT = D .
Selection Text: S_TYPE = D .
Selection Text: S_UNAME = D .
Selection Text: S_URSPRG = D .
Selection Text: S_VALUE = D .
Title: Report Program RCOAT_CLASSI_ALV
Text Symbol: 001 = Selection
Text Symbol: 002 = Attribs.
Text Symbol: 003 = Output
Text Symbol: 100 = Program
Text Symbol: 101 = Function Module
Text Symbol: 102 = Table
Text Symbol: 103 = Transaction


INCLUDES used within this REPORT RCOAT_CLASSI_ALV

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:

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = ls_coat_classi-value IMPORTING date_internal = ls_coat_classi_display-date EXCEPTIONS OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = 'LT_COAT_CLASSI_DISPLAY' i_inclname = sy-repid CHANGING ct_fieldcat = lt_fcat[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_save = 'A' is_layout = ls_layout it_fieldcat = lt_fcat[] TABLES t_outtab = lt_coat_classi_display[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = cs_display_variant i_save = 'U' IMPORTING es_variant = ls_display_variant EXCEPTIONS OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ls_d020s-prog dynumb = ls_d020s-dnum TABLES dynpfields = lt_dynpread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = retfield value_org = 'S' TABLES value_tab = value_tab return_tab = return_tab EXCEPTIONS parameter_error = 1 no_values_found = 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 RCOAT_CLASSI_ALV or its description.