SAP Reports / Programs

RNWCHINXMLU2 SAP ABAP Report - documentation and ABAP source code







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


INCLUDES used within this REPORT RNWCHINXMLU2

INCLUDE RNDATA00.
INCLUDE MNDATACH.


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_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = g_cvers exceptions others = 1.

ISH_SHOW_GPART call function 'ISH_SHOW_GPART' exporting aufruf = 'Y' rolle = '2' vcode = 'UPD' importing ngpa_gpart = so_kostr-low exceptions others = 5.

ISH_SHOW_GPART call function 'ISH_SHOW_GPART' exporting aufruf = 'Y' rolle = '2' vcode = 'UPD' importing ngpa_gpart = so_kostr-high exceptions others = 5.

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = gs_rnstat-repid einri = pa_einri importing rc = g_rc exceptions others = 1.

ISH_EDI_READ_TNC301GI call function 'ISH_EDI_READ_TNC301GI' exporting institution = pa_einri ediproc = gcn_edi_inxml importing active = g_active_flag exceptions others = 1.

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

ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = l_dyn_einri * SS_PATNR = ' ' ss_vcode = 'UPD' importing ss_falnr = l_help_falnr * SS_FZIFF = exceptions error = 1 others = 2.

ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' exporting dyname = p_dyname dynumb = p_dynumb tables dynpfields = lt_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

ISH_EDI_UPDATE_NC301S call function 'ISH_EDI_UPDATE_NC301S' exporting i_fieldname = 'HOLDDT' tables i_nc301s = lt_nc301s.

LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = gt_listobject exceptions not_found = 1 others = 2.

ISH_EDI_UPDATE_NC301S call function 'ISH_EDI_UPDATE_NC301S' exporting i_fieldname = 'HOLDDT' tables i_nc301s = lt_nc301s.

WRITE_LIST call function 'WRITE_LIST' tables listobject = gt_listobject exceptions empty_list = 1 others = 2.

ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting ss_patnr = ls_out-patnr ss_read_npat = on importing ss_pname = ls_out-name.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gs_rnstat-repid i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts * is_print = ls_prnt tables t_outtab = pt_outtab exceptions program_error = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gs_rnstat-repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts * is_print = ls_prnt tables t_outtab = pt_outtab exceptions program_error = 1 others = 2.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = gs_rnstat-einri line_size = gs_rnstat-line_size repid = gs_rnstat-repid title_lin1 = text-h01 * title_lin2 = g_rnstat-title_lin2 uline = on exceptions invalid_einri = 01.



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