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

ISHMED_DOCV_SUBSCREENSU03 SAP ABAP INCLUDE - Include ISHMED_DOCV_SUBSCREENSU03







ISHMED_DOCV_SUBSCREENSU03 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter ISHMED_DOCV_SUBSCREENSU03 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 ISHMED_DOCV_SUBSCREENSU03. "Basic submit
SUBMIT ISHMED_DOCV_SUBSCREENSU03 AND RETURN. "Return to original report after report execution complete
SUBMIT ISHMED_DOCV_SUBSCREENSU03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ISHMED_DOCV_SUBSCREENSU03


INCLUDES used within this REPORT ISHMED_DOCV_SUBSCREENSU03

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_GET_DOKTYP_EXTENDED CALL FUNCTION 'ISH_N2_GET_DOKTYP_EXTENDED' EXPORTING s_einri = l_ndoc-einri s_dtid = l_ndoc-dtid s_dtvers = l_ndoc-dtvers IMPORTING s_doktyp = l_doktyp TABLES s_dokel = lt_dokel EXCEPTIONS unknown_doktyp = 1 OTHERS = 2.

ISH_N2_GET_DOCUMENT_DATA CALL FUNCTION 'ISH_N2_GET_DOCUMENT_DATA' EXPORTING s_mode = 'E' s_ndoc = l_ndoc TABLES s_data = lt_rawdat EXCEPTIONS no_authority = 1 no_export_function = 2 no_document = 3 no_doctype = 4 no_read_function = 5 OTHERS = 6.

ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = l_stv_gpa IMPORTING ngpa_e = l_ngpa * NADR_E = * TABLES * NADR_TELNR = EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

Y_BHS_USER_ADDRESS_READ CALL FUNCTION 'Y_BHS_USER_ADDRESS_READ' EXPORTING user = l_schreiber IMPORTING unterzeichner = l_prikopf-schreiber * GESCHLECHT = EXCEPTIONS user_address_not_found = 1 OTHERS = 2.

Y_BHS_MA_NAME CALL FUNCTION 'Y_BHS_MA_NAME' EXPORTING * einri = l_ndoc-einri mitarb = l_diktierer * ORGFA = * DATUM = SY-DATUM IMPORTING name = l_prikopf-diktierer * FUNKTION = * ARZT_NICHT_AUS_OE = EXCEPTIONS ma_existiert_nicht = 1 OTHERS = 2.

Y_BHS_FACH_OE CALL FUNCTION 'Y_BHS_FACH_OE' EXPORTING orgid = l_ndoc-orgdo datum = l_ndoc-dodat falnr = l_ndoc-falnr einri = l_ndoc-einri t_nbew = l_ndoc-lfdbew IMPORTING fachliche_oe = l_fach_oe_kz orgfa = l_fach_oe EXCEPTIONS oe_existiert_nicht = 1 oe_nicht_gueltig = 2 oe_hierarchie_nicht_korrekt = 3 OTHERS = 4.

ISH_ADDRESS_READ CALL FUNCTION 'ISH_ADDRESS_READ' EXPORTING ss_adrnr = l_adrnr ss_adrob = l_adrob IMPORTING ss_nadr = ls_nadr EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_ADDRESS_READ CALL FUNCTION 'ISH_ADDRESS_READ' EXPORTING ss_adrnr = l_fa_oe-adrnr ss_adrob = l_fa_oe-adrob IMPORTING ss_nadr = l_fa_adr EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = l_ndoc-einri orgid = l_prikopf-storgpf IMPORTING * NORG_E = orgkb_e = l_prikopf-storgpfkb EXCEPTIONS missing_orgid = 1 OTHERS = 2.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = l_ndoc-einri orgid = l_prikopf-storgfa IMPORTING * NORG_E = orgkb_e = l_prikopf-storgfakb EXCEPTIONS missing_orgid = 1 OTHERS = 2.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE' EXCEPTIONS unopened = 1 unstarted = 2 OTHERS = 3.



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