RMPS_DOD_PROPS SAP (DOD specific Attributes) Structure details

Dictionary Type: Structure
Description: DOD specific Attributes




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




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

RMPS_DOD_PROPS 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 "DOD specific Attributes" 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_RMPS_DOD_PROPS TYPE RMPS_DOD_PROPS.

The RMPS_DOD_PROPS table consists of various fields, each holding specific information or linking keys about DOD specific Attributes data available in SAP. These include RMPSP_IMG_RESOLUTION (DOD: Image Resolution), RMPSP_BIT_DEPTH (DOD : Image Bit Depth), RMPSP_PROD_APPL (DOD : PDF Producing Application), RMPSP_PROD_APPL_VER (DOD : PDF Producing Application Version).. 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 (character-type)


SAP RMPS_DOD_PROPS 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
RMPSP_IMG_FORMAT_VERDOD : Scanned Image Format and Version RMPSP_IMG_FORMAT_VERCHAR12RMPS_DOC_FORMATCHAR012
RMPSP_IMG_RESOLUTIONDOD: Image Resolution RMPSP_IMG_RESOLUTIONCHAR64SDOK_PROPV
RMPSP_BIT_DEPTHDOD : Image Bit Depth RMPSP_BIT_DEPTHCHAR4CHAR4
RMPSP_PROD_APPLDOD : PDF Producing Application RMPSP_PROD_APPLCHAR64SDOK_PROPV
RMPSP_PROD_APPL_VERDOD : PDF Producing Application Version RMPSP_PROD_APPL_VERCHAR64SDOK_PROPV
RMPSP_PDF_VERDOD : PDF Version RMPSP_PDF_VERCHAR8CHAR8
RMPSP_PDF_CREATING_APPLDOD : PDF Creating Application. RMPSP_PDF_CREATING_APPLCHAR64SDOK_PROPV
RMPSP_DOC_SECURITYDOD : Document Security Settings RMPSP_DOC_SECURITYCHAR64SDOK_PROPV
RMPSP_IMG_CAPTIONDOD : Image Caption RMPSP_IMG_CAPTIONCHAR64SDOK_PROPV
RMPSP_PHOTGRAPHERDOD: Image Photographer RMPSP_PHOTGRAPHERCHAR64SDOK_PROPV
RMPSP_COPYRIGHTDOD : Image CopyRight RMPSP_COPYRIGHTCHAR64SDOK_PROPV
RMPSP_IMG_SIZEDOD : Image Size in pixels RMPSP_IMG_SIZECHAR64SDOK_PROPV
RMPSP_IMG_SOURCEDOD : Image Source RMPSP_IMG_SOURCECHAR64SDOK_PROPV
RMPSP_IMG_COMPRESSIONDOD : Image Compression RMPSP_IMG_COMPRESSIONCHAR64SDOK_PROPV
RMPSP_IMG_COLOR_PROFILEDOD : International Color Consortium/Image Color Management RMPSP_IMG_COLOR_PROFILECHAR64SDOK_PROPV
RMPSP_IMG_EXIFDOD : Exchangeable Image File Format (EXIF) Information RMPSP_IMG_EXIFCHAR64SDOK_PROPV
RMPSP_WEB_FILE_NAMEDOD : Web File Name RMPSP_WEB_FILE_NAMECHAR64SDOK_PROPV
RMPSP_WEB_PLTFORMDOD: Web Platform RMPSP_WEB_PLTFORMCHAR64SDOK_PROPV
RMPSP_WEBSITEDOD : Website RMPSP_WEBSITECHAR64SDOK_PROPV
RMPSP_WEB_URLDOD : Web URL RMPSP_WEB_URLCHAR128TEXT128
RMPSP_WEB_METHODDOD : Web Records- Capture Method RMPSP_WEB_METHODCHAR16CHAR16
RMPSP_WEB_CAPTURE_DATEDOD : Web Record Capture Date RMPSP_WEB_CAPTURE_DATEDATS8DATS
RMPSP_WEB_CONTACTDOD : Web Records - Contact RMPSP_WEB_CONTACTCHAR64SDOK_PROPV
RMPSP_WEB_CMSDOD : Web Content Management System RMPSP_WEB_CMSCHAR64SDOK_PROPV
RMPSP_DOCTYPEDocument Category /Type RMPSP_DOCTYPECHAR4RMPSDOC_CATEGORYRMPSP_DOCTYPERMPSP_SH_DOCTYPE
RMPSP_OPEN_CONTENT_FLAGDOD: Flag for Open Content RMPSDOD_OPEN_CONTENT_FLAGCHAR1RMPSDOD_OPEN_CONTENT_FLAG

Key field Non-key field



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

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

How to access SAP table RMPS_DOD_PROPS

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