BSPL_ADJUSTMENT_POSTING SAP (Adjustment Postings: Transaction Types) Structure details

Dictionary Type: Structure
Description: Adjustment Postings: Transaction Types




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




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

BSPL_ADJUSTMENT_POSTING 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 "Adjustment Postings: Transaction Types" 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_BSPL_ADJUSTMENT_POSTING TYPE BSPL_ADJUSTMENT_POSTING.

The BSPL_ADJUSTMENT_POSTING table consists of various fields, each holding specific information or linking keys about Adjustment Postings: Transaction Types data available in SAP. These include TARGET_TRANS_TYPE (Transaction Type), SOURCE_AMOUNT_10 (Value in Local Currency), SOURCE_AMOUNT_00 (Value in Transaction Currency), TARGET_AMOUNT_00 (Value in Transaction Currency).. 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 (character-type or numeric)


SAP BSPL_ADJUSTMENT_POSTING 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
SOURCE_TRANS_TYPETransaction Type RMVCTCHAR3Assigned to domainRMVCT
TARGET_TRANS_TYPETransaction Type RMVCTCHAR3T856RMVCT
SOURCE_AMOUNT_10Value in Local Currency VLCUR12CURR23(2) WERTV12
SOURCE_AMOUNT_00Value in Transaction Currency VTCUR12CURR23(2) WERTV12
TARGET_AMOUNT_00Value in Transaction Currency VTCUR12CURR23(2) WERTV12
SOURCE_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
TARGET_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
TEXT_SOURCEItem Text SGTXTCHAR50TEXT50
TEXT_ADJUSTMENTItem Text SGTXTCHAR50TEXT50
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DOCUMENT_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
ITEM_NONumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LOCAL_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
POSTING_DATE_SOURCEPosting Date in the Document BUDATDATS8DATUM
DOC_DATE_SOURCEDocument Date in Document BLDATDATS8DATUM
DOC_DATEDocument Date in Document BLDATDATS8DATUM
SECOND_AMOUNTValue in Local Currency VLCUR12CURR23(2) WERTV12
THIRD_AMOUNTValue in Local Currency VLCUR12CURR23(2) WERTV12
SECOND_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
THIRD_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SECOND_CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
THIRD_CURTPCurrency Type and Valuation View CURTPCHAR2CURTP

Key field Non-key field



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

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

How to access SAP table BSPL_ADJUSTMENT_POSTING

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