JBRSVKO SAP (RM: Header Table of SDTFT for Saved Datasets) Table details

Dictionary Type: Table
Description: RM: Header Table of SDTFT for Saved Datasets




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




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

JBRSVKO is a standard SAP Table which is used to store RM: Header Table of SDTFT for Saved Datasets data and is available within R/3 SAP systems depending on the version and release level.

The JBRSVKO table consists of various fields, each holding specific information or linking keys about RM: Header Table of SDTFT for Saved Datasets data available in SAP. These include SV_STATE_ID (RM: ID of a Saved Data Status), OBJNR (Object number for financial transactions), BUKRS (Company Code), RPORTB (Portfolio).. 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 or numeric)


SAP JBRSVKO 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 MANDTCLNT3Assigned to domainMANDT
SV_STATE_IDRM: ID of a Saved Data Status JBRSVSTATEIDNUMC20JBRSVSTATEALPHAJBRSVSTATEID
OBJNRObject number for financial transactions JBOBJNRCHAR22ONR00J_OBJNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
RDEALERTrader RDEALERCHAR12TZDEARDEALER
PARTNRBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
WAEHRUNGCurrency of Cash Flow JBWCFCUKY5TCURCWAERS
ARRDefault Risk Rule KL_DEFRIRECHAR10KLARRCKL_DEFRIRE
SLPGLimit Product Group KL_LPGCHAR3ATLPGT_SLPG
GRUPPCredit Limit Part: General Ledger Account KL_SKPSKCHAR10Assigned to domainALPHASKPSK
EBENECredit Limit: Level for Cash Management and Forecasting KL_FDLEVCHAR2Assigned to domainFDLEV
DISPWPlanned Currency for Cash Management and Forecast KL_DISPWCUKY5Assigned to domainWAERS
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
PHIDPortfolio Hierarchy JBRPHIDNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
PKNOTENNode in Portfolio Hierarchy JBRPKNOTENNUMC6Assigned to domainJBRPHKNIDRMPHNODE
SEL_DATESelection Date JBRDSELECTDATS8DATUM
SV_USEREntered by TB_CRUSERCHAR12SYCHAR12
SV_DATEEntered On TB_CRDATDATS8DATUM
SV_TIMEEntry Time TB_TCRTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBRSVKO
INTO CORRESPONDING FIELDS OF WA_JBRSVKO
WHERE...

How to access SAP table JBRSVKO

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