DTAUSPMTDAT_PAM_ACH_FG SAP (PAM ACH Payment Data Record) Structure details

Dictionary Type: Structure
Description: PAM ACH Payment Data Record




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




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

DTAUSPMTDAT_PAM_ACH_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 ACH 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_ACH_FG TYPE DTAUSPMTDAT_PAM_ACH_FG.

The DTAUSPMTDAT_PAM_ACH_FG table consists of various fields, each holding specific information or linking keys about PAM ACH 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_ACH_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
CITY_NAME City Name0
STATE_NAME State Name0
STATE_CODE_TEXT State Code Name0
POSTAL_CODE Postal Code0
POSTAL_CODE_EXT Postal Code Extension0
COUNTRY_CODE_TEXT Country Code Text0
ROUTING_NUMBERRouting Number FMFG_ROUTING_NUMNUMC9NUMC09
ACCOUNT_NUMBERAccount Number FMFG_ACCT_NUMCHAR17CHAR17
ACH_TRANSACTION_CODEACH Transaction Code FMFG_ACH_TR_CODENUMC2NUMC02
PAYEE_ID_SECONDARYPayee Identifier FMFG_PAYEE_IDCHAR9CHAR9
PAYEE_NAME_SECON Payee Name Secondary0
PAYMENT_IDPayment ID (Unique identifier within Schedule) FMFG_PAYMENT_IDCHAR20CHAR20
RECONCILEMENTReconcilement FMFG_RECONCILEMENTCHAR100CHAR100
PAYEE_IDENTIFIERPayee Identifier FMFG_PAYEE_IDCHAR9CHAR9
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_ACH_FG using ABAP code?

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

How to access SAP table DTAUSPMTDAT_PAM_ACH_FG

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