GHO_NETOBJ_CREATE_MASSDATA_F02 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 GHO_NETOBJ_CREATE_MASSDATA_F02 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 GHO_NETOBJ_CREATE_MASSDATA_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = gv_param values = gt_types EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PLMN_S_SP_LINK' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PLMN_S_SP_LINK' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CONVERSION_EXIT_TPLNR_INPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_INPUT' EXPORTING input = ls_data IMPORTING output = ls_data EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_TPLNR_INPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_INPUT' EXPORTING input = p_tplnr IMPORTING output = lv_tplnr EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_TPLNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT' EXPORTING input = ls_data-tpvon IMPORTING output = ls_data-tpvon.
CONVERSION_EXIT_TPLNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT' EXPORTING input = ls_data-tpnach IMPORTING output = ls_data-tpnach.
CONVERSION_EXIT_TPLNR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT' EXPORTING input = ls_data-tpkant IMPORTING output = ls_data-tpkant.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GHO_NETOBJ_CREATE_MASSDATA_F02 - Include GHO_NETOBJ_CREATE_MASSDATA_F02 GHO_NETOBJ_CREATE_MASSDATA_F01 - Include GHO_NETOBJ_CREATE_MASS_DATAF01 GHO_NETOBJ_CREATE_MASSDATA_DEH - Include GHO_NETOBJ_CREATE_MASSDATA_DEH GHO_NETOBJ_CREATE_MASSDATA_COM - Include GHO_NETOBJ_CREATE_MASSDATA_COM GHO_NETOBJ_CREATE_MASSDATA - Program GHO_NETOBJ_CREATE_MASS_DATA GHO_NETOBJ_CREATE_MASSDATA - Program GHO_NETOBJ_CREATE_MASS_DATA