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

N1DCS001 SAP ABAP Report - Diagnoses and Service Overview with Coding







N1DCS001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is set as a subroutine of a dialog...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 N1DCS001 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 N1DCS001. "Basic submit
SUBMIT N1DCS001 AND RETURN. "Return to original report after report execution complete
SUBMIT N1DCS001 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: LFDNR = D .
Selection Text: FALNR = D .
Selection Text: EINRI = D .
Title: Diagnoses and Service Overview with Coding
Text Symbol: S01 = Mul. Selection
Text Symbol: T01 = Service/Diagnosis Overview
Text Symbol: T02 = Employee Responsible for Medical Services
Text Symbol: T03 = Overview
Text Symbol: T04 = Other Classifications
Text Symbol: T05 = Diagnosis Entry Not Possible
Text Symbol: T06 = For Companions
Text Symbol: T08 = Error when Calling Service Entry
Text Symbol: T09 = Indicator for Free-Text Diagnosis not
Text Symbol: T10 = allowed.
Text Symbol: T11 = Diagnosis
Text Symbol: T12 = Cannot Call DIACOS
Text Symbol: T13 = Code must be further specified
Text Symbol: T14 = (5-Digit?)
Text Symbol: T15 = End Quick Entry
Text Symbol: T16 = Save Data?
Text Symbol: T17 = End Diagnosis/Service Quick Entry
Text Symbol: T18 = Assign Diagnoses
Text Symbol: T19 = Diagnosing Person
Text Symbol: T20 = No Text
Text Symbol: T21 = Diagnosis Unknown
Text Symbol: T22 = Case List f. Movement Select.
Text Symbol: T24 = Cannot Call DIACOS
Text Symbol: T25 = (No Specific Diagnosis)
Text Symbol: T26 = .Msg, DIA:
Text Symbol: T27 = (No Diagnosis Text Exists)
Text Symbol: T28 = TXT:
Text Symbol: T29 = Cannot Call DIACOS
Text Symbol: T30 = Dia:
Text Symbol: T31 = No data transferred
Text Symbol: T32 = as no data selected in DIACOS
Text Symbol: T33 = Presetting for Service Performance
Text Symbol: M04 = Delete
Text Symbol: 004 = Undefined





Text Symbol: 006 = Open
Text Symbol: 007 = Complete
Text Symbol: 009 = Input Help: Nursing OU
Text Symbol: 010 = Input Help: Dept. OU
Text Symbol: 011 = Input Help: Performing OU
Text Symbol: C01 = ICD-9
Text Symbol: C02 = ICPM
Text Symbol: C03 = V-Classification
Text Symbol: C04 = ICD-9 a. V-Classification
Text Symbol: C05 = ICD-10
Text Symbol: C06 = CHOP-3
Text Symbol: C07 = AO-Code
Text Symbol: C08 = Kika-Code
Text Symbol: C09 = Quadra-Code
Text Symbol: C10 = Snomed Code
Text Symbol: C11 = BG-HV Key (GER)
Text Symbol: C12 = Derma Code
Text Symbol: C13 = User-Defined
Text Symbol: D00 = Delete Entries
Text Symbol: D01 = Diagn.
Text Symbol: D02 = Diagnoses
Text Symbol: D03 = Service
Text Symbol: D04 = Services
Text Symbol: D05 = Do you want to delete the current &2?
Text Symbol: D06 = Do you want to delete the &1 selected &2?
Text Symbol: D07 = Do you want to delete the selected &2?
Text Symbol: D08 = ( Since data was changed, the system will save before canceling )
Text Symbol: E01 = Function is currently only
Text Symbol: E02 = possible for saved services
Text Symbol: H01 = MIS for
Text Symbol: H02 = Select ''
Text Symbol: H03 = Select IMS
Text Symbol: H10 = Hit List Service Performance
Text Symbol: M01 = Do you want to cancel?
Text Symbol: M02 = Error when Scrolling


INCLUDES used within this REPORT N1DCS001

INCLUDE N1DCS001TOP.
INCLUDE N1DCS001F01.
INCLUDE N1DCS001F02.
INCLUDE N1DCS001F03.





INCLUDE N1DCS001F04.


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:

ISHMED_IS_CASE_ACCOUNTED CALL FUNCTION 'ISHMED_IS_CASE_ACCOUNTED' EXPORTING i_einri = g_einri i_falnr = falnr i_show_msg = on i_vcode = g_vcode_case i_prgname = 'N1DCS001' IMPORTING e_err_level = l_err_level EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = tn00-cvers exceptions others = 1.

ISH_GET_GTARIF call function 'ISH_GET_GTARIF' exporting einrichtung = g_einri stichtag = sy-datum importing gtarif = g_leikat exceptions 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 N1DCS001 or its description.