/DSD/SL_POALV_REVENUE_POST_S SAP (DSD Collection: Maintenance/View Customer Payments) Structure details

Dictionary Type: Structure
Description: DSD Collection: Maintenance/View Customer Payments




ABAP Code to SELECT data from /DSD/SL_POALV_REVENUE_POST_S
Related tables to /DSD/SL_POALV_REVENUE_POST_S
Access table /DSD/SL_POALV_REVENUE_POST_S




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

/DSD/SL_POALV_REVENUE_POST_S 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 "DSD Collection: Maintenance/View Customer Payments" 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_/DSD/SL_POALV_REVENUE_POST_S TYPE /DSD/SL_POALV_REVENUE_POST_S.

The /DSD/SL_POALV_REVENUE_POST_S table consists of various fields, each holding specific information or linking keys about DSD Collection: Maintenance/View Customer Payments data available in SAP. These include CURR (Currency Key), PAYMT (Payment Method), PAYMT_DESCR (Purpose of Bank Transfers), CARDNR (User field for cluster PC (national)).. 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 /DSD/SL_POALV_REVENUE_POST_S 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
AMOUNTPayment Amount AZZAL_F05ACURR13(2) WRTV7
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PAYMTPayment Method DZLSCHCHAR1Assigned to domainZLSCH
PAYMT_DESCRPurpose of Bank Transfers DZWECKCHAR40TEXT40
CARDNRUser field for cluster PC (national) CHAR25CHAR25CHAR25
CARD_TYPPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
VALID_DATEPayment Cards: Valid To DATBI_CCDATS8DATUM
CHECKNRCheck number CHECTCHAR13CHCKNCHK
BKNRBank number BANKLCHAR15BANKLBLZ
CASH_TYPSingle-Character Indicator CHAR1CHAR1CHAR1
COMPCODCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AMNT_COMPCURRAmount in Local Currency DMBTRCURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP structure /DSD/SL_POALV_REVENUE_POST_S using ABAP code?

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

How to access SAP table /DSD/SL_POALV_REVENUE_POST_S

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