SAPDBN2OPLDB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The logical database
If you would like to execute this report or see the full code listing simply enter SAPDBN2OPLDB into the relevant SAP transactions such as SE38 or SE80
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: LL_GSCHL = Sex
Selection Text: LL_ICPMK = Procedure Codes Catalog
Selection Text: LL_ICPML = Procedure Code
Selection Text: LL_OPNR = Number
Selection Text: LL_ORGFA = Performing Departmental OU
Selection Text: LL_ORGFF = Departmental OU
Selection Text: LL_ORGPF = Performing Organizational Unit
Selection Text: LL_VORFA = Function
Selection Text: SE_EINRI = Institution
Selection Text: LL_GPART = Employee
Selection Text: HDIAG = Main Diagnosis Only
Selection Text: HPROZ = Main Procedure Only
Selection Text: LL_ANFOE = Requesting Departmental OU
Selection Text: LL_ANPOE = Requesting Nursing OU
Selection Text: LL_DATUM = Evaluation Period
Selection Text: LL_DKAT1 = Diagnosis Coding Catalog
Selection Text: LL_DKEY1 = Diagnosis Code
Selection Text: LL_FALAR = Case Type
Title: Log. database N2OPLDB : Database program
Text Symbol: 018 = N2OPLDB OP_DIAGNOSEN-LNRLS
Text Symbol: 019 = N2OPLDB OP_DIAGNOSEN-FALNR
Text Symbol: 020 = N2OPLDB OP_DIAGNOSEN-LFDDIA
Text Symbol: 021 = N2OPLDB OP_DIAGNOSEN-HDIA
Text Symbol: 022 = N2OPLDB NICP-FALNR
Text Symbol: 023 = N2OPLDB NICP-LFDBEW
Text Symbol: 024 = N2OPLDB NICP-ICPMK
Text Symbol: 025 = N2OPLDB NICP-ICPML
Text Symbol: 026 = N2OPLDB NICP-ICPHC
Text Symbol: 017 = N2OPLDB DIAGNOSEN-DKEY1
Text Symbol: 008 = N2OPLDB ANKLEIST-LNRLS
Text Symbol: 009 = N2OPLDB ANKLEIST-FALNR
Text Symbol: 010 = N2OPLDB FALL-PATNR
Text Symbol: 011 = N2OPLDB FALL-FALNR
Text Symbol: 012 = N2OPLDB FALL-FALLART
Text Symbol: 013 = N2OPLDB PATIENT-PATNR
Text Symbol: 014 = N2OPLDB PATIENT-GSCHL
Text Symbol: 015 = N2OPLDB DIAGNOSEN-FALNR
Text Symbol: 016 = N2OPLDB DIAGNOSEN-LFDNR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_AUTHORITY * CALL FUNCTION 'ISH_N2_AUTHORITY' * EXPORTING "Ba OP215 4.63B
ISHMED_GET_NICP_FOR_ANKER CALL FUNCTION 'ISHMED_GET_NICP_FOR_ANKER' EXPORTING anker = inlei TABLES t_nicp = inicp * T_NLICZ = * T_NDICZ = EXCEPTIONS anker_not_fnd = 1 OTHERS = 2.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' "Ba OP348 7.00
ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' "Ba OP348 7.00
ISH_NGPA_CONCATENATE CALL FUNCTION 'ISH_NGPA_CONCATENATE' EXPORTING ss_gpart = xgpart * SS_READ_NGPA = ' ' ss_ngpa = ngpa * SS_ROLLE = '1' IMPORTING ss_pname = xpname EXCEPTIONS wrong_gpart = 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.