TNBPMIGPARAMS SAP (Parameters for BP Migration) Table details

Dictionary Type: Table
Description: Parameters for BP Migration




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




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

TNBPMIGPARAMS is a standard SAP Table which is used to store Parameters for BP Migration data and is available within R/3 SAP systems depending on the version and release level.

The TNBPMIGPARAMS table consists of various fields, each holding specific information or linking keys about Parameters for BP Migration data available in SAP. These include GUID_KEY (GUID in 'RAW' format), BUGRP_NOK (BP Grouping for the migration of next of kins), BUGRP_THPP (BP Grouping for the migration of third party payers), BUGRP_PROVPAT (BP Grouping for the migration of provisional patients).. 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 TNBPMIGPARAMS 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
GUID_KEYGUID in 'RAW' format GUID_16RAW16SYSUUID
BUGRP_NOKBP Grouping for the migration of next of kins ISH_BUGROUP_NOK_MIGCHAR4TB001BU_GROUP
BUGRP_THPPBP Grouping for the migration of third party payers ISH_BUGROUP_THPP_MIGCHAR4TB001BU_GROUP
BUGRP_PROVPATBP Grouping for the migration of provisional patients ISH_BUGROUP_PPAT_MIGCHAR4TB001BU_GROUP
BLKSZ_COMMITBlock Size for Migration ISH_BLOCK_SIZEINT13
NR_PARALL_PROCSNumber of Processes for Migration ISH_NO_PROCESSINT13
CSTMZ_OVERRIDEBP Migration: disable SAP BP screen modification temporarily ISH_BPMIG_CSTMZ_OVRRCHAR1BOOLE
SRVGRP_NAMELogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
UPDUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
TIME_STAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNBPMIGPARAMS
INTO CORRESPONDING FIELDS OF WA_TNBPMIGPARAMS
WHERE...

How to access SAP table TNBPMIGPARAMS

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