SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

/SAPCEM/BESTANDSLISTE SAP ABAP Report - Stock List - Inventory







/SAPCEM/BESTANDSLISTE 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 /SAPCEM/BESTANDSLISTE 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

/SAPCEM/INV_BEST - Inventory: Stock List


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 /SAPCEM/BESTANDSLISTE. "Basic submit
SUBMIT /SAPCEM/BESTANDSLISTE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPCEM/BESTANDSLISTE 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_DATVON = Key date:
Selection Text: P_KATKZ = D Catalog code
Selection Text: P_LEER = Number of empty pages
Selection Text: P_XLEER = Output empty pages only
Selection Text: P_ZEILEN = No. of lines per page
Selection Text: S_EMPFAE = Location
Selection Text: S_EQART = Equipment type
Selection Text: S_EQUNR = D Equipment
Selection Text: S_GSBER = D Business Area
Selection Text: S_INVNR = D Inventory number
Selection Text: S_KATNR = D Number in catalog
Selection Text: S_VERWA = D Administrator
Title: Stock List - Inventory
Text Symbol: ZUM = on
Text Symbol: ZAE = CntRead.
Text Symbol: TYP = Type
Text Symbol: SEI = Page:
Text Symbol: S01 = No. in ctlg Equi. Description Inv. no. NN CountRead Qty
Text Symbol: MEN = Qty
Text Symbol: KAT = No. in ctlg
Text Symbol: INV = Inv. no.
Text Symbol: GSB = BsArea
Text Symbol: F02 = ____________ on ____________ on ____________
Text Symbol: 001 = Key date:
Text Symbol: 100 = General restrictions
Text Symbol: 110 = Recipient-oriented restrictions
Text Symbol: 120 = Further restrictions
Text Symbol: 121 = Equipment restriction
Text Symbol: 122 = Resources restriction
Text Symbol: 123 = Resources description
Text Symbol: 124 = Rcpnt type restriction
Text Symbol: 125 = Catalog restriction
Text Symbol: 130 = Sort order
Text Symbol: ADR = Address:
Text Symbol: AUF = Count date
Text Symbol: AVO = Count of
Text Symbol: BAU = Location:
Text Symbol: BEM = Cmmnt:





Text Symbol: BES = Stock list
Text Symbol: BST = Location:
Text Symbol: BUK = CoCde:
Text Symbol: DAT = Date:
Text Symbol: EQT = Description
Text Symbol: EQU = Equipment
Text Symbol: EQV = NE
Text Symbol: F01 = ____________ Confirmed by ____________ Created by ____________


INCLUDES used within this REPORT /SAPCEM/BESTANDSLISTE

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:

/SAPCEM/INVENTURSTAMM_LESEN CALL FUNCTION '/SAPCEM/INVENTURSTAMM_LESEN' IMPORTING es_inv = gs_inv01.

/SAPCEM/INV_VERWALTER_LESEN CALL FUNCTION '/SAPCEM/INV_VERWALTER_LESEN' TABLES et_inv02 = gt_inv02.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = lt_fieldcat it_events = lt_events is_layout = gs_layout it_sort = lt_sort i_save = lc_x TABLES t_outtab = gt1_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT1_OUTTAB' i_inclname = '/sapcem/bestandsliste_data_alv' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.



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 /SAPCEM/BESTANDSLISTE or its description.