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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2CLIM_APIVS_SAMPLE_VSLIST - Program RN2CLIM_APIVS_SAMPLE_VSLIST RN2CLIM_APIVS_SAMPLE_VSLIST - Program RN2CLIM_APIVS_SAMPLE_VSLIST RN2CLIM_APIVS_SAMPLE_PLDLIST - Program RN2CLIM_APIVS_SAMPLE_PLDLIST RN2CLIM_APIVS_SAMPLE_PLDLIST - Program RN2CLIM_APIVS_SAMPLE_PLDLIST RN2CLIM_APIVS_SAMPLE_CATINFO - Program RN2CLIM_APIVS_SAMPLE_CATINFO RN2CLIM_APIVS_SAMPLE_CATINFO - Program RN2CLIM_APIVS_SAMPLE_CATINFO