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

/SAPSLL/VDFCPEU_CREATE_FORMS SAP ABAP INCLUDE - /SAPSLL/VDFCPEUCREATEFORMS







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

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = cs_variant EXCEPTIONS not_found = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = cs_variant i_save = 'A' IMPORTING e_exit = lv_exit es_variant = cs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

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

/SAPSLL/LCLIC_DB_RNG_READ CALL FUNCTION '/SAPSLL/LCLIC_DB_RNG_READ' EXPORTING is_crit = ls_lclic_crit is_debug = gs_debug EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/LCLIC_DB_RNG_READ CALL FUNCTION '/SAPSLL/LCLIC_DB_RNG_READ' EXPORTING is_crit = ls_lclic_crit is_debug = gs_debug IMPORTING et_result = lt_lclic EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/T606_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606_DB_RNG_READ' EXPORTING is_crit = ls_t606_crit is_debug = gs_debug IMPORTING et_result = lt_t606 EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/T606S_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606S_DB_RNG_READ' EXPORTING is_crit = ls_t606s_crit is_debug = gs_debug IMPORTING et_result = lt_t606s EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/T606SV_DB_BUF_READ CALL FUNCTION '/SAPSLL/T606SV_DB_BUF_READ' EXPORTING is_crit = ls_t606sv_crit is_debug = gs_debug IMPORTING et_result = ct_t606sv EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/T606SV_DB_RNG_READ CALL FUNCTION '/SAPSLL/T606SV_DB_RNG_READ' EXPORTING is_crit = ls_t606sv_crit is_debug = gs_debug IMPORTING et_result = ct_t606sv EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/AUTH_CHECK_LMGM_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_LMGM_SGL' EXPORTING iv_lgreg = ls_lclic-lgreg iv_licty = ls_lclic-licty iv_actvt = gc_actvt-change EXCEPTIONS no_activity_provided = 1 no_authority = 2 OTHERS = 3.

FIMA_DATE_CREATE CALL FUNCTION 'FIMA_DATE_CREATE' EXPORTING i_date = iv_vdfdt i_calendar_days = -1 IMPORTING e_date = cv_vdfto.

FIMA_DATE_CREATE CALL FUNCTION 'FIMA_DATE_CREATE' EXPORTING i_date = iv_vdfdt i_months = lv_months IMPORTING e_date = cv_vdffr.

FIMA_DATE_CREATE CALL FUNCTION 'FIMA_DATE_CREATE' EXPORTING i_date = iv_vdffr i_calendar_days = -1 IMPORTING e_date = lv_vdfto_db.

FIMA_DATE_RECURRENCE_CREATE CALL FUNCTION 'FIMA_DATE_RECURRENCE_CREATE' EXPORTING i_date_from = ls_vdfcpeu-vdfto i_date_to = iv_vdffr i_frequency = 001 i_frequency_unit = 1 IMPORTING et_dates = lt_dates EXCEPTIONS period_invalid = 1 frequency_missing = 2 frequency_unit_invalid = 3 OTHERS = 4.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'SLL_VDFCP' toyear = sy-datlo(4) IMPORTING number = cs_vdfcpeu-vdfno EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 OTHERS = 8.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = is_cuitdat-dspts IMPORTING ev_date = ls_tlc_input-date_entry EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5.

/SAPSLL/LEG_TLC_CALC_INTEREST CALL FUNCTION '/SAPSLL/LEG_TLC_CALC_INTEREST' EXPORTING is_input = ls_tlc_input CHANGING cs_result = ls_tlc_result EXCEPTIONS no_rate_found = 1 calculation_error = 2 internal_error = 3 calculation_not_necessary = 4 OTHERS = 5.

/SAPSLL/VDFCPEU_CREATE_BUILD





CALL FUNCTION '/SAPSLL/VDFCPEU_CREATE_BUILD' EXPORTING it_cuit_in = it_cuit_in it_cuitdat_in = it_cuitdat it_legpeu = it_legpeu is_vdfcpeu = is_vdfcpeu is_lclic = is_lclic IMPORTING et_vdfcpeu_items = lt_vdfcpeu_items EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/VDFCPEU_CREATE_SHOW CALL FUNCTION '/SAPSLL/VDFCPEU_CREATE_SHOW' EXPORTING iv_batch = iv_batch iv_repid = iv_repid iv_trtyp = gc_trtyp-change is_vdfcpeu = is_vdfcpeu is_lclic = is_lclic it_legpeu = it_legpeu is_variant = is_variant CHANGING ct_vdfcpeu_items = ct_vdfcpeu_items EXCEPTIONS invalid_call = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/LEGPEU_DB_INS CALL FUNCTION '/SAPSLL/LEGPEU_DB_INS' EXPORTING it_ins = lt_legpeu_ins is_debug = gs_debug.

/SAPSLL/VDFCPEU_CLO_PORT_DT CALL FUNCTION '/SAPSLL/VDFCPEU_CLO_PORT_DT' EXPORTING is_vdfcpeu = is_vdfcpeu it_vdfcpeu_items = it_vdfcpeu_items it_legpeu = ct_legpeu IMPORTING et_legpeu_error = lt_legpeu_error CHANGING ct_ivmf_post = lt_ivmf_post EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/IVMF_STOCK_POST CALL FUNCTION '/SAPSLL/IVMF_STOCK_POST' EXPORTING is_post = ls_ivmf_post * IS_DEBUG = GS_DEBUG EXCEPTIONS no_authority = 1 invalid_call = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/LEGPEU_DB_INS CALL FUNCTION '/SAPSLL/LEGPEU_DB_INS' EXPORTING it_ins = lt_legpeu_ins is_debug = gs_debug.

/SAPSLL/LEGPEU_DB_UPD CALL FUNCTION '/SAPSLL/LEGPEU_DB_UPD' EXPORTING it_upd = lt_legpeu_upd is_debug = gs_debug.

/SAPSLL/ALV_GRID_BUTTON_REDUCE CALL FUNCTION '/SAPSLL/ALV_GRID_BUTTON_REDUCE' EXPORTING iv_flag_input = gc_false iv_flag_print = gc_true CHANGING ct_toolbar_excluding = lt_toolbar_excluding.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lv_structure CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/ALV_GRID_FULLSCREEN CALL FUNCTION '/SAPSLL/ALV_GRID_FULLSCREEN' EXPORTING it_toolbar_excluding = lt_toolbar_excluding is_print = ls_print iv_save = gc_true iv_repid = iv_repid iv_structure = lv_structure iv_titlebar = lv_titlebar it_sort = lt_sort iv_flag_cwidth_opt = gc_true is_debug = gs_debug CHANGING ct_fieldcat = lt_fieldcat ct_data = lt_vdfcp_result.

/SAPSLL/CUHD_DISCARD_OBJECT CALL FUNCTION '/SAPSLL/CUHD_DISCARD_OBJECT' EXPORTING is_cuhd_sk = cs_obj-sk is_debug = gs_debug.

/SAPSLL/CUHD_GET_OBJECT_PK CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT_PK' EXPORTING iv_guid_cuhd = iv_guid_cuhd iv_dbcgr = gc_access_group-customs iv_dbcfc = gc_access_function-cd_comp IMPORTING es_obj = cs_obj CHANGING cv_trtyp = cv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/LEGAL_TLC_CALCULATE_IT CALL FUNCTION '/SAPSLL/LEGAL_TLC_CALCULATE_IT' EXPORTING iv_lgreg = iv_lgreg iv_stcts = ls_tlegsu-ctsim iv_land1 = cs_obj-cuhd-ctypl iv_guid_cuit = iv_guid_cuit CHANGING cs_obj = cs_obj EXCEPTIONS data_error = 1 conversion_error = 2 OTHERS = 3.

/SAPSLL/CUHD_LLNS_SCHEME_DET CALL FUNCTION '/SAPSLL/CUHD_LLNS_SCHEME_DET' EXPORTING it_cuhddat = is_obj-cuhddat is_tlegsu_crit = ls_crit iv_crtsp = is_obj-crtsp IMPORTING et_tlegsu = lt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CUHD_LLNS_DETERMINE CALL FUNCTION '/SAPSLL/CUHD_LLNS_DETERMINE' EXPORTING it_srvll = lt_srvll is_cuit = iv_rptdt = lv_rptdt iv_lgreg = iv_lgreg iv_maintain = gc_false " No maintain is_debug = gs_debug CHANGING ct_corcts = lt_corcts ct_corctsc = lt_corctsc ct_corctz = lt_corctz EXCEPTIONS foreign_lock = 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 /SAPSLL/VDFCPEU_CREATE_FORMS or its description.