BSPL SAP (Split Posting Procedures) Table details

Dictionary Type: Table
Description: Split Posting Procedures




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




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

BSPL is a standard SAP Table which is used to store Split Posting Procedures data and is available within R/3 SAP systems depending on the version and release level.

The BSPL table consists of various fields, each holding specific information or linking keys about Split Posting Procedures data available in SAP. These include AWTYP (Reference Transaction), AWKEY (Reference Key), AWSYS (Logical system of source document), BUKRS (Company Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BSPL table 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
MANDTClient MANDTCLNT3T000MANDT
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
XARCHIndicator: Document already archived ? XARCHCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table BSPL using ABAP code

The following ABAP code Example will allow you to do a basic selection on BSPL to SELECT all data from the table
DATA: WA_BSPL TYPE BSPL.

SELECT SINGLE *
FROM BSPL
INTO CORRESPONDING FIELDS OF WA_BSPL
WHERE...

How to access SAP table BSPL

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