SAP Reports / Programs | Sales and Distribution (SD) enhancements | Mill Products Industry Solution | Sales and Distribution (SD) enhancements(IS-MP-SD) SAP IS

FV45_MILLSE_EXPORT_CONFIG SAP ABAP INCLUDE - FV45MILLSEEXPORTCONFIG







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

No INCLUDES are used within this REPORT code!


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:

CUXC_INIT CALL FUNCTION 'CUXC_INIT' EXCEPTIONS "#EC * OTHERS = 1.

CUCB_GET_CONFIGURATION CALL FUNCTION 'CUCB_GET_CONFIGURATION' EXPORTING instance = p_glob_xvbap-cuobj IMPORTING configuration = lt_configuration EXCEPTIONS invalid_input = 1 invalid_instance = 2 instance_is_a_classification = 3 OTHERS = 4.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = ls_sdcom i_tabname = ls_appl-tname IMPORTING e_object = ls_appl.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = ls_vbap_global i_tabname = ls_appl-tname IMPORTING e_object = ls_appl.

CE_C_PROCESSING CALL FUNCTION 'CE_C_PROCESSING' EXPORTING instance = p_glob_xvbap-cuobj * REFERENCE_INSTANCE = date = sy-datum * DISPLAY = ' ' object_id = l_obj_tab object = l_obj_key OWNER_ID = l_owner_id * HEADER_SCREEN = PLANT = p_glob_xvbap-werks no_dialog = 'X' * MATERIAL_VARIANT = * NO_F8 = ' ' * NO_F11 = ' ' * SUB_TYPE = ' ' * SIMULATION = ' ' * TYPE = 'S' * EFFECTIVITY = * INITIALIZATION = ' ' * CALLED_FROM_SALES = ' ' * BOM_APPLICATION = * IS_BUSINESS_OBJECT = * IMPORTING * RETURN_WITH_FUNCTIONKEY = * NEW_INSTANCE = TABLES application_input = lt_appl * APPLICATION_OUTPUT = EXCEPTIONS internal_error = 1 instance_not_found = 2 reference_instance_not_found = 3 instance_is_a_classification = 4 no_plant = 5 no_quantity = 6 no_connection_to_configuration = 7 material_variant_not_allowed = 8 internal_error_ecm = 9 eoasl_not_allowed = 10 maxasl_not_allowed = 11 xc_unprocessed_data = 12 xc_failure_processing_data = 13 OTHERS = 14 .

CUKO_DDB_HAS_COMPONENTS CALL FUNCTION 'CUKO_DDB_HAS_COMPONENTS' EXPORTING iv_cuobj = p_glob_xvbap-cuobj TABLES exp_stpo = lt_stpo exp_index = lt_index EXCEPTIONS not_found = 01.

CUCB_GET_CONFIGURATION CALL FUNCTION 'CUCB_GET_CONFIGURATION' EXPORTING instance = ls_stpo-cuobj IMPORTING configuration = lt_configuration2 EXCEPTIONS invalid_input = 1 invalid_instance = 2 instance_is_a_classification = 3 OTHERS = 4.

VC_I_GET_CONFIGURATION CALL FUNCTION 'VC_I_GET_CONFIGURATION' EXPORTING instance = ls_config2-instance idoc_mode = 'X' TABLES configuration = lt_values EXCEPTIONS instance_not_found = 1 OTHERS = 2.

CUXC_IDOC_TO_MEMORY CALL FUNCTION 'CUXC_IDOC_TO_MEMORY' TABLES cfg_instref = lt_xcuref cfg_ref = lt_xcucfg inst = lt_xcuins part_of = lt_xcuprt value = lt_xcuval cfg_blob = lt_xcublb vkey = lt_xcuvk EXCEPTIONS "#EC * error = 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 FV45_MILLSE_EXPORT_CONFIG or its description.