JBDKOPF SAP (Header Structure for Selection from TIF) Structure details

Dictionary Type: Structure
Description: Header Structure for Selection from TIF




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




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

JBDKOPF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Header Structure for Selection from TIF" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_JBDKOPF TYPE JBDKOPF.

The JBDKOPF table consists of various fields, each holding specific information or linking keys about Header Structure for Selection from TIF data available in SAP. These include MANDT (Client), RANTYP (Contract Type), BUKRS (Company Code), RANLVD (Contract Number).. 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 JBDKOPF structure 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
RANTYPContract Type RANTYPCHAR1RANTYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANLVDContract Number RANLCHAR13VDARLALPHARANLRAN
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
RLDEPOSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
ZUONRFinance Project TB_TFPROJCHAR13T_TFPROJ
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SBILKBalance Sheet Indicator SBILKCHAR2TW11SBILK
SGLZBSCB asset group indicator SGLZBCHAR4TW07SGLZB
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
STILGARTRepayment Type Indicator STILGARTNUMC1STILGART
SZINSTYPInterest type: fixed, variable, other VVSZINSTYPCHAR1VVSZINSTYP
PKONDInterest rate as a percentage TB_PKONDDEC10(7) DECV3_7
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
SNOTTYPEQuotation type for option, future, security etc. TB_NOTTYPECHAR1T_NOTTYPE
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
SFGTYPTransaction Category TB_SFGTYPNUMC3AT01T_SFGTYP
RREFKONTAcct Assignment Ref. for Operative Valn Area and Loan TB_REFKONTCHAR8T037SUSTRU
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2AT02T_SFGZUTYC_AT02
SBWHRPosition Currency/Transaction Currency TB_BWHRCUKY5TCURCWAERS
WGSCHFT1Currency of Outgoing Side TB_WGSCHF1CUKY5TCURCWAERS
WGSCHFT2Currency of Incoming Side TB_WGSCHF2CUKY5TCURCWAERS
KKURSRate of Forex Transaction TB_KKURSDEC13(9) TB_KKURS
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
BZUSAGECommitment capital BZUSAGECURR13(2) WERTV7
SOFTYPOptions/futures category TI_SOFTYPNUMC2T_SOFTYP
SAKTIVActive Status of Transaction or Activity TB_SAKTIVNUMC1T_SAKTIV
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER

Key field Non-key field



How do I retrieve data from SAP structure JBDKOPF using ABAP code?

As JBDKOPF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JBDKOPF as there is no data to select.

How to access SAP table JBDKOPF

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