SAP Reports / Programs

RMPSP_GEN_ATTRIBUTE SAP ABAP Report - Generating of Attributes







RMPSP_GEN_ATTRIBUTE 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 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_GEN_ATTRIBUTE - Generating of Attributes


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. "Basic submit
SUBMIT RMPSP_GEN_ATTRIBUTE AND RETURN. "Return to original report after report execution complete
SUBMIT RMPSP_GEN_ATTRIBUTE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DATEL1 = Data Element 1
Selection Text: DATEL2 = Data Element 2
Selection Text: DATEL3 = Data Element 3
Selection Text: DATEL4 = Data Element 4
Selection Text: DATEL5 = Data Element 5
Selection Text: FIELD1 = Attribute Name 1
Selection Text: FIELD2 = Attribute Name 2
Selection Text: FIELD3 = Attribute Name 3
Selection Text: FIELD4 = Attribute Name 4
Selection Text: FIELD5 = Attribute Name 5
Selection Text: FSPHIO = PHIO for Search
Selection Text: FSPSPRE = SPS Prefix
Selection Text: FTEST = Test Run
Selection Text: FTEXT = Name of Document Type
Selection Text: PACKAGE = Package
Selection Text: PHIO_V = Virtual PHIO Class
Selection Text: R1 = Create
Selection Text: R2 = Delete
Selection Text: R3 = Create
Selection Text: R4 = Delete
Selection Text: R5 = Hide
Selection Text: R6 = Display
Selection Text: RECTYPE = Disposal Document Type
Selection Text: RMS_ID = RMS ID
Selection Text: TABNAM = Name of Include
Selection Text: TRANS = Transport
Title: Generating of Attributes
Text Symbol: PRD = Attribute assignment deleted for field
Text Symbol: PRB = Attribute assignment already exists:
Text Symbol: PRA = Attribute assignment added:
Text Symbol: PR3 = Table &1 successfully adjusted to database
Text Symbol: INV = Invalid PHIO Class
Text Symbol: F43 = No input help possible for case
Text Symbol: F42 = Attribute Selection
Text Symbol: F41 = No input help possible
Text Symbol: ER2 = Field name cannot contain a space: "&1"
Text Symbol: ER1 = Field name in folder can have a maximum of 16 characters: "&1"
Text Symbol: DMW = Document Modeling Workbench





Text Symbol: DMV = View Generator
Text Symbol: DMS = Role Maintenance
Text Symbol: DMR = Disposal Schedules
Text Symbol: DMA = Document types
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: SEL = Choose RMS ID
Text Symbol: SET = Settings
Text Symbol: T00 = Attribute
Text Symbol: T01 = Data Element
Text Symbol: T02 = FieldLabel
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: 050 = Disposal document type &1 already exists
Text Symbol: 049 = was deleted
Text Symbol: 048 = does not exist and cannot be deleted
Text Symbol: 047 = The attribute
Text Symbol: 046 = CI include does not exist. Deletion not possible
Text Symbol: 045 = CI include could not be activated
Text Symbol: 044 = Attribute &1 was added to table &2
Text Symbol: 043 = Attribute
Text Symbol: 042 = Serious error. Do not add attribute/s
Text Symbol: 041 = is invalid because it starts with zz
Text Symbol: 040 = is not defined. Attribute not processed
Text Symbol: 039 = for attribute
Text Symbol: 038 = Data Element
Text Symbol: 037 = CI include unknown: Will be generated
Text Symbol: 036 = Table unknown, processing terminated
Text Symbol: 035 = is invalid because it starts with zz
Text Symbol: 034 = Attrbute is missing in line &1
Text Symbol: 033 = The following attribute does not exist:
Text Symbol: 032 = Descriptor for attribute &1 is missing
Text Symbol: 031 = RMS ID is empty, processing terminated





Text Symbol: 030 = No attributes, processing terminated
Text Symbol: 020 = Disposal Document Type
Text Symbol: 011 = Test Run
Text Symbol: 005 = 5.
Text Symbol: 004 = 4.
Text Symbol: 003 = 3.
Text Symbol: 002 = 2.
Text Symbol: 001 = 1.
Text Symbol: 051 = Case type could not be determined
Text Symbol: 421 = Element type created
Text Symbol: 322 = Registry locked by user
Text Symbol: 321 = Element type not created
Text Symbol: 312 = New element type was added to role "&1" (&2)
Text Symbol: 311 = Existing element type &1 is used
Text Symbol: 302 = Successfully Created
Text Symbol: 301 = Element Type
Text Symbol: 106 = Settings
Text Symbol: 105 = Record Plan Item
Text Symbol: 104 = Document
Text Symbol: 100 = Rcd
Text Symbol: 071 = Attributes not edited successfully
Text Symbol: 070 = Attributes edited successfully
Text Symbol: 067 = does not exist
Text Symbol: 066 = specified
Text Symbol: 065 = with incorrect data element
Text Symbol: 064 = requires a data element
Text Symbol: 062 = The virtual PHIO class is empty
Text Symbol: 061 = Virtual PHIO class cannot be uniquely determined from the disposal document type
Text Symbol: 060 = New Elemnt Type
Text Symbol: 059 = was deleted successfully
Text Symbol: 058 = was displayed successfully
Text Symbol: 057 = hidden successfully
Text Symbol: 056 = Disposal dcoument type &1 created
Text Symbol: 055 = is already defined
Text Symbol: 054 = Document class could not be determined, check virtual PHIO class &1
Text Symbol: 053 = Attribute structure could not be determined
Text Symbol: 052 = Attribute profile could not be determined


INCLUDES used within this REPORT RMPSP_GEN_ATTRIBUTE

INCLUDE RMPSP_GEN_ATTRIBUTE_SELECTION.
INCLUDE RMPSP_GEN_DESCRIPTION.



INCLUDE RMPSP_GEN_CASE.
INCLUDE RMPSP_GEN_DOCUMENT.
INCLUDE RMPSP_GEN_ATTRIBUTE_LOG.
INCLUDE RMPSP_GEN_PHIO.


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:

TOCX_GET_SYSTEM_TYPE CALL FUNCTION 'TOCX_GET_SYSTEM_TYPE' IMPORTING sap_system = sap_system.



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 or its description.