BBPSOCL SAP (Structure for Clearing Batch Input) Structure details

Dictionary Type: Structure
Description: Structure for Clearing Batch Input




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




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

BBPSOCL 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 "Structure for Clearing Batch Input" 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_BBPSOCL TYPE BBPSOCL.

The BBPSOCL table consists of various fields, each holding specific information or linking keys about Structure for Clearing Batch Input data available in SAP. These include AGKON (Account Number or Key of a Worklist), BUDAT (Date (batch input)), MONAT (Fiscal Month (Batch Input Field)), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BBPSOCL 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
AGKONAccount Number or Key of a Worklist AGKONCHAR16CHAR16
BUDATDate (batch input) DATUM_BICHAR8CHAR8
MONATFiscal Month (Batch Input Field) MONAT_BICHAR2CHAR2
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XNOPSIndicator: Select only open items which are not special G/L? XNOPSCHAR1XFELD
AGUMSSpecial G/L Indicators for Selection AGUMSCHAR10CHAR10
FELDN_01Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_01Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_02Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_02Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_03Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_03Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_04Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_04Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_05Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_05Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_06Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_06Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_07Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_07Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_08Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_08Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_09Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_09Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_10Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_10Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_11Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_11Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_12Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_12Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_13Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_13Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_14Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_14Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_15Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_15Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_16Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_16Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_17Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_17Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
FELDN_18Field Name from the Document Index FLD30_F05ACHAR30CHAR30
SEL01_18Input Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
SGTXTItem Text SGTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table BBPSOCL

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