SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/CON_SIMULATION_BOMF01 SAP ABAP INCLUDE - /SAPSLL/CONSIMULATIONBOMF01







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

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:

/SAPSLL/TCOGVA_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOGVA_DB_SGL_READ' EXPORTING is_pk = ls_tcogva_pk is_debug = es_doc_ext-s_debug IMPORTING es_result = ls_tcogva EXCEPTIONS no_data = 2 invalid_call = 4 OTHERS = 8.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = sy-langu IMPORTING iso_code = lv_laiso EXCEPTIONS not_found = 2 OTHERS = 4.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING * IV_TIMEZONE = iv_date = iv_rptda iv_time = gc_time-end
IMPORTING ev_timestamp = ls_hdr_dat-rel_point_in_time_ts EXCEPTIONS no_time_zone = 2 time_zone_notfound = 4 format_error = 8 OTHERS = 16 .

COUNTRY_CODE_SAP_TO_ISO CALL FUNCTION 'COUNTRY_CODE_SAP_TO_ISO' EXPORTING sap_code = iv_ctydst IMPORTING iso_code = ls_itm-arrival_country_iso EXCEPTIONS not_found = 2 OTHERS = 4.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = iv_dimum IMPORTING iso_code = ls_itm-dim_uom_iso EXCEPTIONS not_found = 2 no_iso_code = 4 OTHERS = 8.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = iv_amcur IMPORTING iso_code = ls_itm-val_curr_iso * NOT_ALLOWED = EXCEPTIONS not_found = 2 OTHERS = 4.

COUNTRY_CODE_SAP_TO_ISO CALL FUNCTION 'COUNTRY_CODE_SAP_TO_ISO' EXPORTING sap_code = ls_hdr_par-country IMPORTING iso_code = ls_hdr_par-country_iso EXCEPTIONS not_found = 2 OTHERS = 4.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING * iv_object = gc_applog_obj-license * iv_subobject = gc_applog_subobj-license_determination * iv_extnumber = lv_extnumber iv_handle = lv_handle iv_funcname = gc_cb_function_modules-ldet * IS_LOG_FILTER = * IS_MSG_FILTER = * IV_USE_GRID = * IS_DEBUG = EXCEPTIONS no_log_found = 2 OTHERS = 4.



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 /SAPSLL/CON_SIMULATION_BOMF01 or its description.