DTAUSPMTDET_PAM_CHK_FG SAP (PAM CHECK Payment Data Record) Structure details

Dictionary Type: Structure
Description: PAM CHECK Payment Data Record




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




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

DTAUSPMTDET_PAM_CHK_FG 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 "PAM CHECK Payment Data Record" 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_DTAUSPMTDET_PAM_CHK_FG TYPE DTAUSPMTDET_PAM_CHK_FG.

The DTAUSPMTDET_PAM_CHK_FG table consists of various fields, each holding specific information or linking keys about PAM CHECK Payment Data Record data available in SAP. These include AGENCY_ACCT_ID (Agency Account Identifier (TIN)), AMOUNT (Amount), AGENCY_PMT_TYPE_CODE (Agency Payment Type Code), TOP_OFFSET (TOP Offset eligibility for the individual Payment. Default Y).. 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 DTAUSPMTDET_PAM_CHK_FG 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
REC_CODERecord Code FMFG_RECCODECHAR2CHAR2
AGENCY_ACCT_IDAgency Account Identifier (TIN) FMFG_AGENCY_ACCT_IDCHAR16CHAR16
AMOUNTAmount FMFG_AMOUNTNUMC10NUMC10
AGENCY_PMT_TYPE_CODEAgency Payment Type Code FMFG_AGENCY_PMTTYPE_CODECHAR1CHAR1
TOP_OFFSETTOP Offset eligibility for the individual Payment. Default Y FMFG_TOP_OFFSETCHAR1CHAR1
PARTY_NAME Party name/Payee name0
PAYEE_ADDRESS_LINE1 Payee Addaress Line 10
PAYEE_ADDRESS_LINE2 Payee Addaress Line 20
PAYEE_ADDRESS_LINE3 Payee Addaress Line 30
PAYEE_ADDRESS_LINE4 Payee Addaress Line 40
CITY_NAME City Name0
STATE_NAME State Name0
STATE_CODE_TEXT State Code Name0
POSTAL_CODE Postal Code0
POSTAL_CODE_EXT Postal Code Extension0
POSTNET_BARCODE Post Net Barcode Delivery Point0
FILLER1 Filler0
COUNTRY_NAME Country Name0
COUNSLER_CODE Counsular Code0
CHECK_LEGEND_TX1 Check Legend Text 10
CHECK_LEGEND_TX2 Check Legend Text 20
PAYEE_ID_SECONDARYPayee Identifier FMFG_PAYEE_IDCHAR9CHAR9
PARTY_NAME_SECONDARY Party Name Secondary0
PAYMENT_IDPayment ID (Unique identifier within Schedule) FMFG_PAYMENT_IDCHAR20CHAR20
RECONCILEMENTReconcilement FMFG_RECONCILEMENTCHAR100CHAR100
SPECIAL_HANDLING Special Handling0
PAYEE_IDENTIFIERPayee Identifier FMFG_PAYEE_IDCHAR9CHAR9
USPS_INTEL_MAIL_BARCODE USPS Intelligent Mail Barcode0
PMT_RECEIP_TIN_INDPayment Recipient TIN Indicator FMFG_PMT_RECIP_TIN_IDCHAR1CHAR1
SECOND_PAYEE_TIN_INDSecondary Payee TIN Indicator FMFG_SEC_PAYEE_TIN_INDCHAR1CHAR1
AMT_ELIG_FOR_OFFSETAmount Eligible for Offset FMFG_AMT_ELIGIBLE_FOR_OFFSETNUMC10NUMC10
FILLER2 Filler0

Key field Non-key field



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

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

How to access SAP table DTAUSPMTDET_PAM_CHK_FG

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