JBSSAMBAK2 SAP (Required Header for SAMBA Transfer File) Structure details

Dictionary Type: Structure
Description: Required Header for SAMBA Transfer File




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




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

JBSSAMBAK2 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 "Required Header for SAMBA Transfer File" 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_JBSSAMBAK2 TYPE JBSSAMBAK2.

The JBSSAMBAK2 table consists of various fields, each holding specific information or linking keys about Required Header for SAMBA Transfer File data available in SAP. These include BSTRUKTLGE (Length of SAMBA Structure), XSTRUKNAGE (Name of SAMBA Structure), SVERSINFGE (Version Information for SAMBA Structure), SSTATUSGE (Status of SAMBA Structure).. 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 JBSSAMBAK2 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
BGESLAENTotal Length of Interface JBBGESLAENNUMC5NUMC05
BSTRUKTLGELength of SAMBA Structure JBBSTRUKTLNUMC5NUMC05
XSTRUKNAGEName of SAMBA Structure JBXSTRUKNACHAR8CHAR8
SVERSINFGEVersion Information for SAMBA Structure JBSVERSINFCHAR8CHAR8
SSTATUSGEStatus of SAMBA Structure JBSSTATUSCHAR1CHAR1
BUKRSGECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEBENIGEInternal Hierarchy Level JBSEBENINUMC8Assigned to domainJBSEBENI
SKONZKDGEGroup/Non-Group Customer JBSKNZKDCHAR1Assigned to domainJBSKNZKD
DUMMY2Dummy Data Element for Filling a Structure JBSDUMMY2CHAR2CHAR2
KWG_ENRGEBorrower Entity Number Used to Report Loan acc. to GBA BP_KWG_ENRCHAR8CHAR8
PARTNRGEBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RZUSNRGENumber for the Merging of Accounts JBRZUSNRCHAR20CHAR20
SNETARGEType of Contractual Netting JBSNETARCHAR2Assigned to domainJBSNETAR
PARTNRGE2Business Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RKONTONGEAccount Number in SAMBA Structure JBRKONTONNUMC10NUMC10
RSKONTONGEAccount Number in SAMBA Structure JBRSKONTONNUMC10NUMC10
RLFDNRGESequential Number in SAMBA Structure JBRLFDNRCHAR6CHAR6
BSTRUKTLLALength of SAMBA Structure JBBSTRUKTLNUMC5NUMC05
XSTRUKNALAName of SAMBA Structure JBXSTRUKNACHAR8CHAR8
SVERSINFLAVersion Information for SAMBA Structure JBSVERSINFCHAR8CHAR8
SSTATUSLAStatus of SAMBA Structure JBSSTATUSCHAR1CHAR1
DAUSWELADate of RR Evaluation JBDAUSWEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table JBSSAMBAK2

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