/OPT/S_PAYMENT SAP (VSS Staging Table: Payment) Table details

Dictionary Type: Table
Description: VSS Staging Table: Payment




ABAP Code to SELECT data from /OPT/S_PAYMENT
Related tables to /OPT/S_PAYMENT
Access table /OPT/S_PAYMENT




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

/OPT/S_PAYMENT is a standard SAP Table which is used to store VSS Staging Table: Payment data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/S_PAYMENT table consists of various fields, each holding specific information or linking keys about VSS Staging Table: Payment data available in SAP. These include BUKRS (Company Code), AUGBL (Document Number of the Clearing Document), GJAHR (Fiscal Year), SYNC_FLAG (Flag to indicate if this record is sync with outside db).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OPT/S_PAYMENT table 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
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SYNC_FLAGFlag to indicate if this record is sync with outside db /OPT/SYNC_FLAGCHAR1XFELD
PAYMENT_DOCDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
PAYMENT_DOC_DATEClearing Date AUGDTDATS8DATUM
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BANK_COUNTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_NAMEName of bank BANKACHAR60TEXT60
BANK_ACCOUNTBank account number BANKNCHAR18BANKN
PAYMENT_METHODPayment Method DZLSCHCHAR1Assigned to domainZLSCH
CHECK_NUMBERCheck number CHECTCHAR13CHCKNCHK
SIGNSign for positive (+) or negative(-) number /OPT/SIGNCHAR1/OPT/SIGN
PAID_AMOUNTAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DELETEDDeleted flag /OPT/DELETEDCHAR1XFELD
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



How do I retrieve data from SAP table /OPT/S_PAYMENT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /OPT/S_PAYMENT to SELECT all data from the table
DATA: WA_/OPT/S_PAYMENT TYPE /OPT/S_PAYMENT.

SELECT SINGLE *
FROM /OPT/S_PAYMENT
INTO CORRESPONDING FIELDS OF WA_/OPT/S_PAYMENT
WHERE...

How to access SAP table /OPT/S_PAYMENT

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