/SAPSLL/ACTIVITY_DYNPRO_S SAP (SLL: Display Structure: Activities) Structure details

Dictionary Type: Structure
Description: SLL: Display Structure: Activities




ABAP Code to SELECT data from /SAPSLL/ACTIVITY_DYNPRO_S
Related tables to /SAPSLL/ACTIVITY_DYNPRO_S
Access table /SAPSLL/ACTIVITY_DYNPRO_S




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

/SAPSLL/ACTIVITY_DYNPRO_S 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 "SLL: Display Structure: Activities" 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_/SAPSLL/ACTIVITY_DYNPRO_S TYPE /SAPSLL/ACTIVITY_DYNPRO_S.

The /SAPSLL/ACTIVITY_DYNPRO_S table consists of various fields, each holding specific information or linking keys about SLL: Display Structure: Activities data available in SAP. These include MANDT (Client), GUID_CORACT (Primary Key as GUID in 'RAW' Format), POBJT (Type of Preceding Object), GUID_POBJ (Primary Key of Preceding Object).. 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: Cannot Be Enhanced


SAP /SAPSLL/ACTIVITY_DYNPRO_S 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
MANDTClient MANDTCLNT3T000MANDT
GUID_CORACTPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
POBJTType of Preceding Object /SAPSLL/POBJTCHAR2/SAPSLL/POBJT
GUID_POBJPrimary Key of Preceding Object /SAPSLL/POBJ_GUID_16RAW16Assigned to domainSYSUUID
QUAL_ACTActivity Type /SAPSLL/QALACTCHAR6Assigned to domain/SAPSLL/QALACT
MOBJTType of Main Object /SAPSLL/MOBJTCHAR1/SAPSLL/MOBJT
GUID_MOBJPrimary Key of Main Object /SAPSLL/MOBJ_GUID_16RAW16SYSUUID
LAND1Country Key /SAPSLL/LAND1CHAR3T005LAND1/SAPSLL/LAND1
LOCATLocation of Activity /SAPSLL/ACLOCACHAR40/SAPSLL/LOCA
PCODEPostal Code of Activity Location /SAPSLL/ACPCODCHAR10/SAPSLL/POCOD
ADRNRAddress Number of Entry in Address File /SAPSLL/ADRNRCHAR10ADRCALPHAAD_ADDRNUM
GUID_CORPARPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
LADLOPlace of Loading/Unloading /SAPSLL/LADLOCHAR40TEXT40
FLDURAIndicator: Duration/Time/Timeframe /SAPSLL/FLDURACHAR1/SAPSLL/FLDURA
PL_TZONTime Zone for Planned Deadlines /SAPSLL/PL_TZONCHAR6Assigned to domainTZNZONE
PL_TSFROMPlanned From Time /SAPSLL/PL_TSFROMDEC15SLLTS/SAPSLL/TSTMP
PL_TSTOPlanned To Time /SAPSLL/PL_TSTODEC15SLLTS/SAPSLL/TSTMP
PL_DURAPlanned Duration /SAPSLL/PL_DURADEC11TSTRGTSTRDURAG
AC_TZONTime Zone for Actual Deadlines /SAPSLL/AC_TZONCHAR6Assigned to domainTZNZONE
AC_TSFROMActual From-Time /SAPSLL/AC_TSFROMDEC15SLLTS/SAPSLL/TSTMP
AC_TSTOActual 'To-Time' /SAPSLL/AC_TSTODEC15SLLTS/SAPSLL/TSTMP
AC_DURAActual Duration /SAPSLL/AC_DURADEC11TSTRGTSTRDURAG
NODEIdentification of Transportation Connection Point /SAPSLL/NODECHAR20Assigned to domain/SAPSLL/NODE

Key field Non-key field



How do I retrieve data from SAP structure /SAPSLL/ACTIVITY_DYNPRO_S using ABAP code?

As /SAPSLL/ACTIVITY_DYNPRO_S 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 /SAPSLL/ACTIVITY_DYNPRO_S as there is no data to select.

How to access SAP table /SAPSLL/ACTIVITY_DYNPRO_S

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