SAP Reports / Programs

SAPDBNOTIFICATIONS SAP ABAP Report - Logistical Database SAM: Database Program







SAPDBNOTIFICATIONS 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 SAPDBNOTIFICATIONS 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 SAPDBNOTIFICATIONS. "Basic submit
SUBMIT SAPDBNOTIFICATIONS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBNOTIFICATIONS 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: MEL_PARA = Partner Role
Selection Text: PARVW_IN = Executing Department
Selection Text: PARVW_MA = Person Responsible for Task
Selection Text: PARVW_VA = Person Responsible
Selection Text: DY_IAR = D .
Selection Text: DY_MAB = D .
Selection Text: DY_OFN = D .
Selection Text: DY_RST = D .
Selection Text: MATNR = D .
Selection Text: MNCOD = D .
Selection Text: MNGRP = D .
Selection Text: PSELSCHM = D .
Selection Text: QMART = D .
Selection Text: QMDAT = D .
Selection Text: QMNUM = D .
Selection Text: SELSCHEM = D .
Title: Logistical Database SAM: Database Program
Text Symbol: TS3 = Completed by me
Text Symbol: TS2 = Created by me
Text Symbol: TS1 = For processing by me
Text Symbol: TAB = Selection inactive
Text Symbol: TAA = Selection active
Text Symbol: TA3 = Gen. data selection
Text Symbol: TA2 = My worklist
Text Symbol: F04 = Selection of tasks
Text Symbol: DAT = Selection period
Text Symbol: A02 = Address Search Inactive
Text Symbol: A01 = Address Search Active
Text Symbol: 001 = Outstndng
Text Symbol: 002 = Postponed
Text Symbol: 003 = In proc.
Text Symbol: 004 = Completed
Text Symbol: 005 = Profile
Text Symbol: 008 = Address
Text Symbol: 010 = Outst. tasks only
Text Symbol: 011 = For processing by me
Text Symbol: 012 = Created by me
Text Symbol: 013 = Last processed by me





Text Symbol: 014 = In my role as ...
Text Symbol: 015 = Role Name
Text Symbol: 016 = (Partner Role)
Text Symbol: 021 = Defined by me
Text Symbol: 022 = 1 week
Text Symbol: 023 = 1 month
Text Symbol: 024 = 3 months
Text Symbol: 025 = 1 year
Text Symbol: 100 = Notif. status
Text Symbol: 101 = Notif. selection
Text Symbol: 102 = Partner
Text Symbol: 103 = Additional restrictions
Text Symbol: 104 = Class selection
Text Symbol: 105 = Material class
Text Symbol: 110 = My notifications
Text Symbol: 111 = My tasks
Text Symbol: 200 = Message selection


INCLUDES used within this REPORT SAPDBNOTIFICATIONS

INCLUDE DBNOTIFICATIONSTOP . " HEADER
INCLUDE DBNOTIFICATIONSNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBNOTIFICATIONSF001 . " USER DEFINED INCLUDE


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:

No SAP FUNCTION MODULES are executed within this report code!



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