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

/SAPSLL/CONLCLIC01_FORMS SAP ABAP INCLUDE - Forms for Report /SAPSLL/CONLCLIC01_VAR







/SAPSLL/CONLCLIC01_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/CONLCLIC01_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/CONLCLIC01_FORMS. "Basic submit
SUBMIT /SAPSLL/CONLCLIC01_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CONLCLIC01_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms for Report /SAPSLL/CONLCLIC01_VAR


INCLUDES used within this REPORT /SAPSLL/CONLCLIC01_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:

/SAPSLL/LCLIC_SELECTION CALL FUNCTION '/SAPSLL/LCLIC_SELECTION' EXPORTING is_obj_crit = is_lclic_obj_crit is_debug = gs_debug IMPORTING et_result = lt_lclic[] EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/LCLIC_GET_OBJECT_PK CALL FUNCTION '/SAPSLL/LCLIC_GET_OBJECT_PK' EXPORTING iv_guid_lclic = ls_lclic-guid_lclic IMPORTING es_obj = ls_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = ls_lic_list-datab iv_timezone = ls_obj-lclica-tzn-tznst iv_end_date = gc_false IMPORTING ev_date = ls_lic_list-datab8 EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = ls_lic_list-datbi iv_timezone = ls_obj-lclica-tzn-tznen iv_end_date = gc_true IMPORTING ev_date = ls_lic_list-datbi8 EXCEPTIONS no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 OTHERS = 5.

/SAPSLL/EXT_PRODUCT_NUMBER_GET CALL FUNCTION '/SAPSLL/EXT_PRODUCT_NUMBER_GET' EXPORTING iv_guid_pr = ls_lclicm-guid_pr IMPORTING ev_prvsy = ls_lic_list-prvsy EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/PRODUCT_DESCRIP_GET CALL FUNCTION '/SAPSLL/PRODUCT_DESCRIP_GET' EXPORTING iv_guid_pr = ls_lclicm-guid_pr IMPORTING ev_prtxt = ls_lic_list-prtxt.

/SAPSLL/LGREG_AUTH_PROV CALL FUNCTION '/SAPSLL/LGREG_AUTH_PROV' EXPORTING iv_srvll = iv_srvll iv_autho = lv_autho CHANGING cr_lgreg = cs_lclic_obj_crit-lclic-lgreg EXCEPTIONS no_authority = 1 subset_authority_only = 2 OTHERS = 3.

/SAPSLL/LICTY_AUTH_PROV CALL FUNCTION '/SAPSLL/LICTY_AUTH_PROV' EXPORTING iv_lccla = cv_lccla CHANGING cr_lgreg = cs_lclic_obj_crit-lclic-lgreg cr_licty = cs_lclic_obj_crit-lclic-licty EXCEPTIONS no_authority = 1 subset_authority_only = 2 OTHERS = 3.

/SAPSLL/PNTPR_DB_RNG_READ CALL FUNCTION '/SAPSLL/PNTPR_DB_RNG_READ' EXPORTING is_crit = ls_pntpr_crit is_debug = gs_debug IMPORTING et_result = lt_pntpr EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CTSNUM_DB_RNG_READ CALL FUNCTION '/SAPSLL/CTSNUM_DB_RNG_READ' EXPORTING is_crit = ls_ctsnum_crit is_debug = gs_debug IMPORTING et_result = lt_ctsnum EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLEGTZ_DB_SGL_READ CALL FUNCTION '/SAPSLL/TLEGTZ_DB_SGL_READ' EXPORTING is_pk = ls_tlegtz_pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING es_result = ls_tlegtz EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TLEGTZ_DB_SGL_READ CALL FUNCTION '/SAPSLL/TLEGTZ_DB_SGL_READ' EXPORTING is_pk = ls_tlegtz_pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING es_result = ls_tlegtz EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone_valid_from iv_date = ls_datab-low iv_time = gc_time-begin IMPORTING ev_timestamp = ls_datab_ts-low EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone_valid_from iv_date = ls_datab-high iv_time = gc_time-begin IMPORTING ev_timestamp = ls_datab_ts-high EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone_valid_to iv_date = ls_datbi-low iv_time = gc_time-end IMPORTING ev_timestamp = ls_datbi_ts-low EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone_valid_to iv_date = ls_datbi-high iv_time = gc_time-end IMPORTING ev_timestamp = ls_datbi_ts-high EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSLL/LCLIC_LIST_S' i_client_never_display = gc_true CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/LCLIC_TRANSACTION_CALL CALL FUNCTION '/SAPSLL/LCLIC_TRANSACTION_CALL' EXPORTING is_sk = ls_lclic-sk iv_trtyp = gc_trtyp-display EXCEPTIONS no_authority = 1 OTHERS = 2.

/SAPSLL/PARTNER_GUID_GET





CALL FUNCTION '/SAPSLL/PARTNER_GUID_GET' EXPORTING iv_parno = iv_partner IMPORTING ev_guid_prtn = cv_guid.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tzone iv_date = iv_date iv_time = gc_time-end IMPORTING ev_timestamp = cv_timestamp EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dynprofield EXCEPTIONS OTHERS = 1.

/SAPSLL/LLNS_CALL_MATCH_CODE CALL FUNCTION '/SAPSLL/LLNS_CALL_MATCH_CODE' EXPORTING iv_stcts = cv_stcts IMPORTING es_ctsxxx = ls_mcode_result EXCEPTIONS stcts_not_found = 1 no_data_found = 2 invalid_call = 3 OTHERS = 4.

/SAPSLL/LLNS_GET_GUID CALL FUNCTION '/SAPSLL/LLNS_GET_GUID' EXPORTING iv_stcts = iv_stcts iv_ccngn = lsr_ccngn-low IMPORTING et_ctsgen = lt_ctsgen[] et_ctsnum = lt_ctsnum[] et_ctsnumc = lt_ctsnumc[] EXCEPTIONS no_data_found = 1 OTHERS = 2.

/SAPSLL/LLNS_CHOOSE_CTS CALL FUNCTION '/SAPSLL/LLNS_CHOOSE_CTS' EXPORTING it_ctsnumc = lt_ctsnumc_ui[] IMPORTING ev_guid_cts = cv_guid_cts.

/SAPSLL/LLNS_CHOOSE_CTS CALL FUNCTION '/SAPSLL/LLNS_CHOOSE_CTS' EXPORTING it_ctsnumc = lt_ctsnumc_ui[] IMPORTING ev_guid_cts = cv_guid_cts.

/SAPSLL/LLNS_CHOOSE_CTS CALL FUNCTION '/SAPSLL/LLNS_CHOOSE_CTS' EXPORTING it_ctsnumc = lt_ctsnumc_ui[] IMPORTING ev_guid_cts = cv_guid_cts.

/SAPSLL/T606G_DB_SGL_READ CALL FUNCTION '/SAPSLL/T606G_DB_SGL_READ' EXPORTING is_pk = ls_t606g-pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_t606g EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

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

/SAPSLL/APPEND_RANGE_EXT CALL FUNCTION '/SAPSLL/APPEND_RANGE_EXT' EXPORTING iv_sign = 'I' iv_option = 'BT' iv_value_low = ls_t606_low-licty iv_value_high = ls_t606_high-licty CHANGING ct_range = ct_licty.

/SAPSLL/LCLIC_VALUE_CALCULATE CALL FUNCTION '/SAPSLL/LCLIC_VALUE_CALCULATE' EXPORTING it_lclicv = it_lclicv it_lcliccv = it_lcliccv it_lclicav = it_lclicav iv_guid_lclic = iv_guid_lclic iv_guid_pr = iv_guid_pr iv_dprgr = iv_dprgr iv_vprac = iv_vprac iv_vpric = iv_vpric iv_vadpl = iv_vadpl iv_guid_pobj = iv_guid_pobj iv_pobjt = iv_pobjt IMPORTING es_value = ls_value.

/SAPSLL/LCLIC_QUANT_CALCULATE CALL FUNCTION '/SAPSLL/LCLIC_QUANT_CALCULATE' EXPORTING it_lcliccq = it_lcliccq it_lclicq = it_lclicq it_lclicaq = it_lclicaq iv_guid_lclic = iv_guid_lclic iv_guid_pr = iv_guid_pr iv_dprgr = iv_dprgr iv_qprac = iv_qprac iv_qpric = iv_qpric iv_qudpl = iv_qudpl iv_guid_pobj = iv_guid_pobj iv_pobjt = iv_pobjt IMPORTING es_quantity = ls_quantity.



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