FBS_SX_VERSN_ITEM_JOINT SAP (Item as Flat Version) Structure details

Dictionary Type: Structure
Description: Item as Flat Version




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




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

FBS_SX_VERSN_ITEM_JOINT 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 "Item as Flat Version" 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_FBS_SX_VERSN_ITEM_JOINT TYPE FBS_SX_VERSN_ITEM_JOINT.

The FBS_SX_VERSN_ITEM_JOINT table consists of various fields, each holding specific information or linking keys about Item as Flat Version data available in SAP. These include CONTROL (), DB_ACTION (Action on database), COMPL_TRANSMISSION (General Flag), KEYY ().. 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: Can Be Enhanced (Deep)


SAP FBS_SX_VERSN_ITEM_JOINT 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
SCVCPC 0
CONTROL 0
DB_ACTIONAction on database DB_ACTIONCHAR1CHAR1
COMPL_TRANSMISSIONGeneral Flag FLAGCHAR1FLAG
KEYY 0
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
011SC 0
MANDTClient MANDTCLNT3MANDT
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
SETPRSet name prefix SETPR_011SCHAR2CHAR2
SETVSBalance sheet version SETVS_011SCHAR4VERSN_011BIL
SETNRSet Name Sequence Number SETNR_011SNUMC6NUMC06
011VC 0
MANDTClient MANDTCLNT3MANDT
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGS1Debit Item key ERGSO_011ZCHAR10ERGSL
ERGS2Credit Item Key ERGHB_011ZCHAR10ERGSL
011PC 0
MANDTClient MANDTCLNT3MANDT
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
IDInternal: Node ID SEU_IDNUMC6SEU_ID
TYPENode type SEU_TYPECHAR4SEU_TYPE
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
PARENTInternal: Node ID SEU_IDNUMC6SEU_ID
CHILDInternal: Node ID SEU_IDNUMC6SEU_ID
NEXTNInternal: Node ID SEU_IDNUMC6SEU_ID
STUFEFinancial statement item hierarchy level STUFE_F02ENUMC2NUM02
SUMMEIs the total to be displayed? If yes, where? SUMME_011PCHAR1CHAR1
SIGNChange of sign (+/-) RR_RSIGNCHAR1FLAG
AEDATChanged On AEDATDATS8DATUM
USNAMUser name USNAMCHAR12XUBNAMEUSR
EDGE 0
PARENTFinancial Statement Item ERGSLCHAR10ERGSL
NEXTNFinancial Statement Item ERGSLCHAR10ERGSL
DB_ACTIONAction on database DB_ACTIONCHAR1CHAR1
011ZC 0
CONTROL 0
DB_ACTIONAction on database DB_ACTIONCHAR1CHAR1
COMPL_TRANSMISSIONGeneral Flag FLAGCHAR1FLAG
KEYY 0
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
VONKTAccount interval lower limit VONKT_011ZCHAR10ALPHABILKT
KTOPLChart of Accounts KTOPLCHAR4KTOPLKPLC_KTOPL
011ZC 0
MANDTClient MANDTCLNT3MANDT
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
KTOPLChart of Accounts KTOPLCHAR4KTOPLKPLC_KTOPL
VONKTAccount interval lower limit VONKT_011ZCHAR10ALPHABILKT
BISKTAccount interval upper limit BISKT_011ZCHAR10ALPHABILKT
XSOLLIndicator: Is entry relevant if there is a debit balance? XSOLL_F02ECHAR1XFELD
XHABNIndicator: Is entry relevant if there is a credit balance ? XHABN_F02ECHAR1XFELD
XVERDIndicator: Group balance decides on allocation XVERD_011ZCHAR1XFELD
011QT_TAB 0
011FC 0
CONTROL 0
DB_ACTIONAction on database DB_ACTIONCHAR1CHAR1
COMPL_TRANSMISSIONGeneral Flag FLAGCHAR1FLAG
KEYY 0
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
VONFBFunctional area interval lower limit VONFB_011FCHAR16FKBER
011FC 0
MANDTClient MANDTCLNT3MANDT
VERSNFinancial Statement Version VERSN_011CHAR4VERSN_011BIL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
VONFBFunctional area interval lower limit VONFB_011FCHAR16FKBER
BISFBFunctional area interval upper limit BISFB_011FCHAR16FKBER
ZC_COMPLETEGeneral Flag FLAGCHAR1FLAG
QT_COMPLETEGeneral Flag FLAGCHAR1FLAG
FC_COMPLETEGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table FBS_SX_VERSN_ITEM_JOINT

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