RM63S SAP (I/O Fields for Permit Management) Structure details

Dictionary Type: Structure
Description: I/O Fields for Permit Management




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




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

RM63S 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 "I/O Fields for Permit Management" 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_RM63S TYPE RM63S.

The RM63S table consists of various fields, each holding specific information or linking keys about I/O Fields for Permit Management data available in SAP. These include MANDT (Client), OBJNR (Object number), COUNTER (Counter for differentiation 6-digit), ERDAT (Date on Which Record Was Created).. 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 RM63S 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
LFDNRSequential Number NUMMRNUMC5NUMC05
MANDTClient MANDTCLNT3T000MANDT
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
COUNTERCounter for differentiation 6-digit I_COUNTNUMC6NUM6
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
PMSOGPermit Key PMSOGCHAR10T357GPMSOG
K_AFIndicator: Valid for Order Release K_AFCHAR1G_ERROR
K_AAIndicator: Valid for Order Completion K_AACHAR1G_ERROR
K_DRUCKPrintout of Permit Papers K_DRUCKCHAR1X
K_PROIndicator: Permit Proposed During Processing K_PROCHAR1X
KZLTXLong Text for Permit KZLTGCHAR1XFELD
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
K_OBJEKTIndicator: For Which Object the Permit Was Created K_OBJEKTCHAR1G_OBJECT
IHASPLanguage in Which the Piece of Equipment was Entered EQASPLANG1T002ISOLASPRAS
K_NODELChangeability of Permits K_NODELCHAR1X
K_SKIPRelevance of Permit K_SKIPCHAR1X
K_ORIGINIndicator: Permit Origin in Order K_ORIGINCHAR1G_ORIGIN
CLASSClass number KLASSE_DCHAR18KLASSEKLA
LVORMDeletion Indicator LVORMCHAR1XFELD
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
GNTYPPermit Category GNTYPCHAR1T352TGNTYP
GNTXTPermit Text GNTXTCHAR30TEXT30
K_SPERRUsage Block for Permits K_SPERRCHAR1X
FCODEFunction Code FCODECHAR20FCODE
INDTXObject Long Text Available INDLTXCHAR1CHAR1
BUTTONCheckbox STAGCHAR1CHAR1
KTX01Description of technical object KTX01CHAR40TEXT40
GENNAMEEntered By GENNAMECHAR12USNAM
GENDATUMCreated On GENDATUMDATS8DATUM
GENTIMEEntered At GENVTIMETIMS6TIMES
GENITIMETime of Deactivation of Permit GENITIMETIMS6TIMES
GENIDATEPermit Deactivated On GENIDATEDATS8DATUM
GENINAMEPermit Deactivated By GENINAMECHAR12USNAM
GENVDATEApproved from Date GENVDATEDATS8DATUM
GENBDATEApproved to Date GENBDATEDATS8DATUM
GENVTIMEEntered At GENVTIMETIMS6TIMES
GENBTIMEApproved to Time GENBTIMETIMS6TIMES
GENPAUSPermit Without Time Reference GENPAUSCHAR1X
K_GENEHMPermit Issued K_GENEHMCHAR1X
GENVNAMEPermit Issued By GENVNAMECHAR12SYCHAR12
KTEXTDescription AUFTEXTCHAR40TEXT40
AAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

How to access SAP table RM63S

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