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

J_3GBAUB_N SAP ABAP Report - Location Stock (ALV)







J_3GBAUB_N is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Construction Site Stock (ALV - ABAP List Viewer) You can use this report to display equipment and/or materials located at a specific recipient...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_3GBAUB_N 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

J4GON - Location Stock (ALV)


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 J_3GBAUB_N. "Basic submit
SUBMIT J_3GBAUB_N AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GBAUB_N 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: E_RESSOU = D Equipment
Selection Text: E_VARI = D Layout
Selection Text: M_KATNRC = D Number in catalog
Selection Text: M_RESSOU = D Material
Selection Text: M_VARI = D Layout
Selection Text: P_COLOR = D Color
Selection Text: P_DATVON = D From date
Selection Text: P_TPLKZ = D Catalog code
Selection Text: S_AGEXT = D Debtor - recipient
Selection Text: S_BFART = D Inventory mgmt type
Selection Text: S_DBER = D Planning area
Selection Text: S_EIFR = D Own/external equi.
Selection Text: S_EMPFAE = D Recipient
Selection Text: S_EQART = D Technical obj. type
Selection Text: S_EQKTX = D Equipment descriptn
Selection Text: S_ETYP = D Recipient type
Selection Text: S_KATNRC = D Number in catalog
Selection Text: S_KZMENG = D Item/multipart ind.
Selection Text: S_LVART = D Activity type
Selection Text: S_MAKTX = D Material Description
Selection Text: S_MATKL = D Material Group
Selection Text: S_MATNR = D Material
Selection Text: S_SERGE = D ManufSerialNumber
Selection Text: S_SERNR = D Serial number
Selection Text: S_TPLKZ = D Catalog code
Selection Text: S_TYPBZ = D Model number
Selection Text: S_VERWAL = D Administrator
Selection Text: S_WEEXT = D ExtShiptoPrtyRcpnt
Title: Location Stock (ALV)
Text Symbol: 002 = Unrestricted-use stck
Text Symbol: 003 = Display equipment + material
Text Symbol: 004 = Display equipment only
Text Symbol: 005 = Display material only
Text Symbol: 006 = Display variant equipment
Text Symbol: 007 = Display variant material
Text Symbol: 008 = Material directly after equipment?
Text Symbol: 009 = Color for material items
Text Symbol: 010 = Location stock on: Page:





Text Symbol: 011 = Date:
Text Symbol: 012 = Zebra display
Text Symbol: 013 = The following settings are only relevant if material for a
Text Symbol: 014 = location is to be displayed directly after its equipment
Text Symbol: 020 = Description not created
Text Symbol: 030 = Customer not found
Text Symbol: 100 = Equipment
Text Symbol: 110 = Material
Text Symbol: 500 = Recipient :
Text Symbol: 501 = Ship-to party:
Text Symbol: 502 = Sold-to party:
Text Symbol: 910 = Header
Text Symbol: 920 = Item
Text Symbol: S10 = Resource-dependent restriction
Text Symbol: S20 = Special restrictions
Text Symbol: S30 = General restriction
Text Symbol: S40 = Output control
Text Symbol: S50 = Classes
Text Symbol: S60 = List formatting
Text Symbol: T10 = ==================== M A T E R I A L =====================


INCLUDES used within this REPORT J_3GBAUB_N

INCLUDE J_3GBAUD_N.
INCLUDE J_3GBAUB_N_INITIALIZATION.
INCLUDE J_3GBAUS_SELOPT_N.
INCLUDE J_3GBAUB_N_AT_SELECTION_SCREEN.


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:

MATNR_CONV_RANGES CALL FUNCTION 'MATNR_CONV_RANGES' EXPORTING selopt_name = mgv_matnr_selopt_tab-name TABLES range = .

/SAPCEM/HBEST_TBEST_MERGE CALL FUNCTION '/SAPCEM/HBEST_TBEST_MERGE' EXPORTING i_cdate = p_datvon i_cequi = 'X' IT_EMPFA = XEMPFAE[] it_agext = s_agext[] it_weext = s_weext[] it_requi = resso_wa[] i_corr_hbest_read = ' ' IMPORTING ET_HBEST = LT_HBEST[] EXCEPTIONS OTHERS = 1.

/SAPCEM/HBEST_TBEST_MERGE CALL FUNCTION '/SAPCEM/HBEST_TBEST_MERGE' EXPORTING i_cdate = p_datvon i_cmatn = 'X' IT_EMPFA = XEMPFAE[] it_agext = s_agext[] it_weext = s_weext[] it_rmatn = resso_wa[] i_corr_hbest_read = ' ' IMPORTING ET_HBEST = LT_HBEST[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_variant = xvariant EXCEPTIONS OTHERS = 1.



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