PAYMI SAP (Attached Payment Medium Input) Structure details

Dictionary Type: Structure
Description: Attached Payment Medium Input




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




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

PAYMI 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 "Attached Payment Medium Input" 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_PAYMI TYPE PAYMI.

The PAYMI table consists of various fields, each holding specific information or linking keys about Attached Payment Medium Input data available in SAP. These include ZLSCH (Form ID for Attached Payment Medium), NACHA (Transmission Medium for Correspondence), APPLK (Application Indicator), ZBUKR (Company Code Receiving a Payment).. 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 PAYMI 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ZLSCHForm ID for Attached Payment Medium FIDZTCHAR1Assigned to domainFIDZT
NACHATransmission Medium for Correspondence FI_NACHACHAR1FI_NACHA
APPLKApplication Indicator APPLK_BFCHAR6Assigned to domainAPPLK_BF
ZBUKRCompany Code Receiving a Payment BUKRZ_FICHAR4Assigned to domainBUKRS
ZANRETitle of the payee DZANRECHAR15TEXT15
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZNME2Name of the payee DZNME1CHAR35TEXT35
ZNME3Name of the payee DZNME1CHAR35TEXT35
ZNME4Name of the payee DZNME1CHAR35TEXT35
ZPSTLPostal code of the payee DZPSTLCHAR10PSTLZ
ZORT1City of the payee DZORT1CHAR35TEXT35
ZORT2Location from payee's address ORT02_ZCHAR35TEXT35
ZSTRAStreet and house number of the payee DZSTRACHAR35TEXT35
ZPST2P.O. box postal code of the payee DZPST2CHAR10PSTLZ
ZPFACP.O. box of the payee DZPFACCHAR10PFACH
ZPFORCity of payee's PO box PFORT_ZCHAR35TEXT35
ZLANDCountry Key DZLANDCHAR3Assigned to domainLAND1LND
ZREGIRegional code of the payee DZREGICHAR3Assigned to domainREGIO
ZSPRALanguage key of the payee DZSPRALANG1Assigned to domainISOLASPRAS
ZADRTAddress Type ADRTYNUMC2ADRTY
ZBNKSCountry Key DZBNKSCHAR3Assigned to domainLAND1LND
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ZKTIWShort Key of the Account Data for the Bill of Exchange HKTIWCHAR5Assigned to domainHKTID
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_GPCHAR35TEXT35
STRASHouse number and street STRAS_GPCHAR35TEXT35
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
PFACHPO Box PFACHCHAR10PFACH
PFORTPO Box city PFORT_GPCHAR35TEXT35
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
RBBTRGross Amount in Local Currency RBBTR_FICURR13(2) WRTV7
RSKONTotal Cash Discount for the Payment Trans. (Local Currency) RSKONCURR13(2) WRTV7
RWBBTGross Amount in the Payment Currency RWBBT_FICURR13(2) WRTV7
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
AVSIDPayment Advice Number AVSIDCHAR16AVSIDAVN
DATUMDate DATUMDATS8DATUM
VORIDTransaction ID VORIDCHAR4Assigned to domainVORID
VERTNContract Number RANLCHAR13ALPHARANLRAN
VERTTContract Type RANTYPCHAR1RANTYP

Key field Non-key field



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

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

How to access SAP table PAYMI

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