SAP Reports / Programs

SAPDBN2OPLDB SAP ABAP Report - Log. database N2OPLDB : Database program







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 N2OPLDB contains the documented data for the surgeries...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 SAPDBN2OPLDB into the relevant SAP transactions such as SE38 or SE80


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 SAPDBN2OPLDB. "Basic submit
SUBMIT SAPDBN2OPLDB AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBN2OPLDB 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: 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





INCLUDES used within this REPORT SAPDBN2OPLDB

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_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.



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