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
Below is a list of transaction codes which are relevant to this SAP report
N2GL - Layout Processing Pathways
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2GL_ADM_LAYOUT - pathways Edit Layout RN2GL_ADM_LAYOUT - pathways Edit Layout RN2GET04_TESTDATA - Text Prog: Retrieve Unstructured Lab Values in HL7 Format RN2GET04_TESTDATA - Text Prog: Retrieve Unstructured Lab Values in HL7 Format RN2GET04 - Retrieval of Unstructured Lab Values in HL7 Format RN2GET04 - Retrieval of Unstructured Lab Values in HL7 Format