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

BCALV_TEST_WRITE SAP ABAP Report - Test for ALV WRITE in Grid







BCALV_TEST_WRITE 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 BCALV_TEST_WRITE 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 BCALV_TEST_WRITE. "Basic submit
SUBMIT BCALV_TEST_WRITE AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_WRITE 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: REF_TBL = DDIC Structure - REF_TABLE
Selection Text: REF_FLD = DDIC Refer. Field - REF_FIELD
Selection Text: QUANTITY = Unit - QUANTITY
Selection Text: QFIELDNA = Unit Reference - QFIELDNAME
Selection Text: P_VALUE = Value
Selection Text: P_USE_ST = Generate Catalog from Struct.
Selection Text: P_STRUCT = Name of a Structure
Selection Text: P_QUAN = Unit for Unit Reference
Selection Text: P_M_FCAT = Set/Amend Field Catalog
Selection Text: P_FNAME = Name of Inspected Field
Selection Text: P_DEC = Decimal Digits for Dec. Ref.
Selection Text: P_CUR = Currency for Currency Ref.
Selection Text: P_CR_STR = Generate Struct. from Catalog
Selection Text: OUTLEN = Output Length - OUTPUTLEN
Selection Text: NO_ZERO = No Zero - NO_ZERO
Selection Text: NO_SIGN = No Sign - NO_SIGN
Selection Text: INTTYPE = Internal Type - INTTYPE
Selection Text: INTLEN = Internal Length - INTLEN
Selection Text: EDIT_MA = Conversion Exit - EDIT_MASK
Selection Text: DECMLS_O = Decimal Output - DECIMALS_O
Selection Text: DECMLFI = Decimal Reference - DECMLFIELD
Selection Text: DECIMALS = Decimal Digits - DECIMALS
Selection Text: DD_OUT = DDIC Output Length - DD_OUTLEN
Selection Text: DATATYPE = Data Type - DATATYPE
Selection Text: CURRENCY = Currency - CURRENCY
Selection Text: CFIELDNA = Currency Reference -CFIELDNAME
Title: Test for ALV WRITE in Grid
Text Symbol: STR = Data Field from Struct
Text Symbol: GEN = Data and Metadata Generation
Text Symbol: FCA = Field Cat. Parameters
Text Symbol: DAT = Value of Field and Reference fields (If Required)


INCLUDES used within this REPORT BCALV_TEST_WRITE

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:

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = p_struct changing ct_fieldcat = gt_fcat.

LVC_FIELDCAT_COMPLETE call function 'LVC_FIELDCAT_COMPLETE' changing ct_fieldcat = gt_fcat.

LVC_GLOBALS_FOR_OUTPUT call function 'LVC_GLOBALS_FOR_OUTPUT' changing ct_fieldcat = gt_fcat.



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