JBDGSCH SAP (IS-B: Transaction Master Data) Table details

Dictionary Type: Table
Description: IS-B: Transaction Master Data




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




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

JBDGSCH is a standard SAP Table which is used to store IS-B: Transaction Master Data data and is available within R/3 SAP systems depending on the version and release level.

The JBDGSCH table consists of various fields, each holding specific information or linking keys about IS-B: Transaction Master Data data available in SAP. These include RGENUM (Transaction Number), RBPROD (Bank Product), RKALRG (Costing Rule), RBPVAR (Bank Product Variant for Costing).. 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: Not classified


SAP JBDGSCH 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
RGENUMTransaction Number JBRGENUMCHAR10JBRGENUMJB5
RBPRODBank Product JBRBPRODCHAR10JBDBPRDJBRBPROD
RKALRGCosting Rule JBRKALRGCHAR8Assigned to domainJBRKALRGJB7
RBPVARBank Product Variant for Costing JBRBPVARCHAR6JBDBPVRJBRBPVAR
DKGUELValidity Date for Determining Costing Rule JBDKGUELDATS8DATUM
RGENUXTransaction Number (External) JBRGENUXCHAR30CHAR30JB6
RBKONTAccount Number JBRBKONTCHAR16Assigned to domainJBRBKONTJB4
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RBKONXAccount Number Supplement JBRBKONXCHAR10CHAR10JB8
WGWAERCurrency of transaction JBWGWAERCUKY5TCURCWAERS
SHERKUSource Indicator JBSHERKUCHAR8JBSHERKU
SGSTATTransaction Status JBSGSTATCHAR1JBSGSTAT
DSTORNReversal Date JBDSTORNDATS8DATUM
DLKALKDate of Last Costing Run JBDLKALKDATS8DATUM
SPERIOCosted to Period JBSPERIONUMC3NUM3
SKJAHRCosted up to Year JBSKJAHRNUMC4NUM4
ARSTP1Number of Periods for Residual Distribution of Commission 1 JBARPER1INT13INT1
ARSTP2Number of Periods for Residual Distribution of Commission 2 JBARPER2INT13INT1
ARSTP3Number of Periods for Residual Distribution of Commission 3 JBARPER3INT13INT1
ARSTP4Number of Periods for Residual Distribution of Commission 4 JBARPER4INT13INT1
BRPRV1Remaining Commission 1 JBBRPRV1CURR17(2) WERTV9
BRPRV2Remaining Commission 2 JBBRPRV2CURR17(2) WERTV9
BRPRV3Remaining Commission 3 JBBRPRV3CURR17(2) WERTV9
BRPRV4Remaining Commission 4 JBBRPRV4CURR17(2) WERTV9
DERFASCreated on JBDERFASDATS8DATUM
TERFASTime of entry JBTERFASTIMS6TIMES
SAKPASAsset/Liability Indicator JBSAKPASCHAR1JBSAKPAS
RANLContract Number RANLCHAR13ALPHARANLRAN
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
NORDEROrder Number NORDERNUMC8NUM8ORD
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
DGBEGIDate of Transaction Start JBDGBEGIDATS8DATUM
DGENDEDate of Transaction End JBDGENDEDATS8DATUM
RBESTOPosition Number JBRBESTONUMC10NUM10JBA
SZSTKZCash Flow Indicator JBSZSTKZCHAR1JBSZSTKZ
SZSARTCash flow category JBSZSARTCHAR1JBSZSART
SLSONLIndicator for Online Cash Flow Disturbance Cat. 1 JBSLSONLCHAR1CHAR1
RFHAZUFinancial Transaction Activity (Money Market) JBRFHAZUNUMC5T_RFHAZU

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDGSCH
INTO CORRESPONDING FIELDS OF WA_JBDGSCH
WHERE...

How to access SAP table JBDGSCH

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