FIAPSA_S_PYMO SAP (Structure for Payment Order for Initial Screen) Structure details

Dictionary Type: Structure
Description: Structure for Payment Order for Initial Screen




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




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

FIAPSA_S_PYMO 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 "Structure for Payment Order for Initial Screen" 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_FIAPSA_S_PYMO TYPE FIAPSA_S_PYMO.

The FIAPSA_S_PYMO table consists of various fields, each holding specific information or linking keys about Structure for Payment Order for Initial Screen data available in SAP. These include BUKRS (Company Code), ORDNO (Expenditure/Payment Order Number), ORDTYP (Order Type), BELNR (Accounting Document Number).. 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 or numeric)


SAP FIAPSA_S_PYMO 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ORDNOExpenditure/Payment Order Number FIAPSA_ORDNOCHAR10ALPHABELNR
ORDTYPOrder Type FIAPSA_ORDTYPCHAR1FIAPSA_ORDTYP
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BELNR_EXPAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
EXPTRExpenditure Amount in Local Currency FIAPSA_EXPTRCURR13(2) WERT7
EXPTDExpenditure Order Amount FIAPSA_EXPTDCURR13(2) WERT7
PYOTRPayment Order Amount FIAPSA_PYOTRCURR13(2) WERT7
WAERSExpenditure Order Currency FIAPSA_EXPCCUKY5TCURCWAERS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
OSTATProcessing Status of Expenditure Order FIAPSA_STATCHAR1FIAPSA_STAT
AWKEYReference Key AWKEYCHAR20AWKEY
BKTXTDocument Header Text BKTXTCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50
EXPNOExpenditure Order No. FIAPSA_EXPNOCHAR10ALPHABELNR
PYONOPayment Order No. FIAPSA_PYONOCHAR10ALPHABELNR
OSTAPPayment Order Status FIAPSA_ORSTYPCHAR1FIAPSA_STAT
XBLNRReference Document Number XBLNRCHAR16XBLNR
PSTATProcessing Status for Payment Order FIAPSA_PSTATCHAR1FIAPSA_PSTAT
CORRNCorrespondence No. FIAPSA_CORRNCHAR16
PSTAT_SProcessing Status for Payment Order FIAPSA_PSTATCHAR1FIAPSA_PSTAT
PCORRNCorrespondence No. FIAPSA_CORRNCHAR16
EOSTATExpenditure Order Clearing Status FIAPSA_EOSTATCHAR1FIAPSA_EOSTAT
PEOSTATExpenditure Order Clearing Status FIAPSA_EOSTATCHAR1FIAPSA_EOSTAT
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
EXPCPayment Order Currency FIAPSA_PAYCCUKY5Assigned to domainWAERS
PAYONPayment Order No. FIAPSA_PYONOCHAR10ALPHABELNR
EXPO_STATUSShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PYMO_STATUSShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
REFINDReference Document Indicator FIAPSA_REFINDCHAR1FIAPSA_REFIND
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



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

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

How to access SAP table FIAPSA_S_PYMO

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