TNBPMIGFIASSN SAP (Store IS-H Object and FI Customer Assignment) Table details

Dictionary Type: Table
Description: Store IS-H Object and FI Customer Assignment




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




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

TNBPMIGFIASSN is a standard SAP Table which is used to store Store IS-H Object and FI Customer Assignment data and is available within R/3 SAP systems depending on the version and release level.

The TNBPMIGFIASSN table consists of various fields, each holding specific information or linking keys about Store IS-H Object and FI Customer Assignment data available in SAP. These include PARTNER_GUID (GUID (NOT SAP BP GUID! )), ISH_OBJ_NUM (ISH Object Number), ISH_OBJ_TYPE (Object Type for the FI Assignments), ISH_OBJ_SRC (Object Source).. 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: Cannot Be Enhanced


SAP TNBPMIGFIASSN 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 MANDTCLNT3T000MANDT
PARTNER_GUID GUID (NOT SAP BP GUID! )0
ISH_OBJ_NUMISH Object Number ISH_OBJ_NUMCHAR10ALPHAISH_OBJ_NUM_CHAR10
ISH_OBJ_TYPEObject Type for the FI Assignments ISH_OBJ_TYPECHAR4ISH_OBJ_TYPE
ISH_OBJ_SRCObject Source ISH_OBJ_SRCCHAR4ISH_OBJ_SRC
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
FI_CUST_NUMCustomer Number of FI Customer RF_KUNNRCHAR10Assigned to domainALPHAKUNNRKUN
FI_CCCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VALID_ASSIGNIndicator for Valid Assignments ISH_VALID_ASSIGNCHAR1ISH_VALID_ASSIGN
CUST_ACTIONCustomer Action ISH_CUST_ACTIONCHAR2ISH_CUST_ACTION
ASSIGN_SYNCHIndicator Specifying Assignment Synchronization ISH_ASSIGN_SYNCHCHAR1ISH_ASSIGN_SYNCH
ALT_INV_RECPNTInvoice Recipient ISH_INV_RECPNTCHAR1ISH_INV_RECPNT
ISH_INSTInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
CASE_NUMIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
CASE_BILL_STATUSIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
CASE_STRT_DATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ISH_INCON_TYPEIS-H Inconsistent Types of FI Assignments ISH_FI_INCON_TYPECHAR2ISH_FI_INCON_TYPE
DELTA_CHANGEIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNBPMIGFIASSN
INTO CORRESPONDING FIELDS OF WA_TNBPMIGFIASSN
WHERE...

How to access SAP table TNBPMIGFIASSN

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