SAP Reports / Programs

RNCGET10XML SAP ABAP Report - IS-H: XML Import of Services Performed from Selected Partner Systems







RNCGET10XML 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 RNCGET10XML 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 RNCGET10XML. "Basic submit
SUBMIT RNCGET10XML AND RETURN. "Return to original report after report execution complete
SUBMIT RNCGET10XML VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: XML Import of Services Performed from Selected Partner Systems


INCLUDES used within this REPORT RNCGET10XML

INCLUDE MNCOLOUR. "STANDARD-LIST-COLOURS


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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = g_progress text = g_progresstext exceptions others = 1.

ISHCM_RECEIVE_TABLE call function 'ISHCM_RECEIVE_TABLE' exporting sdest = g_xcomdest2 tname = se_tname codepage = -codepage importing exitcode = g_rc tables ascii = gt_rtran.

BAPI_CASESERVICE_CH_XML call function 'BAPI_CASESERVICE_CH_XML' exporting client = sy-mandt testrun = g_testrun importing worst_returned_msgty = g_worst_retmsgty tables caseservice_xml = gt_casesrv_xml[] return = gt_return[] return_xml = gt_casesrv_errxml[].

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = g_patnr importing output = g_patnr .

ISH_READ_NPAT call function 'ISH_READ_NPAT' exporting * SS_EINRI = '*' ss_patnr = g_patnr * SS_READ_DB = ' ' * SS_CHECK_AUTH = 'X' * SS_WITH_NPAE = ' ' * SS_WITH_NADR = ' ' * SS_CHECK_VIP = ' ' * SS_CHECK_INACTIVE = ' ' * SS_NO_MESSAGES = ' ' * SS_NO_BUFFERING = ' ' * I_PSEUDO_OVERRIDE = ' ' importing ss_npat = gs_npat exceptions not_found = 1 no_authority = 2 no_einri = 3 OTHERS = 4 .

ISH_CONVERT_SEX_OUTPUT call function 'ISH_CONVERT_SEX_OUTPUT' exporting ss_gschl = gs_npat-gschl ss_langu = sy-langu importing ss_gschle = g_gender exceptions not_found = 1 OTHERS = 2 .

RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = 'NC' message_number = '173' message_var1 = g_msgv1 message_var2 = space message_var3 = space message_var4 = space importing message_text = gs_lisel exceptions message_not_found = 1.

RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = 'NC' message_number = '177' message_var1 = g_msgv1 message_var2 = space message_var3 = space message_var4 = space importing message_text = gs_lisel exceptions message_not_found = 1.

RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = 'NC' message_number = '007' " '178' message_var1 = g_msgv1 message_var2 = g_msgv2 " space message_var3 = g_msgv3 " space message_var4 = g_msgv4 " space importing message_text = gs_lisel exceptions message_not_found = 1.

ISH_TN00Q_READ call function 'ISH_TN00Q_READ' exporting ss_einri = g_institution ss_param = 'E_XML_CH' importing ss_value = gs_tn00q-value.

ISHCM_RESPOND_TABLE call function 'ISHCM_RESPOND_TABLE' exporting quitt = g_quitt sdest = g_xcomdest3 tname = se_tname codepage = tn02s-codepage importing exitcode = g_rc.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_interface_check = ' ' i_callback_program = l_repid i_callback_pf_status_set = 'P_ALV_SET_OF_STATUS' i_callback_user_command = 'P_ALV_USER_COMMAND' is_layout = gs_layout it_fieldcat = xfield[] * IT_EXCLUDING = it_special_groups = gt_sp_groups[] it_sort = gs_sort[] * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_ITEM' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab_header = gt_header t_outtab_item = gt_item exceptions program_error = 1 others = 2.

ISH_MESSAGE_LONGTEXT_DISPLAY call function 'ISH_MESSAGE_LONGTEXT_DISPLAY' exporting msgid = ls_item-id msgno = ls_item-number msgv1 = ls_item-message_v1 msgv2 = ls_item-message_v2 msgv3 = ls_item-message_v3 msgv4 = ls_item-message_v4.

DD_INT_TABLINFO_GET call function 'DD_INT_TABLINFO_GET' exporting typename = 'RNLSR' tables extdfies_tab = lt_dfies_tab[] exceptions not_found = 1 internal_error = 2 others = 3.

DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting * tabname = 'RNLSR' * tables * dfies_tab = lt_dfies_tab[] * exceptions * not_found = 1 * internal_error = 2 * others = 3.

DD_INT_TABLINFO_GET call function 'DD_INT_TABLINFO_GET' exporting typename = 'BAPIRET2' tables extdfies_tab = lt_dfies_tab[] exceptions not_found = 1 internal_error = 2 others = 3.

DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting * tabname = 'BAPIRET2' * tables * dfies_tab = lt_dfies_tab[] * exceptions * not_found = 1 * internal_error = 2 * others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_layout = gs_layout et_fieldcat = xfield[] * ET_SORT = * ET_FILTER = * ES_LIST_SCROLL = * ES_VARIANT = exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_HS_LIST_WIDTH_GET





call function 'REUSE_ALV_HS_LIST_WIDTH_GET' exporting i_tabname_header = 'GT_AUSGABE' i_tabname_item = 'GT_AUSGABE' it_fieldcat = xfield[] is_layout = gs_layout importing e_width = l_width exceptions others = 1.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off exceptions invalid_einri = 1 others = 2.

ISHCM_TRANSMIT_TABLE call function 'ISHCM_TRANSMIT_TABLE' exporting lang = l_lang sdest = g_xcomdest1 * tname = 'XMULT' codepage = tn02s-codepage importing exitcode = p_rc tables ascii = lt_ttran.



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