SAVESORT_PS_LOG SAP (to save the sort for ps_log) Table details

Dictionary Type: Table
Description: to save the sort for ps_log




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




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

SAVESORT_PS_LOG is a standard SAP Table which is used to store to save the sort for ps_log data and is available within R/3 SAP systems depending on the version and release level.

The SAVESORT_PS_LOG table consists of various fields, each holding specific information or linking keys about to save the sort for ps_log data available in SAP. These include ALVNAME (ALV Name), FILTER_NUM (Filter Number), SPOS (Sort sequence), FIELDNAME (ALV control: Field name of internal table field).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SAVESORT_PS_LOG 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 MANDTCLNT3Assigned to domainMANDT
ALVNAMEALV Name ALVNAMECHAR10ALVNAME
FILTER_NUMFilter Number FILTER_NUMINT13FILTER_NUM
SPOSSort sequence SLIS_SPOSNUMC2NUMC2
FIELDNAMEALV control: Field name of internal table field LVC_FNAMECHAR30CHAR30
UPSingle-Character Indicator CHAR1CHAR1CHAR1
DOWNSingle-Character Indicator CHAR1CHAR1CHAR1
GROUP1Control Break: Insert Page Break, Underlines SLIS_CTRLSCHAR2SLIS_CTRLS
SUBTOTOutput subtotal SLIS_DOSUBCHAR1FLAG
COMPSingle-Character Indicator CHAR1CHAR1CHAR1
EXPASingle-Character Indicator CHAR1CHAR1CHAR1
SELTEXTSort criterion SLIS_SCRITCHAR40TEXT40
OBLIGATORYSingle-Character Indicator CHAR1CHAR1CHAR1
LEVEL1Natural Number INT4INT410INT4
NO_OUTSingle-Character Indicator CHAR1CHAR1CHAR1
INTOPTALV control: Internal optimization (INTERNAL USE) LVCIFLAGRAW2LVCX2

Key field Non-key field



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

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

SELECT SINGLE *
FROM SAVESORT_PS_LOG
INTO CORRESPONDING FIELDS OF WA_SAVESORT_PS_LOG
WHERE...

How to access SAP table SAVESORT_PS_LOG

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