N2CHART_LOUT_OU 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 N2CHART_LOUT_OU 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr * TRANSLATE_TO_UPPER = ' ' * CONVERSION = 'X' TABLES dynpfields = lt_dyn 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_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING * AMBES = '*' * ANFKZ = '*' * ARCHV = '*' * ARCOE = '*' * AUFKZ = '*' * BELEG = '*' * BETKZ = ' ' * DATE = SY-DATUM * DISKZ = '*' einri = tn2chart_lout_ou-einri * ERBKZ = '*' * FAZUW = '*' * FREIG = '*' * GRAPH_TITLE = ' ' * INTEN = '*' * INTKZ = '*' * LGTXT = '*' loekz = ' ' * NO_BAUID = ' ' * ORGDS = '*' * PFZUW = '*' * SPERR = '*' * START_BAUID = ' ' * VCODE = 'UPD' * ZIMKZ = ' ' * START_ORGFA = ' ' * START_ORGPF = ' ' * DISP_NOT_REL = ' ' IMPORTING nothing_selected = l_kennz placed_above_orgfa = placed_above_orgfa placed_above_orgpf = placed_above_orgpf * PLACED_ABOVE_ROOM = * SELECTED_BAUID = selected_orgid = selected_orgid EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dyn EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
N2CHART_LOUT_OU - N2CHARTLOUTOU N2CCF_CUST_EXITS_PRC - N2CCFCUSTEXITSPRC N2CCF_CUST_CHECKS - Obs.:CCF: Subrout. Pool w. Check Rout.for View Main.Cluster N2CCF_CUST N2CCF_CUST_CHECKS - Obs.:CCF: Subrout. Pool w. Check Rout.for View Main.Cluster N2CCF_CUST N2BEFANW - Generated SAPscript Control: 200 0001 N2_BEFUND Vs. 01 N2BEFANW - Generated SAPscript Control: 200 0001 N2_BEFUND Vs. 01