SAP Reports / Programs

SAPDBEMM SAP ABAP Report - Access Program for Database EMM







SAPDBEMM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program SAPDBEMM contains the access routines for reporting...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 SAPDBEMM 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 SAPDBEMM. "Basic submit
SUBMIT SAPDBEMM AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBEMM 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: EM_EKORG = Purchasing organization
Selection Text: EM_MATNR = Material
Selection Text: EM_SELKA = ?...(EM_SELKA)
Selection Text: EM_SELKB = ?...(EM_SELKB)
Selection Text: EM_SELKK = ?...(EM_SELKK)
Selection Text: EM_SELKL = ?...(EM_SELKL)
Selection Text: EM_WERKS = Plant
Title: Access Program for Database EMM
Text Symbol: 001 = Choose...


INCLUDES used within this REPORT SAPDBEMM

INCLUDE FMMEXDIR.
INCLUDE FM06LCEV.


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:

RM_SENDEN_BILD_EXM CALL FUNCTION 'RM_SENDEN_BILD_EXM' EXPORTING E0_SELKA = EM_SELKA E0_SELKB = EM_SELKB E0_SELKK = EM_SELKK E0_SELKL = EM_SELKL IMPORTING E0_SELKA = EM_SELKA E0_SELKB = EM_SELKB E0_SELKK = EM_SELKK E0_SELKL = EM_SELKL E0_START = EM_STARTK.

ME_VAR_READ_POSITIONS CALL FUNCTION 'ME_VAR_READ_POSITIONS' EXPORTING I_EBELN = EM_SEBELN I_EBELP = EM_SEBELP TABLES I_POT = POT.



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