DTAUSPMTDAT_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 DTAUSPMTDAT_PAM_CHK_FG
Related tables to DTAUSPMTDAT_PAM_CHK_FG
Access table DTAUSPMTDAT_PAM_CHK_FG




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

DTAUSPMTDAT_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_DTAUSPMTDAT_PAM_CHK_FG TYPE DTAUSPMTDAT_PAM_CHK_FG.

The DTAUSPMTDAT_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: Cannot Be Enhanced


SAP DTAUSPMTDAT_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 Address Line 10
PAYEE_ADDRESS_LINE2 Payee Address Line 20
PAYEE_ADDRESS_LINE3 Payee Address Line 30
PAYEE_ADDRESS_LINE4 Payee Address 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
POST_NET_BARCD_DEL_PTPost Net Barcode Delivery Point FMFG_POST_NET_BARCD_DEL_PTCHAR3CHAR3
FILLER1Text field length 14 CHAR14CHAR14CHAR14
COUNTRY_NAME Country Name0
CONSULAR_CODEConsular Code (for Foreign Checks) FMFG_CONSULAR_CODECHAR3CHAR3
CHECK_LEGEND_TXT1Check Legend Text 1 FMFG_CHK_LEGEND_TXT1CHAR55CHAR55
CHECK_LEGEND_TXT2Check Legend Text 2 FMFG_CHK_LEGEND_TXT2CHAR55CHAR55
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_HANDLINGSpecial Handling FMFG_SPECIAL_HANDLINGCHAR50CHAR50
PAYEE_IDENTIFIERPayee Identifier FMFG_PAYEE_IDCHAR9CHAR9
USPS_INTEL_MAIL_BARCDUSPS Intelligent Mail Barcode FMFG_USPS_MAIL_BARCODECHAR50CHAR50
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
FILLER filler0

Key field Non-key field



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

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

How to access SAP table DTAUSPMTDAT_PAM_CHK_FG

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