U_15958 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_15958 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_15958 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AKART (Promotion Type), SPRAS (Language Key), ARTTX (Description), AKTYP (Promotion Category).. 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_15958 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
AKARTPromotion Type W_AKARTCHAR4W_AKARTWAA
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ARTTXDescription BEZEI20CHAR20TEXT20
AKTYPPromotion Category W_AKTYPCHAR4TWTYAKTTY
VKONBValidity of purch. cond. lead time before promotion start W_VKONBNUMC3ANZTA
VKONEFollow-on time of purchasing conditions after promotion end W_VKONENUMC3ANZTA
VLISBLeadtime listing W_VLISBNUMC3ANZTA
VLISEListing follow-up time W_VLISENUMC3ANZTA
VBEKBLead time, announcement of promotion start W_VBEKBNUMC3ANZTA
VWEFILead time goods receipt in store before start of promotion W_VWEFINUMC3ANZTA
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
KOPGRScreen sequence group for document header & item BIFGRCHAR4TVHBBIFGR
FELDKField selection group for document header FELDKCHAR4TVHFFAWGR
AUFARAllocation Table Type AUFARCHAR4T620AUFARATG
EKKONCreate purchase price condition records W_EKKONCHAR1XFELD
VKKONCreate sales price condition records W_VKKONCHAR1XFELD
KOBOGGroup of condition types/tables for purchasing conditions W_KOBOGCHAR4CHAR4
BEKTYPromotion announcement category W_BEKTYCHAR4T626AAVIT
KAPPLApplication for output conditions NA_KAPPLCHAR2T681AKAPPLNA_KAPPL
KSBEKMessage Schema W_NACHSMCHAR6T683KALSM
KOBVKGroup of condition types/tables for sales price conditions W_KOBVKCHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_15958
INTO CORRESPONDING FIELDS OF WA_U_15958
WHERE...

How to access SAP table U_15958

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