JGTBP00 SAP (IS-M: Business Partner Master Data (General Data)) Table details

Dictionary Type: Table
Description: IS-M: Business Partner Master Data (General Data)




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




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

JGTBP00 is a standard SAP Table which is used to store IS-M: Business Partner Master Data (General Data) data and is available within R/3 SAP systems depending on the version and release level.

The JGTBP00 table consists of various fields, each holding specific information or linking keys about IS-M: Business Partner Master Data (General Data) data available in SAP. These include PARTNER (Business Partner Number), ERFUSER (Created By), ERFDATE (Created On), ERFTIME (Time Created).. 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: Can be enhanced (character-type)


SAP JGTBP00 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
CLIENTClient MANDTCLNT3T000MANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
XVERMSACHIS-M: BP Authorized to Receive Gifts XVERMSACHCHAR1XFELD
XMITARBIS-M: Employee Indicator XMITARBCHAR1XFELD
PERNRIS-M: Personnel Number JPERNR2CHAR20JPERNR
XNOWERBIS-M: No Advertising XNOWERBCHAR1XFELD
XVERBIS-M: Association Indicator XVERBCHAR1XFELD
XINTERNIS-M: Internal Business Partner Indicator XINTERNCHAR1XFELD
XSOZIALIS-M: Social Facility Indicator XSOZIALCHAR1XFELD
XVERLEIGIS-M: Indicator: Owned By Publisher XVERLEIGCHAR1XFELD
VERLVKORGIS-M: Publisher's Sales Organization VERLVKORGCHAR4TVKOVKORGVKOH_TVKO
XINSERIS-M: Selection Indicator for Advertiser XINSERENTCHAR1XINSERENTJR7
XAGENIS-M: Agency Indicator XAGENTURCHAR1XFELD
AGEN_ARTIS-M: Creative Boutique Indicator XAGEN_KREACHAR1XFELD
AGEN_STRIS-M: Distribution Agency Indicator XAGEN_STRCHAR1XFELD
AGEN_PLANIS-M: Planning Agency Indicator XAGEN_PLANCHAR1XFELD
AGEN_GRUIS-M: Agency Type AGEN_GRUPCHAR1TJGJ4ALPHAAGEN_GRUP
GP_DUBIS-M: Credit Query Indicator JDUBIOSCHAR1TJGJ0JDUBIOS
BONIS-M: Creditworthiness Indicator JBONITAETCHAR2TJGJ2ALPHAJBONITAET
WBZKUNNRIS-M: WBZ, VDZ Number of WBZ Company JWBZKUNNRCHAR6JKWBZJWBZKUNNR
RECHZENTNRIS-M: WBZ, Computer Center Number JWBZRZNRCHAR2TJKW0JKWBZJWBZRZNR
XWBZFIRMAIS-M: Business Partner Is WBZ Company XWBZFIRMACHAR1XFELD
WBZZLSCHPayment Method for Billing Documents to WBZ Company WBZZLSCHCHAR1TJK42ZLSCH
REFBELEGIS-M/SD: Reference Document in Legacy System REMELD_ISPCHAR20CHAR20
J_SOC_SECUSocial Insurance Number J_SOC_SECUCHAR20CHAR020

Key field Non-key field



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

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

SELECT SINGLE *
FROM JGTBP00
INTO CORRESPONDING FIELDS OF WA_JGTBP00
WHERE...

How to access SAP table JGTBP00

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