JSBW_BPART SAP (Generierte Tabelle zu einem View) Table View details

Dictionary Type: Table View
Description: Generierte Tabelle zu einem View




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




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

JSBW_BPART is a standard SAP Table View which is used to store Generierte Tabelle zu einem View data and is available within R/3 SAP systems depending on the version and release level.

The JSBW_BPART table consists of various fields, each holding specific information or linking keys about Generierte Tabelle zu einem View data available in SAP. These include GPNR (IS-M: Business Partner Key), BRSCH (Industry key), JGEBDAT (IS-M: Date of Birth of a Business Partner), GESCH (IS-M: Gender 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JSBW_BPART table view 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
GPNRIS-M: Business Partner Key GPNRCHAR10ALPHAGPNRJGPMJG0
BRSCHIndustry key BRSCHCHAR4T016BRSCH
JGEBDATIS-M: Date of Birth of a Business Partner JGEBDATDATS8DATUM
GESCHIS-M: Gender Key JGESCHLCHAR1JGESCHL
XNATURIS-M: Natural Person Indicator XNATURCHAR1XFELD
XVSRVGESIS-M: Service Company Indicator XVSRVGESCHAR1XFELD
XZUSTIS-M: Carrier Indicator XZUSTCHAR1XFELD
XVERMPROVIS-M: Sales Agent - Commission Recipient XVERMPROVCHAR1XFELD
XVERBIS-M: Association Indicator XVERBCHAR1XFELD
XRECHERIS-M: Researcher Indicator XRECHERCHAR1XFELD
XKAHSIS-M: Customer Pickup Point Indicator XKAHSCHAR1XFELD
XSPEDIIS-M: Forwarding Agent Indicator XSPEDICHAR1XFELD
XVERTKUNIS-M: Sales Customer Indicator XVERTKUNCHAR1XFELD
XEUWIS-M: Retailer Indicator XEUWCHAR1XFELD
XSOZIALIS-M: Social Facility Indicator XSOZIALCHAR1XFELD
XPOSTIS-M: Mail Depot Indicator XPOSTCHAR1XFELD
XVERLAGIS-M: Publisher Indicator XVERLAGCHAR1XFELD
XMEDIAKIS-M: Media customer XMEDIAKCHAR1XFELD
XINSERIS-M: Selection Indicator for Advertiser XINSERENTCHAR1XINSERENTJR7
XMVERMIS-M: Media Sales Agent Indicator XMVERMITTLCHAR1XFELD
XAGENIS-M: Agency Indicator XAGENTURCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JSBW_BPART
INTO CORRESPONDING FIELDS OF WA_JSBW_BPART
WHERE...

How to access SAP table JSBW_BPART

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