SP4_TAB SAP (Descriptions for Dynamic Menu Options in the Material Master) Structure details

Dictionary Type: Structure
Description: Descriptions for Dynamic Menu Options in the Material Master




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




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

SP4_TAB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Descriptions for Dynamic Menu Options in the Material Master" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SP4_TAB TYPE SP4_TAB.

The SP4_TAB table consists of various fields, each holding specific information or linking keys about Descriptions for Dynamic Menu Options in the Material Master data available in SAP. These include SPTXT02 (Text, 40 Characters Long), SPTXT03 (Text, 40 Characters Long), SPTXT04 (Text, 40 Characters Long), SPTXT05 (Text, 40 Characters Long).. 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 SP4_TAB structure 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
SPTXT01Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT02Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT03Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT04Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT05Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT06Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT07Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT08Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT09Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT10Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT11Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT12Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT13Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT14Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT15Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT16Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT17Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT18Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT19Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT20Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT21Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT22Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT23Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT24Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT25Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT26Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT27Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT28Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT29Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT30Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT31Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT32Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT33Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT34Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT35Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT36Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT37Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT38Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT39Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT40Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT41Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT42Text, 40 Characters Long TEXT40CHAR40TEXT40
SPTXT43Text, 40 Characters Long TEXT40CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure SP4_TAB using ABAP code?

As SP4_TAB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SP4_TAB as there is no data to select.

How to access SAP table SP4_TAB

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