RNCSDO00F03 is a standard ABAP INCLUDE 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 RNCSDO00F03 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.
Title: Include RNCSDO00F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_EDI_READ_TNC301GS * CALL FUNCTION 'ISH_EDI_READ_TNC301GS' * EXPORTING * i_ediproc = 'SDO' * IMPORTING * e_tnc301gs = ls_tnc301gs * EXCEPTIONS * not_found = 1 * parameter_error = 2 * OTHERS = 3.
ISH_EDI_READ_TNCT2 CALL FUNCTION 'ISH_EDI_READ_TNCT2' EXPORTING cmstand = gs_tnc301ver-stand stver = gs_tnc301ver-stver ntownercde = gs_tnc301ver-ntownercde ntnr = ls_filedfn-ntnr TABLES e_tnct2 = lt_tnct2 EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
ISH_EDI_READ_TNCS2 CALL FUNCTION 'ISH_EDI_READ_TNCS2' EXPORTING cmstand = gs_tnc301ver-stand stver = gs_tnc301ver-stver sgownercde = gs_tnc301ver-ntownercde sgnr = ls_filedfn-sgnr with_tncf1 = 'X' TABLES e_tncs2 = lt_tncs2_psgm e_tncf1 = pt_tncf1 EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = l_extstg.
ISH_CONVERT_SEX_OUTPUT CALL FUNCTION 'ISH_CONVERT_SEX_OUTPUT' EXPORTING ss_gschl = l_chartyp ss_langu = sy-langu IMPORTING ss_gschltxt = l_sextxt EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_FAMST_CHECK_OUTPUT CALL FUNCTION 'ISH_FAMST_CHECK_OUTPUT' EXPORTING ss_famst = l_chartyp ss_langu = sy-langu IMPORTING ss_ftext = l_fatxt EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_READ_TNTEXT_TABLES CALL FUNCTION 'ISH_READ_TNTEXT_TABLES' EXPORTING einri = g_einri read_tn15t = on tn15t_falai = l_chartyp IMPORTING o_tn15t = ls_tn15t.
ISH_UNFAR_CHECK CALL FUNCTION 'ISH_UNFAR_CHECK' EXPORTING ss_einri = g_einri ss_unfar =
IMPORTING ss_unftx = l_unftxt EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_BWART_CHECK CALL FUNCTION 'ISH_BWART_CHECK' EXPORTING ss_einri = g_einri ss_bewty = '2' ss_bwart = l_bwart ss_langu = sy-langu IMPORTING ss_bwatx = l_mvtyp EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_READ_TNTEXT_TABLES CALL FUNCTION 'ISH_READ_TNTEXT_TABLES' EXPORTING einri = g_einri read_tn14q = on tn14q_wlpri = l_wlpri IMPORTING o_tn14q = ls_tn14q.
ISH_TN50R_READ_ALL CALL FUNCTION 'ISH_TN50R_READ_ALL' IMPORTING et_tn50r_t = lt_tn50r_t.
ISH_REFSRC_CHECK CALL FUNCTION 'ISH_REFSRC_CHECK' EXPORTING ss_einri = g_einri ss_bewty = '1' ss_refsrc = l_rfscrc ss_langu = sy-langu IMPORTING ss_refsrctxt = l_reftxt EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_GRUND_CHECK CALL FUNCTION 'ISH_GRUND_CHECK' EXPORTING ss_einri = g_einri ss_bewty = '1' ss_posit = '1' ss_grund = l_grund ss_langu = sy-langu IMPORTING ss_bezei = l_bgtxt EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_GRUND_CHECK CALL FUNCTION 'ISH_GRUND_CHECK' EXPORTING ss_einri = g_einri ss_bewty = '1' ss_posit = '3' ss_grund = l_grund ss_langu = sy-langu IMPORTING ss_bezei = l_bgtxt EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' * EXPORTING * input =
* IMPORTING * output = l_intstg.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = l_intstg IMPORTING output = l_intstg.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'RNSDO_ITEM' langu = sy-langu TABLES dd03p_tab = lt_dd03p EXCEPTIONS illegal_input = 0 OTHERS = 0.
DD_GET_DD03P_ALL * CALL FUNCTION 'DD_GET_DD03P_ALL' * EXPORTING * defstatus = 'A' * langu = syst-langu * tabname = 'RNSDO_ITEM' * TABLES * a_dd03p_tab = lt_dd03p * n_dd03p_tab = lt_dummy * EXCEPTIONS * illegal_value = 0 * OTHERS = 0.
CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'RNSDO_HEADER' langu = sy-langu TABLES dd03p_tab = lt_dd03p EXCEPTIONS illegal_input = 0 OTHERS = 0.
DD_GET_DD03P_ALL * CALL FUNCTION 'DD_GET_DD03P_ALL' * EXPORTING * defstatus = 'A' * langu = syst-langu * tabname = 'RNSDO_HEADER' * TABLES * a_dd03p_tab = lt_dd03p * n_dd03p_tab = lt_dummy * EXCEPTIONS * illegal_value = 0 * OTHERS = 0.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = ps_case_master-gbgew no_type_check = 'X' unit_in = ps_case_master-gwein unit_out = 'G' " GRAMM is needed IMPORTING output = l_conv_value EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
ISH_EDI_CONVERT_DCSTATE_I2E CALL FUNCTION 'ISH_EDI_CONVERT_DCSTATE_I2E' EXPORTING i_ediproc = 'SDO' i_dcstati =
-comm_status IMPORTING e_dcstate = l_comm_status EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_NPNTCAS_READ CALL FUNCTION 'ISH_NPNTCAS_READ' EXPORTING i_einri =
-einri i_falnr = -falnr * I_READ_DB = '' IMPORTING ES_NPNTCAS = ls_npntcas EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ISH_READ_NPAT * CALL FUNCTION 'ISH_READ_NPAT' * EXPORTING * ss_patnr = ls_case-patnr * ss_with_nadr = on * I_PSEUDO_OVERRIDE = on "for SDO only work with original data!! * IMPORTING * ss_nadr = ls_nadr * EXCEPTIONS * not_found = 1 * no_authority = 2 * no_einri = 3 * OTHERS = 4.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = g_einri orgid =
IMPORTING norg_e = ls_norg EXCEPTIONS missing_orgid = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_idata IMPORTING output = l_odata.
ISH_DATE_CONVERT_I2E CALL FUNCTION 'ISH_DATE_CONVERT_I2E' EXPORTING ss_date_in =
ss_format_default = off ss_no_sep_sign = on ss_format_dmy = on IMPORTING ss_date_out = EXCEPTIONS OTHERS = 0.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = l_fnlstg.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = l_fnlstg.
ISH_TN50A_READ CALL FUNCTION 'ISH_TN50A_READ' EXPORTING i_land = p_natio IMPORTING et_tn50a = lt_tn50a EXCEPTIONS nothing_found = 1 OTHERS = 2.
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 RNCSDO00F03 or its description.