TNBPMIGPNTNOK SAP (Mapping Information of IS-H Pat., BP Pat. and NOK Data) Table details

Dictionary Type: Table
Description: Mapping Information of IS-H Pat., BP Pat. and NOK Data




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




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

TNBPMIGPNTNOK is a standard SAP Table which is used to store Mapping Information of IS-H Pat., BP Pat. and NOK Data data and is available within R/3 SAP systems depending on the version and release level.

The TNBPMIGPNTNOK table consists of various fields, each holding specific information or linking keys about Mapping Information of IS-H Pat., BP Pat. and NOK Data data available in SAP. These include ISH_PAT_NUM (IS-H: Patient Number), SAPBP_PAT_NUM (Business Partner Number), NNOK1 (Business Partner Number), NNOK2 (Business Partner Number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TNBPMIGPNTNOK 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
ISH_PAT_NUMIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
SAPBP_PAT_NUMBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NNOK1Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NNOK2Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
MIGR_STATUSMigration Status ISH_MIGR_STATUSCHAR1ISH_MIGR_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNBPMIGPNTNOK
INTO CORRESPONDING FIELDS OF WA_TNBPMIGPNTNOK
WHERE...

How to access SAP table TNBPMIGPNTNOK

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