SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RN1WPVIEW007SELSCREEN SAP ABAP INCLUDE - Include RN1WPVIEW007SELSCREEN







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


INCLUDES used within this REPORT RN1WPVIEW007SELSCREEN

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more * TEXT = ' ' info = text-014 add_stdinf = 'X' IMPORTING RESULT = sta_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more * TEXT = ' ' info = text-014 add_stdinf = 'X' IMPORTING RESULT = sta_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_trtgp-low IMPORTING output = etrgpart.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_raum-low IMPORTING output = behraum.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_bhper-low IMPORTING output = beh_person.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_pat-low IMPORTING output = patient.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_trpar-low IMPORTING output = transportart.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_bewar-low IMPORTING output = bewegungsart.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_dspty-low IMPORTING output = dispotyp.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_bssta-low IMPORTING output = besuchsstatus.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_aoepf-low IMPORTING output = anfoepfleg.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_aoefa-low IMPORTING output = anfoefachl.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_etrgp-low IMPORTING output = etrgpart.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_lstgr-low IMPORTING output = leistungsgruppe.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_lstst-low IMPORTING output = leistungsstatus.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_docty-low IMPORTING output = dokumententyp.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_docst-low IMPORTING output = dokumentenstatus.

ISH_REDOMA_CATEGORY_GET





CALL FUNCTION 'ISH_REDOMA_CATEGORY_GET' TABLES et_tnamb_redoma = gt_tnamb_redoma et_tdwat = gt_tdwat EXCEPTIONS not_found = 4.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_dokar-low IMPORTING output = g_dokar.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = akt_sel_prog dynumb = sy-dynnr TABLES dynpfields = it_dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = akt_sel_prog dynumb = sy-dynnr TABLES dynpfields = it_dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = akt_sel_prog dynumb = sy-dynnr TABLES dynpfields = it_dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = akt_sel_prog dynumb = sy-dynnr TABLES dynpfields = it_dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = akt_sel_prog dynumb = sy-dynnr TABLES dynpfields = it_dynpfields.

ISHMED_STATUS_SELECT CALL FUNCTION 'ISHMED_STATUS_SELECT' EXPORTING i_obtyp = 'N1K' " Objekttyp Klin. Aufträge



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