V_KLXAKT SAP (Generated Table for View V_KLXAKT) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_KLXAKT




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




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

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

The V_KLXAKT table consists of various fields, each holding specific information or linking keys about Generated Table for View V_KLXAKT data available in SAP. These include LEERKEY (Empty key only for client-specific tables), XKLAKT (Indicator: Default Risk and Limit System is Active), AUSWT (Evaluation Type in Risk Management), XABLAKT (Indicator: Derivation of DRR is Active).. 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 V_KLXAKT 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 MANDTCLNT3MANDT
LEERKEYEmpty key only for client-specific tables VVXLEERKEYCHAR1VVXLEERKEY
XKLAKTIndicator: Default Risk and Limit System is Active KL_XKLAKTCHAR1XFELD
AUSWTEvaluation Type in Risk Management KL_AUSWTCHAR4JBREVALJBREVAL
XABLAKTIndicator: Derivation of DRR is Active KL_XABLAKTCHAR1XFELD
XLRAKTIndicator: Transaction is Active for Country Risk KL_XLRAKTCHAR1XFELD
XGDAKTIndicator: Class position in securities account is active KL_XGDAKTCHAR1XFELD
XPLAKTIndicator: Prototype functions are active KL_XPLAKTCHAR1XFELD
XCMAKTIndicator: Direct link to Cash Management is active KL_XCMAKTCHAR1XFELD
XWFAKTWorkflow is active KL_XWFAKTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_KLXAKT
INTO CORRESPONDING FIELDS OF WA_V_KLXAKT
WHERE...

How to access SAP table V_KLXAKT

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