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

RN2DOC_TEST_MEDDOC_GETLIST SAP ABAP Report - Test Program for Function Module ISH_N2_MEDDOC_GETLIST







RN2DOC_TEST_MEDDOC_GETLIST 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 RN2DOC_TEST_MEDDOC_GETLIST 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 RN2DOC_TEST_MEDDOC_GETLIST. "Basic submit
SUBMIT RN2DOC_TEST_MEDDOC_GETLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RN2DOC_TEST_MEDDOC_GETLIST 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: R_LFDBEW = Movement Sequence Number
Selection Text: R_DOKAR = D .
Selection Text: R_DOKNR = D .
Selection Text: R_DOKTL = D .
Selection Text: R_DOKVR = D .
Selection Text: R_DTID = D .
Selection Text: R_DTVERS = D .
Selection Text: R_EINRI = D .
Selection Text: R_FALNR = D .
Selection Text: R_LNRLS = D .
Selection Text: R_MITARB = D .
Selection Text: R_ORGDO = D .
Selection Text: R_PATNR = D .
Title: Test Program for Function Module ISH_N2_MEDDOC_GETLIST
Text Symbol: B01 = Document Management Data
Text Symbol: T01 = PLEASE NOTE:
Text Symbol: T02 = The program is not released, but intended for internal use only.


INCLUDES used within this REPORT RN2DOC_TEST_MEDDOC_GETLIST

INCLUDE RNDATA00.
INCLUDE IN2DOC_CONST01.


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_MEDDOC_GETLIST CALL FUNCTION 'ISH_N2_MEDDOC_GETLIST' EXPORTING * IM_APICONTROL = IM_APICONTROL filter_loekz = ' ' * IM_MAXROW = 200 im_with_all_versions = 'X' im_with_all_parts = 'X' im_without_select = ' ' im_get_dktxt = 'X' im_get_protf = 'X' IMPORTING ex_worst_msgty = g_worst_msgty ex_maxrow_found = g_maxrow_found ex_number_of_documents = g_number et_documents_2 = gt_documents_new et_documents_part_2 = gt_documents_part_new et_documents_old_versions_2 = gt_documents_old_versions_new TABLES * IMT_SEL_DOCS = IMT_SEL_DOCS ext_return = gt_return filter_einri = r_einri filter_patnr = r_patnr filter_falnr = r_falnr filter_orgdo = r_orgdo filter_mitarb = r_mitarb filter_dtid = r_dtid filter_dtvers = r_dtvers filter_dokar = r_dokar filter_doknr = r_doknr filter_doktl = r_doktl filter_dokvr = r_dokvr * FILTER_DOKST = FILTER_DOKST * FILTER_BEZEB = FILTER_BEZEB * FILTER_PCODE = FILTER_PCODE * FILTER_DODAT = FILTER_DODAT * FILTER_UPDAT = FILTER_UPDAT * FILTER_ERDAT = FILTER_ERDAT * FILTER_UPUSR = FILTER_UPUSR * FILTER_ERUSR = FILTER_ERUSR filter_lfdbew = r_lfdbew * FILTER_ORGFA = FILTER_ORGFA * FILTER_ORGPF = FILTER_ORGPF filter_lnrls = r_lnrls * FILTER_LEIST = FILTER_LEIST * FILTER_ORGLE = FILTER_ORGLE * FILTER_ANFID = FILTER_ANFID * FILTER_ORGLA = FILTER_ORGLA * FILTER_MEDOK = FILTER_MEDOK ext_documents = gt_documents ext_documents_part = gt_documents_part ext_documents_old_versions = gt_documents_old_versions ext_documents_movements = gt_documents_move ext_documents_services = gt_documents_serv ext_documents_requests = gt_documents_req.

ISH_N2_MEDDOC_GETLIST_DETAIL_2 CALL FUNCTION 'ISH_N2_MEDDOC_GETLIST_DETAIL_2' EXPORTING * im_apicontrol = im_apicontrol im_get_status_data = 'X' im_get_doccategory_data = 'X' im_get_employee_data = 'X' im_get_patient_data = 'X' im_get_docou_data = 'X' im_get_special_flag_data = 'X' im_get_status_log_data = ' ' it_documents = gt_documents_new it_documents_part = gt_documents_part_new it_documents_old_versions = gt_documents_old_versions_new IMPORTING ex_worst_msgty = g_worst_msgty et_doclist = gt_doclist_new et_doclist_part = gt_doclist_part_new et_doclist_old_versions = gt_doclist_old_versions_new TABLES ext_return = gt_return.



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