FMPEB_BSET_DATA SAP (BSET Data) Structure details

Dictionary Type: Structure
Description: BSET Data




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




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

FMPEB_BSET_DATA 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 "BSET Data" 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_FMPEB_BSET_DATA TYPE FMPEB_BSET_DATA.

The FMPEB_BSET_DATA table consists of various fields, each holding specific information or linking keys about BSET Data data available in SAP. These include KTOSL (Transaction Key), BUKRS (Company Code), GJAHR (Fiscal Year), BELNR (Accounting Document 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: Can Be Enhanced (Deep)


SAP FMPEB_BSET_DATA 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
TXGRPGroup Indicator for Tax Line Items TXGRPNUMC3NUM03
TAXPSDocument item number refering to tax document. TAXPSNUMC6NUM6
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
STMDTDate on Which the Tax Return Was Made STMDT_BSETDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FMPEB_BSET_DATA

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