PSTHIRD SAP (Third Pary Remittance) Structure details

Dictionary Type: Structure
Description: Third Pary Remittance




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




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

PSTHIRD 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 "Third Pary Remittance" 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_PSTHIRD TYPE PSTHIRD.

The PSTHIRD table consists of various fields, each holding specific information or linking keys about Third Pary Remittance data available in SAP. These include CRENR (HR payee number), LIFNR1 (Vendor), LIFNR2 (Vendor), LIFNR3 (Vendor).. 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: Cannot Be Enhanced


SAP PSTHIRD 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
CRETYHR payee type CRETYCHAR1CRETYCRETY
CRENRHR payee number CRENRNUMC8T51RHCRENRCRENR
LIFNR1Vendor P_LIFNRCHAR10LFA1ALPHALIFNR
LIFNR2Vendor P_LIFNRCHAR10LFA1ALPHALIFNR
LIFNR3Vendor P_LIFNRCHAR10LFA1ALPHALIFNR
AGCODCode for Garnishment Agency P_AGYCDCHAR1
LIFSG1Vendor subgroup ACSUBNUMC5NUMC5ACSUB
LIFSG2Vendor subgroup ACSUBNUMC5NUMC5ACSUB
LIFSG3Vendor subgroup ACSUBNUMC5NUMC5ACSUB
RULNRRemittance Rule P_IOREMNUMC5T51RKRULNR
IOSCISingle cheque indicator P_IOSCICHAR1XFLAG
IOPAYMake Check Payable to Plaintiff P_IOPAYCHAR1XFELD
IOANMAgency Name P_IOANMCHAR40TEXT40
IOASTAgency Street P_IOASTCHAR35TEXT35
IOAPCAgency Postal Code P_IOAPCCHAR3TEXT3
IOAPRAgency Province P_IOAPRCHAR3T005SREGIO
IOACOAgency Country P_IOACOCHAR3T005LAND1
IOAPHAgency Coutry P_IOAPHCHAR3Assigned to domainLAND1
IOPLN1Plaintiff 1 P_IOPLNCHAR40TEXT40
IOPLN2Plaintiff 1 P_IOPLNCHAR40TEXT40
IOPLN3Plaintiff 1 P_IOPLNCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PSTHIRD

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