PSO25 SAP (Data elements for reports) Structure details

Dictionary Type: Structure
Description: Data elements for reports




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




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

PSO25 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 "Data elements for reports" 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_PSO25 TYPE PSO25.

The PSO25 table consists of various fields, each holding specific information or linking keys about Data elements for reports data available in SAP. These include FMKWTA0002 (Test run), FMKWTA0003 (Detail list), FMKWTA0004 (Issue Accounts), FMKWTA0005 (Issue Documents).. 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 PSO25 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
FMKWTA0001Posting day for closing PSOR1DATS8DATUM
FMKWTA0002Test run PSOR2CHAR1XFELD
FMKWTA0003Detail list PSOR3CHAR1XFELD
FMKWTA0004Issue Accounts PSOR4CHAR1XFELD
FMKWTA0005Issue Documents PSOR5CHAR1XFELD
FMKWTA0006Expenditure Compressed PSOR6CHAR1XFELD
FMKWTA0007Delete Balances by PSOR7DATS8DATUM
FMKWTA0008Reconstruct Balances PSOR8CHAR1XFELD
FMKWTA0009Open items only PSOR9CHAR1XFELD
OPERSingle-Character Indicator CHAR1CHAR1CHAR1
XKNEADelete assignment of bank details to customer/revenue type XKNEACHAR1XFELD
XPSO31Delete assignment of bank details to customer/object XPSO31CHAR1XFELD
XPSO32Delete assigment of bank details to customer/rev.type/object XPSO32CHAR1XFELD
XTESTTest Run XTESTCHAR1XFELD
XVENDEdit vendors XVENDCHAR1XFELD
XPRINTPrint Request FM_XPRINTCHAR1XFELD
XCUSTOMProcess Customers FM_XCUSTOMCHAR1XFELD
XMAHNSPRCopy Dunning Block from Dunning Area 'Empty' FM_XMAHNSPRCHAR1XFELD
XEMPFAENCopy Dunning Recipient from Dunning Area 'Empty' FM_XEMPFAENCHAR1XFELD
XBEARBEITCopy Processor Dunning from Dunning Area 'Empty' FM_XBEARBEITCHAR1XFELD
XCLEAREDBalanced FM_CLEAREDCHAR1XFELD
XNOTCLEAREDDocuments not cleared FM_NOTCLEAREDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PSO25

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