PS0786 SAP (Reduction Sec. 57) Structure details

Dictionary Type: Structure
Description: Reduction Sec. 57




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




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

PS0786 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 "Reduction Sec. 57" 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_PS0786 TYPE PS0786.

The PS0786 table consists of various fields, each holding specific information or linking keys about Reduction Sec. 57 data available in SAP. These include HOCHG_BTR_MAN (Manually Entered Reduction Amount), HOCHG_BTR_MAN_WA (Currency Key), HOCHG_BTR_MAN_DT (Key Date of Manually Entered Reduction Amount), KAP_BETR_P58_MAN (Manually Entered Prevention Amount).. 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 PS0786 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
DATUM_URTEIL_VOMDate: Court Decision From PDE_PBSVAVG_P57_DATE_URTEILDATS8DATUM
HOCHG_BTR_MANManually Entered Reduction Amount PDE_PBSVAVG_P57_HOCHG_BTR_MANCURR9(2) BETRG
HOCHG_BTR_MAN_WACurrency Key WAERSCUKY5T500WWAERSFWS
HOCHG_BTR_MAN_DTKey Date of Manually Entered Reduction Amount PDE_PBSVAVG_P57_HOCHG_MAN_DATEDATS8DATUM
KAP_BETR_P58_MANManually Entered Prevention Amount PDE_PBSVAVG_P57_KAPBTR_P58_MANCURR9(2) BETRG
KAPBT_P58_MAN_WACurrency Key WAERSCUKY5T500WWAERSFWS
KEINE_KUERZUNGIndicator: Reduction Adjustment PDE_PBSVAVG_P57_KEINE_KUERZUNGCHAR1PDE_PBSVAVG_P57_KUERZ_ANPASSEN
GRUND_KEINE_KUERReason 1 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KUERCHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
KEINE_AUT_ANPSNGIndicator: No Automatic Adjustment PDE_PBSVAVG_P57_KEINE_AUT_ANPSCHAR1XFELD
GRUND_MAN_KUERZReason for Manual Entry of Reduction PDE_PBSVAVG_P57_GRD_KUERZUNGCHAR2PDE_PBSVAVG_P57_GRD_KUERZUNG
AUSGESETZ_BETRAGAmount of Partial Adjustment 1 PDE_PBSVAVG_P57_AUSGES_BETRAGCURR9(2) BETRG
AUSGES_BETRAG_WACurrency Key WAERSCUKY5T500WWAERSFWS
GRUND_KEINE_KU_2Reason 2 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KU_2CHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
AUSGESETZ_BTRG_2Amount of Partial Adjustment 2 PDE_PBSVAVG_P57_AUSGES_BTRG_2CURR9(2) BETRG
AUSGES_BTRG_2_WACurrency Key WAERSCUKY5T500WWAERSFWS
GRUND_KEINE_KU_3Reason 3 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KU_3CHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
AUSGESETZ_BTRG_3Amount of Partial Adjustment 3 PDE_PBSVAVG_P57_AUSGES_BTRG_3CURR9(2) BETRG
AUSGES_BTRG_3_WACurrency Key WAERSCUKY5T500WWAERSFWS
GRUND_KEINE_KU_4Reason 4 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KU_4CHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
AUSGESETZ_BTRG_4Amount of Partial Adjustment 4 PDE_PBSVAVG_P57_AUSGES_BTRG_4CURR9(2) BETRG
AUSGES_BTRG_4_WACurrency Key WAERSCUKY5T500WWAERSFWS
GRUND_KEINE_KU_5Reason 5 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KU_5CHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
AUSGESETZ_BTRG_5Amount of Partial Adjustment 5 PDE_PBSVAVG_P57_AUSGES_BTRG_5CURR9(2) BETRG
AUSGES_BTRG_5_WACurrency Key WAERSCUKY5T500WWAERSFWS
GRUND_KEINE_KU_6Reason 6 for Reduction Adjustment PDE_PBSVAVG_P57_GRD_KEINE_KU_6CHAR2PDE_PBSVAVG_P57_GRD_KEINE_KUER
AUSGESETZ_BTRG_6Amount of Partial Adjustment 6 PDE_PBSVAVG_P57_AUSGES_BTRG_6CURR9(2) BETRG
AUSGES_BTRG_6_WACurrency Key WAERSCUKY5T500WWAERSFWS

Key field Non-key field



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

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

How to access SAP table PS0786

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