LISAKT SAP (Background Planning Activities) Table details

Dictionary Type: Table
Description: Background Planning Activities




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




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

LISAKT is a standard SAP Table which is used to store Background Planning Activities data and is available within R/3 SAP systems depending on the version and release level.

The LISAKT table consists of various fields, each holding specific information or linking keys about Background Planning Activities data available in SAP. These include AKTKEY (Key for planning activity), BTFLG (Sequence in activity), SSOUR (Statistic(s) origin), SCTYP (Planning 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LISAKT 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 MANDTCLNT3T000MANDT
AKTKEYKey for planning activity AKTKEYCHAR3CHAR3
BTFLGSequence in activity AKCNTINT410INT4
SSOURStatistic(s) origin SSOURCHAR4SSOUR
SCTYPPlanning type SCTYPCHAR11T445PSCTYPPTS
AKTIVPlanning activity AKTIVICHAR12AKTIV
ANAMEMacro name MNAMECHAR10T445NMNAME
UEPROName of transfer profile: LIS -> Demand Management UEPROCHAR10LISUPUEPRO
COPRODescription of copy profile: LIS planning COPROCHAR10LISCOCOPRO
PRPFProfile for forecast PRPFLCHAR4T440PPRPFLPRP
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
FNAMEField name in the generated DDIC structure STFNACHAR30Assigned to domainFDNAME
CBPROKey for SCPI planning profile CBP_PROFKEYCHAR10TCBP_SOPROFCBP_PROFKEY
LICOZUAssignment of info structure to operating concern LICOZUCHAR10LISCOPAZLISCOZU
PLIKZPlan/Actual Indicator PLIKZCHAR1LISCOPAZPLIKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM LISAKT
INTO CORRESPONDING FIELDS OF WA_LISAKT
WHERE...

How to access SAP table LISAKT

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