SAP Reports / Programs

RNWATSCO90 SAP ABAP Report - documentation and ABAP source code







RNWATSCO90 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 RNWATSCO90 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 RNWATSCO90. "Basic submit
SUBMIT RNWATSCO90 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWATSCO90 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 RNWATSCO90

INCLUDE RNDATA00.
INCLUDE MNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.


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_EDI_READ_EDIPROCTEXT call function 'ISH_EDI_READ_EDIPROCTEXT' exporting i_ediproc = pa_eproc importing e_tnc301gt = lwa_tnc301gt exceptions not_found = 1 others = 2.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = pa_kostr-low EXCEPTIONS OTHERS = 5.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '2' vcode = 'UPD' IMPORTING ngpa_gpart = pa_kostr-high EXCEPTIONS OTHERS = 5.

ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = cvers EXCEPTIONS OTHERS = 1.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = rnstat-repid einri = se_einri * NO_MESSAGE = ' ' IMPORTING rc = auth_rc EXCEPTIONS OTHERS = 1.

ISH_EDI_READ_EDIPROCTEXT CALL FUNCTION 'ISH_EDI_READ_EDIPROCTEXT' EXPORTING i_ediproc = pa_eproc IMPORTING e_tnc301gt = tnc301gt EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_EDI_READ_TNC301GI CALL FUNCTION 'ISH_EDI_READ_TNC301GI' EXPORTING institution = se_einri ediproc = pa_eproc IMPORTING active = active_flag EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri line_size = 90 repid = h_repid title_lin1 = 'EDI-Messages' uline = 'X' EXCEPTIONS invalid_einri = 1 OTHERS = 2.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = se_einri ss_falnr = wa_nbew-falnr IMPORTING ss_nfal = nfal.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_EINRI = se_einri "GL001 ss_patnr = nfal-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 = ' ' IMPORTING * SS_NOT_FOUND_IN_EINRI = * SS_NPAE = ss_npat = npat * SS_NADR = * SS_NADR2 = * SS_NADR_ABG = * SS_NADR_AN1 = * SS_NADR_AN2 = * TABLES * SS_TELNR = * SS_TELNR2 = * SS_TELNR_ABG = * SS_TELNR_AN1 = * SS_TELNR_AN2 = * EXCEPTIONS * NOT_FOUND = 1 * NO_AUTHORITY = 2 * NO_EINRI = 3 * OTHERS = 4 .

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = se_einri ss_patnr = nfal-patnr ss_read_npat = off ss_npat = npat ss_npat_complete = on ss_list = on IMPORTING ss_pname = name EXCEPTIONS OTHERS = 1.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = se_einri orgid = wa_nbew-orgfa IMPORTING norg_e = norg.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = se_einri orgid = wa_nbew-orgpf IMPORTING norg_e = norg.

ISH_MESSAGE_PREPARE CALL FUNCTION 'ISH_MESSAGE_PREPARE' EXPORTING language = sy-langu msg_id = t_arbgb msg_no = t_msgnr msg_var1 = t_msgv1 msg_var2 = t_msgv2 msg_var3 = t_msgv3 msg_var4 = t_msgv4 IMPORTING msg_text = text EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'NTNR' value_org = 'S' TABLES value_tab = lt_valuetab field_tab = lt_fieldtab return_tab = lt_returntab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TNCT0' fieldname = 'NTNR' all_types = 'X' TABLES dfies_tab = lt_fieldtab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TNCT1' fieldname = 'NTBEM' all_types = 'X' TABLES dfies_tab = lt_fieldtab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = 'RNWATSCO90' dynumb = '1000' TABLES dynpfields = pt_dfields 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_AT_READ_NWATPARAM





call function 'ISH_AT_READ_NWATPARAM' exporting i_einri = p_einri i_parid = 'SCO_EDIPRO' i_begdt = p_datum importing e_parval = p_ediproc e_paridtx = l_paridtx exceptions not_found = 1 others = 2 .

ISH_AT_READ_NWATPARAM call function 'ISH_AT_READ_NWATPARAM' exporting i_einri = p_einri i_parid = 'SCO_DAS301' i_begdt = p_datum importing e_parval = p_das301 e_paridtx = l_paridtx exceptions not_found = 1 others = 2 .

ISH_AT_READ_NWATPARAM call function 'ISH_AT_READ_NWATPARAM' exporting i_einri = p_einri i_parid = 'SCO_WIKRAF' i_begdt = p_datum importing e_parval = p_wikraf exceptions not_found = 1 others = 2 .

ISH_AT_READ_NWATPARAM call function 'ISH_AT_READ_NWATPARAM' exporting i_einri = p_einri i_parid = 'SCO_INTENS' i_begdt = p_datum importing e_parval = p_intensiv exceptions not_found = 1 others = 2 .



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