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

BCALV_TEST_FORMATTING_ADVANCE SAP ABAP Report - Demo Program Format Options







BCALV_TEST_FORMATTING_ADVANCE 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_FORMATTING_ADVANCE 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_FORMATTING_ADVANCE. "Basic submit
SUBMIT BCALV_TEST_FORMATTING_ADVANCE AND RETURN. "Return to original report after report execution complete
SUBMIT BCALV_TEST_FORMATTING_ADVANCE 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_EXCP00 = Display Exceptions
Selection Text: P_EXCP01 = LIGHTS
Selection Text: P_EXCP02 = LED
Selection Text: P_EXCP03 = STATUS
Selection Text: P_EXCP04 = TREND
Selection Text: P_EXCP05 = MESSAGE
Selection Text: P_EXCP06 = ALERT/WARNING/HINT
Selection Text: P_EXCP07 = FAILURE/INCOMPLETE/CHECKED
Selection Text: P_EXCP_C = Exceptions Condensed
Selection Text: P_EXCP_L = Exceptions as Diode
Selection Text: P_FO = Test Format Options
Selection Text: P_HH = Hide Hidden Fields
Selection Text: P_TOL_C = Top-Of-List Complex
Selection Text: P_TOL_S = Top-Of-List Simple
Selection Text: P_TOP = Test Top-Of-List
Selection Text: P_XML1 = Show XML Internal Format
Selection Text: P_XML2 = Show XML External Format
Selection Text: P_XML3 = XML Modified External Format
Selection Text: S_CARRID = D .
Title: Demo Program Format Options
Text Symbol: 224 = P_DECIP
Text Symbol: 225 = F4) 3 Decimal Places, Ref P_UOM
Text Symbol: 227 = Recalculated
Text Symbol: 228 = After CELL_DATA_GET
Text Symbol: 229 = Raw Outtab
Text Symbol: 230 = Button
Text Symbol: 231 = Another Button
Text Symbol: 232 = Just Another
Text Symbol: 233 = DecFloat Style
Text Symbol: 234 = ConvExit ALVFI
Text Symbol: 235 = Row Number
Text Symbol: 236 = Matches Internal Value of ALVFI
Text Symbol: 237 = Flights: Top-of-List
Text Symbol: 238 = Date
Text Symbol: 239 = Flights: End-of-List
Text Symbol: 240 = Printed
Text Symbol: E01 = Factory cl_salv_table could not create an ALV
Text Symbol: EXP = Exceptions (Dynamic Icon Mapping)





Text Symbol: G01 = Grid Title
Text Symbol: PB1 = Quick Info for Exceptions
Text Symbol: T01 = Broadband Test Report
Text Symbol: T02 = Select Test Mode
Text Symbol: T03 = Selections for Test Mode of Top-of-list/End-of-list
Text Symbol: 001 = Unhandled Packed Number
Text Symbol: 002 = Number from ROUND SRC COlumn with ROUND -2
Text Symbol: 003 = ROUND Factor for Column ROUND P REF
Text Symbol: 004 = P Number, Variables ROUND from ROUNDFIELD
Text Symbol: 005 = Type P, DECIMALS_O = 2, Values=ROUND SRC
Text Symbol: 006 = Decfloat, DECIMALS_O = 2, Source Value = 2
Text Symbol: 007 = Decfloat, DECIMALS_O = 0, Source Value = 2
Text Symbol: 008 = Normal
Text Symbol: 009 = Sign Right
Text Symbol: 010 = Scale-preserving
Text Symbol: 011 = Scientific
Text Symbol: 012 = Scientific with leading zero
Text Symbol: 013 = Scale-preserving scientific
Text Symbol: 014 = Engineering
Text Symbol: 015 = Enhanced currency amount
Text Symbol: 016 = Currency Amount
Text Symbol: 020 = Edit Mask RR___.__._XY, Value 123456789
Text Symbol: 021 = Type P, ROUND = -2, SrcVal Dec. Place = 0
Text Symbol: 022 = Type P, DECIMALS_O = 2, SrcVal Dec. Pl.= 0
Text Symbol: 023 = Omit Sign
Text Symbol: 024 = Show Null Value as Space
Text Symbol: 025 = Exponent 3
Text Symbol: 026 = Hyperlink
Text Symbol: 027 = Hyperlink String
Text Symbol: 028 = Display Cell Content Right-Aligned
Text Symbol: 029 = Display Cell Content Left-Aligned
Text Symbol: 030 = Display Cell Content Centered
Text Symbol: 201 = SVal = 0 Dec. Pl.
Text Symbol: 202 = SVal = 0 dec.,RefFld=CUKY)
Text Symbol: 203 = P_AMOUNT1_0
Text Symbol: 204 = SVal = 2 dec.,RefFld=CUKY)
Text Symbol: 205 = P_AMOUNT1_2
Text Symbol: 206 = CUKY
Text Symbol: 207 = P_CURR





Text Symbol: 208 = With Curr=EUR
Text Symbol: 209 = P_AMOUNT1_VALUE
Text Symbol: 210 = DECFLOAT (Val.=1.Feld)
Text Symbol: 211 = ISCER/CURR
Text Symbol: 212 = DECFLOAT CURR = ISCER/CURR)
Text Symbol: 220 = F1) Null Decimal Places
Text Symbol: 221 = F2) Null Decimal Places, Ref P_UOM
Text Symbol: 222 = F3) 3 Decimal Places, Ref P_UOM
Text Symbol: 223 = P_UOM


INCLUDES used within this REPORT BCALV_TEST_FORMATTING_ADVANCE

INCLUDE BCALV_TEST_FORMATTING_ADV_LCL.
INCLUDE BCALV_TEST_FORMAT_ADVANCE_DAT.
INCLUDE BCALV_TEST_FORMAT_ADV_ICO_DAT.
INCLUDE BCALV_TEST_FORMAT_ADVANCE_SSCR.


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_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = t_fieldcat.

LVC_GLOBALS_FOR_OUTPUT CALL FUNCTION 'LVC_GLOBALS_FOR_OUTPUT' CHANGING ct_fieldcat = t_fieldcat.

K_KKB_SELECTIONS_READ * CALL FUNCTION 'K_KKB_SELECTIONS_READ' * EXPORTING * v_program = iv_rep * TABLES * et_selopt = lt_rsparams.

RS_REPORTSELECTIONS_INFO * CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' * EXPORTING * report = sy-repid * TABLES * field_info = lt_rsel_info.



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