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
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BCALV_TEST_WRITE - Test for ALV WRITE in Grid BCALV_TEST_WRITE - Test for ALV WRITE in Grid BCALV_TEST_USER_COMMANDS - Report BCALV_TEST_NEUE_TOOLBAR BCALV_TEST_USER_COMMANDS - Report BCALV_TEST_NEUE_TOOLBAR BCALV_TEST_TRANSFERCOPY - BCALVTESTTRANSFERCOPY BCALV_TEST_TRANSFERCOPY - BCALVTESTTRANSFERCOPY