RPM_TS_CHECKLIST_DIS SAP (Non-Modifiable Attributes of Checklist Header) Structure details

Dictionary Type: Structure
Description: Non-Modifiable Attributes of Checklist Header




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




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

RPM_TS_CHECKLIST_DIS 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 "Non-Modifiable Attributes of Checklist Header" 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_RPM_TS_CHECKLIST_DIS TYPE RPM_TS_CHECKLIST_DIS.

The RPM_TS_CHECKLIST_DIS table consists of various fields, each holding specific information or linking keys about Non-Modifiable Attributes of Checklist Header data available in SAP. These include CREATED_BY (Object creator), CREATED_BY_NAME (Name of Person who created the Project Element), CREATED_ON (Created On), CHANGED_BY (Last Changed By).. 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: Can Be Enhanced (Deep)


SAP RPM_TS_CHECKLIST_DIS 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
GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
CREATED_BYObject creator RPM_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_BY_NAMEName of Person who created the Project Element RPM_TV_CREATED_BY_NAMECHAR80TEXT80
CREATED_ONCreated On RPM_TV_CREATED_ON_DATEDATS8
CHANGED_BYLast Changed By RPM_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_BY_NAMELast Changed By Name RPM_TV_CHANGED_BY_NAMECHAR80TEXT80
CHANGED_ONChanged On RPM_TV_CHANGED_ON_DATEDATS8
RESOLUTION_DATEResolution Date RPM_TV_RESOLUTION_DATE_EXTDATS8
RESOLUTION_TIMEResolution Time RPM_TV_RESOLUTION_TIME_EXTCHAR8
RESOLVED_BYName of Person Who Resolved the Checklist Reference RPM_TV_RESOLVED_BYCHAR12Assigned to domainXUBNAME
RESOLUTION_USER_NAMEName of Person Who Resolved the Checklist Reference RPM_TV_RESOLVED_BY_NAMECHAR80TEXT80
LAST_CHANGED_BYLast Changed By RPM_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
LAST_CHANGED_BY_NAMELast changed by person RPM_TV_LAST_CHANGED_BY_NAMECHAR80TEXT80
LAST_CHANGE_DATEDate of Last Change RPM_TV_LAST_CHANGE_DATEDATS8
LAST_CHANGE_TIMELast Changed At RPM_TV_LAST_CHANGE_TIMETIMS6
GUID_CHARUnique Object Key(CHAR32) RPM_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
OBJNRGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ISTATSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
ESTATUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXT04Individual status of an object (short form) J_TXT04CHAR4TEXT4
TXT30Object status J_TXT30CHAR30TEXT30
TEMPLATE_ADMIN_NAMEName of Person Responsible for Template RPM_TV_TEMPLATE_ADMIN_NAMECHAR80TEXT80
CLH_TYPE_TEXTChecklist Type Text RPM_TV_CLH_TYPE_TEXTCHAR40RPM_TEXT
TEMPLATE_IDChecklist Template Number RPM_TV_CLH_TEMPLATE_IDCHAR24CGPL_EXTID

Key field Non-key field



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

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

How to access SAP table RPM_TS_CHECKLIST_DIS

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