P01_SV_PARAM_NOTIFMARKER SAP (Parameter for Identifying Notifications) Structure details

Dictionary Type: Structure
Description: Parameter for Identifying Notifications




ABAP Code to SELECT data from P01_SV_PARAM_NOTIFMARKER
Related tables to P01_SV_PARAM_NOTIFMARKER
Access table P01_SV_PARAM_NOTIFMARKER




Structure field list including key, data, relationships and ABAP select examples

P01_SV_PARAM_NOTIFMARKER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameter for Identifying Notifications" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_P01_SV_PARAM_NOTIFMARKER TYPE P01_SV_PARAM_NOTIFMARKER.

The P01_SV_PARAM_NOTIFMARKER table consists of various fields, each holding specific information or linking keys about Parameter for Identifying Notifications data available in SAP. These include BTRTL (Personnel Subarea), BTRNR (Company Number), DATNR (HR-DDU: DUEVO File Counter (Parameter)), TEST (HR-DDU: Decision Field).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P01_SV_PARAM_NOTIFMARKER structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRNRCompany Number BTRNRCHAR8BTRNR
DATNRHR-DDU: DUEVO File Counter (Parameter) D3PDATNRNUMC6D3DNUM
TESTHR-DDU: Decision Field D3YNCHAR1D3YN
PROTOHR-DDU: Decision Field D3YNCHAR1D3YN
MDATUMCreation/Change Date of Notification P01_SVDATUMDATS8DATUM
MZEITCreation/Change Time of a Notification P01_SVUZEITTIMS6P01_SVUZEIT
CBDSTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DTARTType of Data Exchange P01_DTARTCHAR3P01_DTART
LDATUMCreation/Change Date of Notification P01_SVDATUMDATS8DATUM
LUZEITCreation/Change Time of a Notification P01_SVUZEITTIMS6P01_SVUZEIT
DATTRCheckbox XFELDCHAR1XFELD
LAUFISelection of Notifications by Run ID P01_SV_SELT_LAUFIDCHAR1XFELD
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
DISMISet Notification Status to 'Rejected' P01_SV_NOTIF_DISMISSEDCHAR1XFELD
TRANSSet Notification Status to 'To Be Transferred' P01_SV_NOTIF_TRANSFERCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure P01_SV_PARAM_NOTIFMARKER using ABAP code?

As P01_SV_PARAM_NOTIFMARKER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on P01_SV_PARAM_NOTIFMARKER as there is no data to select.

How to access SAP table P01_SV_PARAM_NOTIFMARKER

Within an ECC or HANA version of SAP you can also view further information about P01_SV_PARAM_NOTIFMARKER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!