SAP Reports / Programs | Logistics - General(LO) SAP LO

R_HBS_BLD_01 SAP ABAP Report - Building List Report







R_HBS_BLD_01 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 R_HBS_BLD_01 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

HBIS1 - Building List Report


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 R_HBS_BLD_01. "Basic submit
SUBMIT R_HBS_BLD_01 AND RETURN. "Return to original report after report execution complete
SUBMIT R_HBS_BLD_01 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: USER_FLD = User Field Selection
Selection Text: STATUS6 = User Status Selection 3
Selection Text: STATUS5 = User Status Selection 2
Selection Text: STATUS4 = User Status Selection 1
Selection Text: STATUS3 = System Status Selection 3
Selection Text: STATUS2 = System Status Selection 2
Selection Text: STATUS1 = System Status Selection 1
Selection Text: REGNMBR = Bld. Registration No.
Selection Text: P_VARI = Display variant
Selection Text: P_MAXROW = Number of data records
Selection Text: COMM = Business entity
Selection Text: CCODE = Company Code
Selection Text: BLDREFR = Bld. Ref. Number
Selection Text: BLDNUM = Building Number
Title: Building List Report
Text Symbol: 077 = User Status
Text Symbol: 076 = System Status
Text Symbol: 072 = Selection Fields
Text Symbol: 071 = Lot
Text Symbol: 070 = Address
Text Symbol: 065 = User Field Desc. Selection
Text Symbol: 064 = Execute
Text Symbol: 063 = Interaction
Text Symbol: 062 = Totals
Text Symbol: 061 = User Status Selection
Text Symbol: 060 = System Status Selection
Text Symbol: 051 =
Text Symbol: 050 =
Text Symbol: 010 =
Text Symbol: 005 = More Info.
Text Symbol: 003 = More Info.
Text Symbol: 002 = Building
Text Symbol: 001 =


INCLUDES used within this REPORT R_HBS_BLD_01

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:

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = gx_variant exceptions not_found = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = 'dis_viob03' i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_special_groups = gt_sp_group[] i_save = g_save is_variant = g_variant it_events = gt_events[] tables t_outtab = dis_viob03.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = g_repid i_internal_tabname = g_tabname_header i_structure_name = 'VIOB03' i_client_never_display = 'X' changing ct_fieldcat = e01_lt_fieldcat[].

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = e03_lt_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_variant i_save = g_save i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item * it_default_fieldcat = importing e_exit = g_exit es_variant = gx_variant exceptions not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = g_save changing cs_variant = gx_variant.

STATUS_TEXT_EDIT call function 'STATUS_TEXT_EDIT' exporting client = sy-mandt flg_user_stat = 'X' objnr = gt_viob03-j_objnr only_active = 'X' spras = sy-langu importing * ANW_STAT_EXISTING = * E_STSMA = line = gt_viob03-sys_stat user_line = gt_viob03-usr_stat * STONR = exceptions object_not_found = 1 others = 2.

ADDRESS_ASSIGN call function 'ADDRESS_ASSIGN' exporting adr_in = gt_viob03-adrnr function = 'P' objekttyp = '53' importing adrwa_out = sans1 adrzus_out = sano1 exceptions address_not_found = 1 no_address_assigned = 2 illegal_function = 3.

FVAX_ADDRESS_TEXT call function 'FVAX_ADDRESS_TEXT' exporting sans1 = sans1 * kz_regio = txjcd_req importing adr_text = gt_viob03-address.



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