SAP Reports / Programs

/SAPCEM/BESTANDSKONTROLLE SAP ABAP Report - Stock control







/SAPCEM/BESTANDSKONTROLLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program prepares the temporary and historical stock for a resource at a specific time...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 /SAPCEM/BESTANDSKONTROLLE 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/BESTKON - Stock Control


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/BESTANDSKONTROLLE. "Basic submit
SUBMIT /SAPCEM/BESTANDSKONTROLLE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPCEM/BESTANDSKONTROLLE 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: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_KZMEN = D .
Selection Text: S_EQUNR = D .
Selection Text: S_EQART = D .
Selection Text: S_EMPFA = D .
Selection Text: S_DBER = D .
Selection Text: P_XNULL = D .
Selection Text: P_XNEGA = Display negative stock only
Selection Text: P_VDATM = Control from
Selection Text: P_VDATE = Control from
Selection Text: P_CMATN = D .
Selection Text: P_CEQUI = D .
Selection Text: P_CDATM = Control to
Selection Text: P_CDATE = Control to
Title: Stock control
Text Symbol: TBE = Display original frm J_3GTBEST
Text Symbol: MAT = Material
Text Symbol: LAU = Output list
Text Symbol: F03 = Restrictions for material
Text Symbol: F02 = Restrictions for equipment
Text Symbol: F01 = Restrictions for recipient
Text Symbol: F00 = Restrict date
Text Symbol: EQU = Equipment
Text Symbol: C03 = To
Text Symbol: C02 = From
Text Symbol: C01 = Period of control
Text Symbol: BAU = Build up stock
Text Symbol: ALL = General
Text Symbol: ABG = Removal sequence
Text Symbol: 033 = Negative/inconsistent stock single
Text Symbol: 032 = Negative stock:multipart
Text Symbol: 031 = Stock status


INCLUDES used within this REPORT /SAPCEM/BESTANDSKONTROLLE

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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .



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