U_15956 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_15956 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The U_15956 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AKTNR (COUPON), SPRAS (Language Key), AKTYP (Promotion Category), AKART (Promotion Type).. 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: Not classified


SAP U_15956 table view 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 MANDTCLNT3T000MANDT
AKTNRCOUPON WAKTIONCHAR10ALPHAWAKTIONWAK
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
AKTYPPromotion Category W_AKTYPCHAR4TWTYAKTTY
AKARTPromotion Type W_AKARTCHAR4TWAAW_AKARTWAA
WAELACurrency current promotion - planning W_WAELACUKY5TCURCWAERSFWS
WAERACurrency, reference promotion W_WAERACUKY5TCURCWAERS
VGLAKComparative promotion W_VGLAKCHAR10WAKHALPHAWAKTION
AKVSTProcessing status of the promotion W_AKVSTCHAR1AKVST
AKASTAllocation table status of the promotion W_AKASTCHAR1AKAST
AKBSTListing Status of the Promotion W_AKBSTCHAR1AKBST
AKNBSNo. assigned listing modules W_AKNBSINT25INT2
AKNFGPromotion: no. of plant groups W_AKNFGINT25INT2
AKNBFNo. of module-plant group assignments W_AKNBFINT25INT2
AKNTHPromotion, no. of themes W_AKNTHINT25INT2
AKNPONo. of items with allocation qty > 0 W_AKNPOINT25INT2
AKNWMNo. of product catalogs in promotion W_AKNWMINT25INT2
AKNTXNo. of foreign language texts W_AKNTXINT25INT2
NEKKONo. of purchase prices maintained via price calcul. (KONP) W_NEKKOINT25INT2
NVKKONo. of sales prices maintained via price calculation (KONP) W_NVKKOINT25INT2
NARTSNo. of blocked materials W_NARTSINT25INT2
ATNPONumber of promo materials in generated allocation tables W_ATNPOINT25INT2
VTARTCheck Against Listing Rules/Listing Conditions W_LCHECKCHAR1W_LCHECK
EKDABPurchase price conditions valid from W_EKDABDATS8DATUM
EKDBIPurchase price conditions valid to W_EKDBIDATS8DATUM
VKDABOn Sale to Consumers From W_VKDABDATS8DATUM
VKDBIOn Sale To Consumers To W_VKDBIDATS8DATUM
ALIVOStart of promotion listing W_ALIVODATS8DATUM
ALIBIEnd of promotion listing W_ALIBIDATS8DATUM
SPDABPromotion blocked on W_SPDABDATS8DATUM
SPGRUReason for promotion block W_SPGRUCHAR1SPGRU
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group - Promotion Header W_EKGRPCHAR3T024EKGRPEKG
VKORGSales Organization: Promotion Header W_VKORG_HEADERCHAR4TVKOVKORGVKO
VTWEGDistribution Channel: Promotion Header W_VTWEG_HEADERCHAR2TVKOVVTWEGVTW
PLUEPPromotion plan, sales at purchase price W_PLUEPCURR13(2) WERT
PLUVPPromotion Plan Sales Volume at Promo. Sales Prices W_PLUVPCURR13(2) WERT
PLMGEPromotion plan, no. logistics units W_PLMGEQUAN13(3) MENGE
PLANZPromotion plan, no. of materials W_PLANZNUMC6NUMC6
MELAKLogistics unit, promotion plan W_MELAKUNIT3T006CUNITMEINS
MELRALogistics units, reference promotion W_MELRAUNIT3T006CUNITMEINS
PDUEPDetailed promotion plan, sales volume at purchase price W_PDUEPCURR13(2) WERT
PDUVPDetailed Promotion Plan Sales Volume at Promo. Sales Price W_PDUVPCURR13(2) WERT
PDMGEDetailed promotion plan, no. of logistics units W_PDMGEQUAN13(3) MENGE
PDANZDetailed Promotion Plan, Number of Materials W_PDANZNUMC6NUMC6
VAUEPSales volume at purchase price for comparative promotion W_VAUEPCURR13(2) WERT
VAUVPSales volume of comparative promotion at sales prices W_VAUVPCURR13(2) WERT
VAMGENo. of log. units in comparative promotion W_VAMGEQUAN13(3) MENGE
RFINDExternal description for agreement ABREXCHAR20CHAR20
VAANZNo. of materials/units of measure in comparative promotion W_VAANZNUMC6NUMC6
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
LISREListing procedure for store or other assortment categories LSTFLCHAR2TWLVLSTFLWLV
VKGSTPrice activation status W_VKKPSHCHAR1PREISSH
EKGSTPurchase price activation status at promotion header level W_EKKPSHCHAR1PREISSH
BEKSTPromotion announcement status W_STBEKCHAR1BEKST
EKKONCreate purchase price condition records W_EKKONCHAR1XFELD
VKKONCreate sales price condition records W_VKKONCHAR1XFELD
KOBOGGroup of condition types/tables for purchasing conditions W_KOBOGCHAR4CHAR4
PLUENPlanned sales qty for promo at delivered price (net/net) W_PLUENCURR13(2) WERT
PDUENPlanned sales qty at delivered price (net/net) W_PDUENCURR13(2) WERT
VAUENComparative promotion: sales vol.at delivered price(net/net) W_VAUENCURR13(2) WERT
AKTKTPromotion description AKTBEZCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table U_15956 using ABAP code

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

SELECT SINGLE *
FROM U_15956
INTO CORRESPONDING FIELDS OF WA_U_15956
WHERE...

How to access SAP table U_15956

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