PISRD SAP (Import Structure for FM SP_REVALUATION_DOCS_DISPLAY) Structure details

Dictionary Type: Structure
Description: Import Structure for FM SP_REVALUATION_DOCS_DISPLAY




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




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

PISRD 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 "Import Structure for FM SP_REVALUATION_DOCS_DISPLAY" 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_PISRD TYPE PISRD.

The PISRD table consists of various fields, each holding specific information or linking keys about Import Structure for FM SP_REVALUATION_DOCS_DISPLAY data available in SAP. These include BUDAB (Posting Date in the Document), BUDBI (Posting Date in the Document), TLUMB (List scope: partial revaluation), GSUMB (List scope: total revaluation).. 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: Not classified


SAP PISRD 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
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BUDABPosting Date in the Document BUDATDATS8DATUM
BUDBIPosting Date in the Document BUDATDATS8DATUM
TLUMBList scope: partial revaluation TLUMBCHAR1XFELD
GSUMBList scope: total revaluation GSUMBCHAR1XFELD
USTATAItem status of retail revaluation document W_UPSTATCHAR1XFELD
USTATBItem status of retail revaluation document W_UPSTATCHAR1XFELD
USTATCItem status of retail revaluation document W_UPSTATCHAR1XFELD
USTATDItem status of retail revaluation document W_UPSTATCHAR1XFELD
VKUBWIndicates effect of revaluation on stock VKUBWCHAR1VKUBW
SPANNIndicates whether a retail reval. affects margins (Yes/No) PSPANNCHAR1PSPANN
LIGRUList group for displaying sales price conditions LIGRDCHAR1LIGRDLIK

Key field Non-key field



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

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

How to access SAP table PISRD

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