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
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.
Title: Include ISHMED_DOCV_SUBSCREENSU03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISHMED_DOCV_SUBSCREENSU03 - Include ISHMED_DOCV_SUBSCREENSU03 ISHMED_DOCV_SUBSCREENSU02 - Include ISHMED_DOCV_SUBSCREENSU02 ISHMED_DOCV_SUBSCREENSU01 - Include ISHMED_DOCV_SUBSCREENSU01 ISHMED_DOCVER_SUBSCREEN03 - Include ISHMED_DOCV_SUBSCREEN03 ISHERCM_UCAS==================S - ISHERCMUCAS==================S ISHERCM_TOP_EXIT - ISHERCMTOPEXIT