ISU_ARCH_DISPLAY_PPM SAP (Structure for Displaying Archived Prepayment Document Info.) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Archived Prepayment Document Info.




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




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

ISU_ARCH_DISPLAY_PPM 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 Displaying Archived Prepayment Document Info." 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_ISU_ARCH_DISPLAY_PPM TYPE ISU_ARCH_DISPLAY_PPM.

The ISU_ARCH_DISPLAY_PPM table consists of various fields, each holding specific information or linking keys about Structure for Displaying Archived Prepayment Document Info. data available in SAP. These include VERTRAG (Contract), PP_REFRENZNR (Meter Reference Number), PP_FROM (Validity Date of Entry), PP_TO (Validity Date of Entry).. 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 ISU_ARCH_DISPLAY_PPM 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
PP_NRPrepayment Document Number E_PP_NRCHAR12ALPHAE_BELNR
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
PP_REFRENZNRMeter Reference Number E_PP_REFERENZNRCHAR30CHAR30
PP_FROMValidity Date of Entry E_PP_FROMDATS8DATUM
PP_TOValidity Date of Entry E_PP_TODATS8DATUM
ACTIONTransaction Description EHEADERCHAR1ISUHEADER
MOVE_IN_DATEDate DATUMDATS8DATUM
NUM_EPPM_DEBTNumber of Archived EPPM_DEBT Entries E_ARCH_NUM_EPPM_DEBTINT410
NUM_EPPM_DEBTOPBELNRNumber of Archived EPPM_DEBTOPBELNR Entries E_ARCH_NUM_EPPM_DEBTOPBELNRINT410
NUM_EPPM_RRNumber of Archived EPPM_RR Entries E_ARCH_NUM_EPPM_RRINT410
NUM_EPPM_QS03Number of Archived EPPM_QS03 Entries E_ARCH_NUM_EPPM_QS03INT410
NUM_EPPM_QS06Number of Archived EPPM_QS06 Entries E_ARCH_NUM_EPPM_QS06INT410
NUM_EPPM_QS07Number of Archived EPPM_QS07 Entries E_ARCH_NUM_EPPM_QS07INT410
NUM_EPPM_QS08Number of Archived EPPM_QS08 Entries E_ARCH_NUM_EPPM_QS08INT410
NUM_EPPM_QS09Number of Archived EPPM_QS09 Entries E_ARCH_NUM_EPPM_QS09INT410

Key field Non-key field



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

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

How to access SAP table ISU_ARCH_DISPLAY_PPM

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