SAP Reports / Programs

RN2CLIM_APIVS_SAMPLE_VSLIST SAP ABAP Report - Program RN2CLIM_APIVS_SAMPLE_VSLIST







RN2CLIM_APIVS_SAMPLE_VSLIST is a standard Executable ABAP Report 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 RN2CLIM_APIVS_SAMPLE_VSLIST 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 RN2CLIM_APIVS_SAMPLE_VSLIST. "Basic submit
SUBMIT RN2CLIM_APIVS_SAMPLE_VSLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RN2CLIM_APIVS_SAMPLE_VSLIST 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: P_CAN = Canceled Also
Selection Text: P_EINRI = Institution
Selection Text: P_ORGDO = Document. OU
Selection Text: P_ORGFA = Dept. OU
Selection Text: P_PAT = Patient ID
Selection Text: SO_DATE = Date
Title: Program RN2CLIM_APIVS_SAMPLE_VSLIST
Text Symbol: 001 = Entered Vital Signs
Text Symbol: 002 = Page:
Text Symbol: 003 = Patient
Text Symbol: 004 = in OU
Text Symbol: 005 = Canceled
Text Symbol: 006 = Code
Text Symbol: 007 = Vital Signs
Text Symbol: 008 = Val.
Text Symbol: 009 = Unit
Text Symbol: 010 = Errors Found:
Text Symbol: U01 = Institution
Text Symbol: U02 = Patient
001 Date Time Vital Signs Value


INCLUDES used within this REPORT RN2CLIM_APIVS_SAMPLE_VSLIST

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_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_dynpfield-fieldvalue IMPORTING output = p_einri.

ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING anfo = abap_true vcode = 'DIS' npat_einri = p_einri IMPORTING npat_patnr = l_patnr npat_pziff = l_pziff storno_selected = l_storno_selected weiter = l_weiter EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 0.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = p_einri ss_patnr = p_pat ss_check_vip = abap_true ss_check_inactive = abap_true IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 01 no_authority = 02.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = p_einri ss_patnr = ls_npat-patnr ss_npat = ls_npat IMPORTING ss_pname = pname.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = p_einri ss_patnr = p_pat ss_check_vip = abap_true ss_check_inactive = abap_true IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 01 no_authority = 02.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = p_einri ss_patnr = ls_npat-patnr ss_npat = ls_npat IMPORTING ss_pname = pname.



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