TXW_PSSTPR SAP (Settlement profile) Structure details

Dictionary Type: Structure
Description: Settlement profile




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




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

TXW_PSSTPR 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 "Settlement profile" 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_TXW_PSSTPR TYPE TXW_PSSTPR.

The TXW_PSSTPR table consists of various fields, each holding specific information or linking keys about Settlement profile data available in SAP. These include APROF (Settlement profile), PREIS (Identifier for 'cost component structure'), EPUPD ('Proof of origin' - Indicator), HPROZ (Identifier for '100% validation').. 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 TXW_PSSTPR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APROFSettlement profile APROFCHAR6Assigned to domainALPHAAPROF
PREISIdentifier for 'cost component structure' ABRPREISCHAR1XFELD
EPUPD'Proof of origin' - Indicator ABREPUPDCHAR1XFELD
HPROZIdentifier for '100% validation' HPROZCHAR1XFELD
MAXBRMaximum number of distribution rules ABRMAXBRNUMC3NUMC3
BETRAIdentifier 'Settlement by amount' ABRBETRACHAR1XFELD
MENGEIdentifier 'settlement by quantity' ABRMENGECHAR1XFELD
PROZEIdentifier for 'percentage-rate settlement' ABRPROZECHAR1XFELD
AQZIFIdentifier 'settlement by equivalence number' ABRAQZIFCHAR1XFELD
ABSCHDefault value for allocation structure ABRABSCHCHAR2Assigned to domainABSCH
URSCHProposal for Source Structure ABRURSCHCHAR2ALPHAURSCH
KOVORDefault receiver object type ABRKOVORCHAR2OBARTJ_OBART_LD
ABSAKSettlement to G/L account ABSAKCHAR1ABREMPKZ
ABKSTSettlement to cost center ABKSTCHAR1ABREMPKZ
ABAUFSettlement to order ABAUFCHAR1ABREMPKZ
ABPROSettlement to a WBS element ABPROCHAR1ABREMPKZ
ABANLSettlement to fixed asset ABANLCHAR1ABREMPKZ
ABMATSettlement to material ABMATCHAR1ABREMPKZ
ABNVGSettlement to network ABNVGCHAR1ABREMPKZ
ABBOBSettlement to a profitability segment ABBOBCHAR1ABREMPKZ
ABPRCSettlement to sales order ABPRCCHAR1ABREMPKZ
BLARTDocument type 'Accounting document (FI) for CO settlement ABRBLARTCHAR2Assigned to domainBLART
RESAUResidence time for settlement document in calendar months RESAUNUMC3NUMC3
HBSCHLSettlement: Credit posting key ABRBSCHLHACHAR2Assigned to domainBSCHL
SBSCHLSettlement: Debit posting key ABRBSCHLSOCHAR2Assigned to domainBSCHL
ABKTRSettlement to cost objects ABKTRCHAR1ABREMPKZ
ABPRZSettlement to a business process ABPRZCHAR1ABREMPKZ
ABAUPSettlement to order item ABAUPCHAR1ABREMPKZ
ABRISTActual cost settlement/ cost of sales ABRISTCHAR1ABRIST
PTEXTText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table TXW_PSSTPR

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