FPAYHX_SND SAP (Payment Medium: Payer) Structure details

Dictionary Type: Structure
Description: Payment Medium: Payer




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




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

FPAYHX_SND 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 "Payment Medium: Payer" 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_FPAYHX_SND TYPE FPAYHX_SND.

The FPAYHX_SND table consists of various fields, each holding specific information or linking keys about Payment Medium: Payer data available in SAP. These include SPRAS (Language Key), STCEG (VAT Registration Number), NAMEZ (Name 1), LAND1 (Country Key).. 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 FPAYHX_SND 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
HWISOISO currency code ISOCDCHAR3ISOCD
SPRASLanguage Key LANGULANG1Assigned to domainISOLASPRAS
STCEGVAT Registration Number STCEGCHAR20STCEG
NAMEZName 1 AD_NAME1CHAR40TEXT40
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
LDISOCountry ISO code INTCACHAR2INTCAF4_INTCA
ORT1ZCity AD_CITY1CHAR40TEXT40CLCITYNAME
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
AUST1Issuer on the Form AUSTX_042ECHAR35TEXT35
AUST2Issuer on the Form AUSTX_042ECHAR35TEXT35
AUST3Issuer on the Form AUSTX_042ECHAR35TEXT35
AUSTOIssuer on the Form AUSTX_042ECHAR35TEXT35
TXTIDText ID TDIDCHAR4Assigned to domainTDID
TXTKOText Element for Letter Header TXTKO_FPMCHAR16TDFORMNEW
TXTFUText Module for Footer TXTFU_FPMCHAR16TDFORMNEW
TXTUNText Module for Signature/Form of Greeting TXTUN_FPMCHAR16TDFORMNEW
TXTABText Module for Sender in Letter Window TXTAB_FPMCHAR16TDFORMNEW
SF_HEADERSmart Forms: Name of Header Text in Text Processing FSF_HEADERCHAR30Assigned to domainTDSFNAME
SF_FOOTERSmart Forms: Name of Footer in Text Processing FSF_FOOTERCHAR30Assigned to domainTDSFNAME
SF_SENDERSmart Forms: Name of Sender Text in Text Processing FSF_SENDERCHAR30Assigned to domainTDSFNAME
SF_GREETGSmart Forms: Name of Greeting in Text Processing FSF_GREETINGSCHAR30Assigned to domainTDSFNAME
URL_LOGOURL for PDF Logo FURL_LOGOCHAR255SSFURL
URL_GRAPHURL for PDF Graphic FURL_GRAPHICCHAR255SSFURL

Key field Non-key field



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

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

How to access SAP table FPAYHX_SND

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