BAPI_JBD_STR_VC_ITEM SAP (IS-B: Flow for Position Changes (Basel II / IAS)) Structure details

Dictionary Type: Structure
Description: IS-B: Flow for Position Changes (Basel II / IAS)




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




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

BAPI_JBD_STR_VC_ITEM 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 "IS-B: Flow for Position Changes (Basel II / IAS)" 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_BAPI_JBD_STR_VC_ITEM TYPE BAPI_JBD_STR_VC_ITEM.

The BAPI_JBD_STR_VC_ITEM table consists of various fields, each holding specific information or linking keys about IS-B: Flow for Position Changes (Basel II / IAS) data available in SAP. These include POSITION_CHANGE_CATEGORY (Category of Position Change), INTERNAL_NUMBER (Position Change - Internal Number), SEQUENCE_NUMBER (Sequence Number), POSITION_VALUE_DATE (Position Value Date).. 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 BAPI_JBD_STR_VC_ITEM 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
EXTERNAL_NUMBERPosition Change - External Number BAPI_JBD_DTE_RBAENEXTCHAR20CHAR20
POSITION_CHANGE_CATEGORYCategory of Position Change BAPI_JBD_DTE_SBAENTYPCHAR3JBDBAENTYP
INTERNAL_NUMBERPosition Change - Internal Number BAPI_JBD_DTE_RBAENINTCHAR16JBDBAENINT
SEQUENCE_NUMBERSequence Number BAPI_JBD_DTE_RLFNRNUMC5NUMC5
POSITION_VALUE_DATEPosition Value Date BAPI_JBD_DTE_DBESTANDDATS8DATUM
INTEREST_VALUE_DATEInterest Value Date/Calculation Date BAPI_JBD_DTE_DVALUTZDATS8DATUM
VALUE_DATEValue Date/Planning Day BAPI_JBD_DTE_DDISPODATS8DATUM
NUMBER_OF_UNITS_SECURITYNumber of Units for Unit-Quoted Securities BAPI_JBD_DTE_ASTUECKDEC15(5) ASTUECK
POSITION_NOMINAL_AMOUNTPosition - Nominal Amount BAPI_JBD_DTE_BBNWHRDEC23(4) BAPICURR
SECURITY_PRICESecurity Price BAPI_JBD_DTE_KWKURSDEC15(6) VVKWKURS
STOCK_PRICE_CURRENCYStock price currency BAPI_JBD_DTE_SSWHRCUKY5Assigned to domainWAERS
STOCK_PRICE_CURRENCY_ISOISO Currency Code BAPI_JBD_DTE_CURR_ISOCHAR3ISOCD
AMOUNT_IN_POSITION_CURRENCYAmount in Position Currency BAPI_JBD_DTE_BBWHRDEC23(4) BAPICURR
AMOUNT_IN_LOCAL_CURRENCYAmount in Local Currency BAPI_JBD_DTE_BHWHRDEC23(4) BAPICURR
BASE_VALUEBase Value BAPI_JBD_DTE_BBWHRBDEC23(4) BAPICURR
BASE_VALUE_IN_LOCAL_CURRENCYBase Value in Local Currency BAPI_JBD_DTE_BHWHRBDEC23(4) BAPICURR
ADDIT_WITHDRAW_INDICATORAddition/Withdrawal Indicator for Positions BAPI_JBD_DTE_SZUABKNZCHAR2JBDZUABKNZ
LOCK_INDICATORSAP Banking: Lock Indicator for Position Flow BAPI_JBD_DTE_SPRKNZCHAR1XFELD
LOCAL_CURRENCYLocal Currency BAPI_JBD_DTE_SHWHRCUKY5Assigned to domainWAERS
LOCAL_CURRENCY_ISOISO Currency Code BAPI_JBD_DTE_CURR_ISOCHAR3ISOCD
POSITION_CURRENCYPosition Currency (Currency of Position Amount) BAPI_JBD_DTE_SBWHRCUKY5Assigned to domainWAERS
POSITION_CURRENCY_ISOISO Currency Code BAPI_JBD_DTE_CURR_ISOCHAR3ISOCD

Key field Non-key field



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

As BAPI_JBD_STR_VC_ITEM 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 BAPI_JBD_STR_VC_ITEM as there is no data to select.

How to access SAP table BAPI_JBD_STR_VC_ITEM

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