RN2GL_RP_ASSIGN SAP (pathways Evaluation Assignment of Treatment Pathways) Structure details

Dictionary Type: Structure
Description: pathways Evaluation Assignment of Treatment Pathways




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




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

RN2GL_RP_ASSIGN 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 "pathways Evaluation Assignment of Treatment Pathways" 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_RN2GL_RP_ASSIGN TYPE RN2GL_RP_ASSIGN.

The RN2GL_RP_ASSIGN table consists of various fields, each holding specific information or linking keys about pathways Evaluation Assignment of Treatment Pathways data available in SAP. These include SHORT_CODE (Abbreviation of Treatment Pathway), VERSION (Version of Treatment Pathway), ASSIGN_YEAR (pathways Year Pathway Was Assigned), ASSIGN_MONTH (pathways - Month when Assignment Was Made).. 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: Cannot Be Enhanced


SAP RN2GL_RP_ASSIGN 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
SHORT_CODEAbbreviation of Treatment Pathway N2GL_SHORT_CODECHAR20N2GL_SHORT_CODEN2GL_SCODEN2GL_SHORT_CODE
VERSIONVersion of Treatment Pathway N2GL_VERSIONNUMC3N2_VERSN2GL_VERSN2GL_SHORT_CODE
ASSIGN_YEARpathways Year Pathway Was Assigned N2GL_ASSIGN_YEARNUMC4N2GL_YEAR
ASSIGN_MONTHpathways - Month when Assignment Was Made N2GL_ASSIGN_MONTHACCP6N2GL_MONTH
ASSIGN_ORGIDpathways Organizational Unit of Pathway Assignment N2GL_ASSIGN_ORGIDCHAR8Assigned to domainALPHAORGID
PATH_SUMpathways Number of Patient Pathways N2GL_RP_PATH_SUMINT410N2GL_RP_SUM
ASSIGN_SUM_SUGGpathways Number of Assignments Using 'Proposal for Patient' N2GL_RP_ASSIGN_SUM_SUGGINT410N2GL_RP_SUM
ASSIGN_SUM_ALLpathways Number of Assignments Using 'Display All' N2GL_RP_ASSIGN_SUM_ALLINT410N2GL_RP_SUM
ASSIGN_SUM_SEARCHpathways Number of Assignments Using 'Search' N2GL_RP_ASSIGN_SUM_SEARCHINT410N2GL_RP_SUM
ASSIGN_SUM_SYSTEMpathways Number of Assignments Using 'System' N2GL_RP_ASSIGN_SUM_SYSTEMINT410N2GL_RP_SUM
ASSIGN_PCT_SUGGpathways Share of Assignments Using 'Proposal for Patient' N2GL_RP_ASSIGN_PCT_SUGGDEC7(1) N2GL_RP_PCT
ASSIGN_PCT_ALLpathways Share of Assignments Using 'Display All' N2GL_RP_ASSIGN_PCT_ALLDEC7(1) N2GL_RP_PCT
ASSIGN_PCT_SEARCHpathways Share of Assignments Using 'Search' N2GL_RP_ASSIGN_PCT_SEARCHDEC7(1) N2GL_RP_PCT
ASSIGN_PCT_SYSTEMpathways Share of Assignments Using 'System' N2GL_RP_ASSIGN_PCT_SYSTEMDEC7(1) N2GL_RP_PCT

Key field Non-key field



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

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

How to access SAP table RN2GL_RP_ASSIGN

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