P01RBM_MI01 SAP (Notification Data MI01 Pension Receipt Notif. Query Tax ID) Table details

Dictionary Type: Table
Description: Notification Data MI01 Pension Receipt Notif. Query Tax ID




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




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

P01RBM_MI01 is a standard SAP Table which is used to store Notification Data MI01 Pension Receipt Notif. Query Tax ID data and is available within R/3 SAP systems depending on the version and release level.

The P01RBM_MI01 table consists of various fields, each holding specific information or linking keys about Notification Data MI01 Pension Receipt Notif. Query Tax ID data available in SAP. These include GUID (Notification (Internal ID)), ARTANFR ('Type of Inquiry' Feature), KDNR (Customer Number), MIPFORDBG (Notification Obligation Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P01RBM_MI01 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDNotification (Internal ID) P01_RBM_GUIDCHAR32SYSUUID_C
ARTANFR'Type of Inquiry' Feature P01_RBM_ARTANFRNUMC1P01_RBM_ARTANFR
KDNRCustomer Number P01_RBM_KDNRNUMC10P01_RBM_KDNR
MIPFORDBGNotification Obligation Key P01_RBM_MIPFORDBGCHAR35
DTERSTTime Current Record Was Created P01_RBM_DTERSTCHAR23P01_RBM_ZEITPUNKT
MIPFBEZName of Notification Party P01_RBM_MIPFBEZCHAR90P01_RBM_MIPFBEZ
MIPFANNAMEName of Contact Person P01_RBM_MIPFANNAMECHAR50P01_RBM_MIPFANNAME
MIPFANTELTelephone Number of Contact Person P01_RBM_MIPFANTELCHAR30P01_RBM_MIPFANTEL
MIPFANDURCHWAHLContact Person: Extension P01_RBM_MIPFANDURCHWAHLCHAR10P01_RBM_MIPFANDURCHWAHL
MIPFANMAILContact Person's E-Mail Address P01_RBM_MIPFANMAILCHAR241SXIDNAD_SMTPADR
MIPFSTRStreet P01_RBM_STRCHAR72P01_RBM_STR
MIPFHAUSNRHouse Number P01_RBM_HAUSNRNUMC5P01_RBM_HAUSNR
MIPFHAUSNRZUHouse Number Letter/Additional Digits P01_RBM_HAUSNRZUCHAR20P01_RBM_HAUSNRZU
MIPFADRESSERGAddress Supplement P01_RBM_ADRESSERGCHAR46P01_RBM_ADRESSERG
MIPFORTCity P01_RBM_ORTCHAR72P01_RBM_ORT
MIPFSTAATIDCountry Code P01_RBM_STAATIDNUMC3P01_RBM_STAATID
MIPFPLZPostal Code P01_RBM_PLZCHAR12P01_RBM_PLZ
NNAMEFamily Name P01_RBM_NNAMECHAR45P01_RBM_NNAME
VWORTName Prefix P01_RBM_VWORTCHAR20P01_RBM_VWORT
NAMZUName Affixes P01_RBM_NAMZUCHAR20P01_RBM_NAMZU
TITELTitle P01_RBM_TITELCHAR20P01_RBM_TITEL
VNAMEFirst Name P01_RBM_VNAMECHAR35P01_RBM_VNAME
GEBDTDate of Birth P01_RBM_GEBDTCHAR10P01_RBM_DATUM
GEBNAMEName at Birth P01_RBM_GEBNAMECHAR45P01_RBM_GEBNAME
FRUEHFNAMEPrevious Last Name P01_RBM_FRUEHFNAMECHAR45P01_RBM_FRUEHFNAME
GESCHLECHTGender P01_RBM_GESCHLECHTCHAR1P01_RBM_GESCHLECHT
GEBORTPlace of Birth P01_RBM_GEBORTCHAR35P01_RBM_GEBORT
GEBSTAATCountry of Birth P01_RBM_GEBSTAATNUMC3P01_RBM_GEBSTAAT
STERBDTDeath Date P01_RBM_STERBDTCHAR10P01_RBM_DATUM
STRStreet P01_RBM_STRCHAR72P01_RBM_STR
HAUSNRHouse Number P01_RBM_HAUSNRNUMC5P01_RBM_HAUSNR
HAUSNRZUHouse Number Letter/Additional Digits P01_RBM_HAUSNRZUCHAR20P01_RBM_HAUSNRZU
ADRESSERGAddress Supplement P01_RBM_ADRESSERGCHAR46P01_RBM_ADRESSERG
ORTCity P01_RBM_ORTCHAR72P01_RBM_ORT
STAATIDCountry Code P01_RBM_STAATIDNUMC3P01_RBM_STAATID
PLZPostal Code P01_RBM_PLZCHAR12P01_RBM_PLZ

Key field Non-key field



How do I retrieve data from SAP table P01RBM_MI01 using ABAP code

The following ABAP code Example will allow you to do a basic selection on P01RBM_MI01 to SELECT all data from the table
DATA: WA_P01RBM_MI01 TYPE P01RBM_MI01.

SELECT SINGLE *
FROM P01RBM_MI01
INTO CORRESPONDING FIELDS OF WA_P01RBM_MI01
WHERE...

How to access SAP table P01RBM_MI01

Within an ECC or HANA version of SAP you can also view further information about P01RBM_MI01 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!