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

/SAPSLL/ES_CREATEF01 SAP ABAP INCLUDE - /SAPSLL/ESCREATEF01







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

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/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/ES_GET_DATA CALL FUNCTION '/SAPSLL/ES_GET_DATA' EXPORTING iv_ftorg = iv_ftorg iv_rpyea = iv_year iv_rpmon = iv_mon iv_indei = iv_dir ir_cuhda = ir_doctyp ir_exart = ir_bustyp ir_cupro = ir_proc ir_ftvbs = ir_legun ir_corder = ir_docnum IMPORTING es_esrh = cs_esrh et_esit = ct_esit EXCEPTIONS no_ftorg = 1 wrong_ftorg = 2 no_rpyea = 3 wrong_rpyea = 4 no_rpmon = 5 wrong_rpmon = 6 no_direc = 7 wrong_direc = 8 no_country = 9 wrong_country = 10 no_vat_number = 11 no_company_number = 12 conversion_error = 13 currency_error = 14 unit_error = 15 internal_error = 16 OTHERS = 17.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = gc_dyname dynumb = gc_dynumb TABLES dynpfields = lt_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

/SAPSLL/LEGBTT_DB_RNG_READ CALL FUNCTION '/SAPSLL/LEGBTT_DB_RNG_READ' EXPORTING is_crit = ls_legbtt_crit is_debug = gs_debug IMPORTING et_result = lt_legbtt EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'EXART' value_org = 'S' TABLES value_tab = lt_values return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = gc_dyname dynumb = gc_dynumb TABLES dynpfields = lt_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

/SAPSLL/CUCPROT_DB_RNG_READ CALL FUNCTION '/SAPSLL/CUCPROT_DB_RNG_READ' EXPORTING is_crit = ls_cucprot_crit is_debug = gs_debug IMPORTING et_result = lt_cucprot EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CUPRO' value_org = 'S' TABLES value_tab = lt_values return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

/SAPSLL/PARTNER_ADDRESS_GET CALL FUNCTION '/SAPSLL/PARTNER_ADDRESS_GET' EXPORTING iv_parno = iv_ftorg IMPORTING es_addr1_val = ls_addr.

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = 'LECCUS' iv_indei = iv_dir is_crit = ls_crit is_debug = gs_debug IMPORTING et_t606g = lt_t606g[] EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 pfony_not_unique = 4 OTHERS = 5.

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = 'LECTPR' iv_indei = iv_dir is_crit = ls_crit is_debug = gs_debug IMPORTING et_t606g = lt_t606g[] EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 pfony_not_unique = 4 OTHERS = 5.

/SAPSLL/TCULRO_DB_RNG_READ CALL FUNCTION '/SAPSLL/TCULRO_DB_RNG_READ' EXPORTING is_crit = ls_tculro_crit is_debug = gs_debug IMPORTING et_result = ct_tculro[] EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

BUPA_DESCRIPTION_GET CALL FUNCTION 'BUPA_DESCRIPTION_GET' EXPORTING iv_partner = lv_partner iv_valdt = sy-datlo IMPORTING ev_description = lv_description TABLES et_return = lt_return[].



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