SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2GL_ADM_LAYOUT SAP ABAP Report - pathways Edit Layout







RN2GL_ADM_LAYOUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program you can set the size and content of the information areas...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RN2GL_ADM_LAYOUT 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

N2GL - Layout Processing Pathways


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 RN2GL_ADM_LAYOUT. "Basic submit
SUBMIT RN2GL_ADM_LAYOUT AND RETURN. "Return to original report after report execution complete
SUBMIT RN2GL_ADM_LAYOUT 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: P_APPL = D .
Selection Text: P_EIN = D .
Selection Text: P_ORGID = D .
Selection Text: P_USER = D .
Title: pathways Edit Layout
Text Symbol: 001 = Pathways: Edit Layout
Text Symbol: 002 = Selection Criteria
Text Symbol: 003 = Institution
Text Symbol: 005 = Organizational Unit
Text Symbol: 006 = User
Text Symbol: 007 = Application
Text Symbol: E01 = Unknown Institution
Text Symbol: E03 = Unknown Documenting OU
Text Symbol: E04 = Unknown User ID
Text Symbol: E06 = Report must run in the dialog
Text Symbol: T03 = Input Help: Documenting OU


INCLUDES used within this REPORT RN2GL_ADM_LAYOUT

No INCLUDES are used within this REPORT code!


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:

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = 'X' fazuw = 'X' pfzuw = 'X' graph_title = 'Eingabehilfe: Dokumentierende OE'(t03) einri = p_ein freig = 'X' start_orgfa = p_orgid loekz = space no_bauid = 'X' sperr = space IMPORTING selected_orgid = p_orgid EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.

ISH_N2_GL_EDIT_LAYOUT CALL FUNCTION 'ISH_N2_GL_EDIT_LAYOUT' EXPORTING i_application = p_appl I_EINRI = p_ein I_ORGID = p_orgid I_USER = p_user I_POPUP_DLG = ' '.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING EINRI = p_ein orgid = p_orgid IMPORTING NORG_E = l_norg * ORGKB_E = EXCEPTIONS MISSING_ORGID = 1 OTHERS = 2.

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING user_name = p_user * READ_DB_DIRECTLY = ' ' IMPORTING user_address = l_addr * USER_USR03 = EXCEPTIONS user_address_not_found = 1 OTHERS = 2.



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