SAP Reports / Programs | Cross-Application Components | General Application Functions | Records and Case Management(CA-GTF-RCM) SAP CA

RMPSP_GEN_ATTRIBUTE_DOD_COP SAP ABAP Report - Generate Attributes







RMPSP_GEN_ATTRIBUTE_DOD_COP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RMPSP_GEN_ATTRIBUTE_DOD_COP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RMPSP_GENATTR_DOD - Generate Attributes (DoD)
RMPSP_GENATTR_TNA - Generate Attributes (TNA)


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RMPSP_GEN_ATTRIBUTE_DOD_COP. "Basic submit
SUBMIT RMPSP_GEN_ATTRIBUTE_DOD_COP AND RETURN. "Return to original report after report execution complete
SUBMIT RMPSP_GEN_ATTRIBUTE_DOD_COP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generate Attributes
Text Symbol: DMV = View Generator
Text Symbol: DMW = Document Modeling Workbench
Text Symbol: ER1 = Field name in folder can have a maximum of 16 characters: "&1"
Text Symbol: ER2 = Field name cannot contain a space: "&1"
Text Symbol: F41 = No input help possible
Text Symbol: F42 = Attribute Selection
Text Symbol: F43 = No input help possible for case
Text Symbol: INV = Invalid PHIO Class
Text Symbol: PR3 = Table &1 successfully adjusted to database
Text Symbol: PRA = Attribute assignment added:
Text Symbol: PRB = Attribute assignment already exists:
Text Symbol: PRD = Attribute assignment deleted for field
Text Symbol: PRE = Attribute assignment failed:
Text Symbol: PRO = Attribute Profile
Text Symbol: SAP = Object &1 is in SAP Package &2
Text Symbol: SE1 = Select PHIO Class
Text Symbol: SE2 = PHIO Class
Text Symbol: SE3 = Select PHIO Class for Search
Text Symbol: SE4 = Select Virtual PHIO Class
Text Symbol: SEL = Select RMS ID
Text Symbol: SET = Settings
Text Symbol: T00 = Attribute
Text Symbol: T01 = Data Element
Text Symbol: T02 = Field Label
Text Symbol: T03 = Table
Text Symbol: TAN = The program cannot be started from this tab page
Text Symbol: TI2 = Attributes
Text Symbol: TI3 = Parameters
Text Symbol: TI5 = Control
Text Symbol: TIL = Selection
Text Symbol: 011 = Test Run
Text Symbol: 020 = Disposal Document Type
Text Symbol: 033 = The following attribute does not exist:
Text Symbol: 047 = Attribute
Text Symbol: 050 = Disposal document type &1 already exists
Text Symbol: 051 = Case type could not be determined
Text Symbol: 052 = Attribute profile could not be determined





Text Symbol: 054 = Document class could not be determined, check virtual PHIO class &1
Text Symbol: 056 = Disposal dcoument type &1 created
Text Symbol: 057 = hidden successfully
Text Symbol: 058 = displayed successfully
Text Symbol: 059 = deleted successfully
Text Symbol: 060 = New Element Type
Text Symbol: 061 = Virtual PHIO class cannot be uniquely determined from the disposal document type
Text Symbol: 062 = The virtual PHIO class is empty
Text Symbol: 070 = Attributes edited successfully
Text Symbol: 071 = Attributes not edited successfully
Text Symbol: 100 = Record
Text Symbol: 104 = Document
Text Symbol: 105 = Record Plan Item
Text Symbol: 106 = Settings
Text Symbol: 301 = Element Type
Text Symbol: 302 = Successfully Created
Text Symbol: 311 = Existing element type &1 is used
Text Symbol: 312 = New element type was added to role "&1" (&2)
Text Symbol: 321 = Element type not created
Text Symbol: 322 = Registry locked by user
Text Symbol: 421 = Element type created
Text Symbol: DMA = Document types
Text Symbol: DMR = Disposal Schedules
Text Symbol: DMS = Edit Roles


INCLUDES used within this REPORT RMPSP_GEN_ATTRIBUTE_DOD_COP

INCLUDE RMPSP_GEN_ATTRIBUTE_DOD_TOPC.
INCLUDE RMPSP_GEN_ATTRIBUTE_DOD_LOG.
INCLUDE: RMPSP_GEN_ATTRIBUTE_DOD_PAI.
INCLUDE RMPSP_GEN_ATTRIBUTE_DOD_PBO.
INCLUDE RMPSP_GEN_ATTRIBUTE_DOD_F01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RMPSP_GEN_ATTRIBUTE_DOD_COP or its description.