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

/SAPSLL/API_6800_COMMON_FORMS SAP ABAP INCLUDE - /SAPSLL/API6800COMMONFORMS







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

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = cv_log_handle exceptions others = 1.

BAL_GLB_MSG_DEFAULTS_GET call function 'BAL_GLB_MSG_DEFAULTS_GET' importing e_s_msg_defaults = ls_mdef.

BAL_GLB_MSG_DEFAULTS_SET call function 'BAL_GLB_MSG_DEFAULTS_SET' exporting i_s_msg_defaults = ls_mdef exceptions not_authorized = 1 defaults_inconsistent = 2 others = 3.

BAL_GLB_MSG_DEFAULTS_GET call function 'BAL_GLB_MSG_DEFAULTS_GET' importing e_s_msg_defaults = ls_mdef.

BAL_GLB_MSG_DEFAULTS_GET call function 'BAL_GLB_MSG_DEFAULTS_GET' importing e_s_msg_defaults = ls_mdef.

BAL_GLB_MSG_DEFAULTS_GET call function 'BAL_GLB_MSG_DEFAULTS_GET' importing e_s_msg_defaults = ls_mdef.

BAL_LOG_MSG_CUMULATE call function 'BAL_LOG_MSG_CUMULATE' exporting i_log_handle = iv_handle i_s_msg = ls_msg i_compare_attributes = ' ' i_compare_context = gc_true i_compare_parameters = gc_true exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

BAL_LOG_HDR_READ call function 'BAL_LOG_HDR_READ' exporting i_log_handle = iv_handle importing e_statistics = cv_statistics exceptions log_not_found = 1 others = 2.

/SAPSLL/TCOINC_DB_SGL_READ call function '/SAPSLL/TCOINC_DB_SGL_READ' exporting is_pk = ls_tcoinc-pk is_debug = gs_debug importing es_result = ls_tcoinc exceptions no_data = 1 invalid_call = 2 others = 3.

UNIT_OF_MEASURE_ISO_TO_SAP call function 'UNIT_OF_MEASURE_ISO_TO_SAP' exporting iso_code = iv_uom_iso importing sap_code = cv_uom_sap unique = lv_unique exceptions not_found = 2 others = 4.

UNIT_CONVERSION_SIMPLE call function 'UNIT_CONVERSION_SIMPLE' exporting input = iv_quant_flt unit_in = iv_quaum unit_out = iv_prbum importing output = lv_quant_prbum exceptions conversion_not_found = 0 division_by_zero = 0 input_invalid = 0 output_invalid = 0 overflow = 0 type_invalid = 0 units_missing = 0 unit_in_not_found = 0 unit_out_not_found = 0 others = 0.

/SAPSLL/PRODUCT_UNIT_CONV call function '/SAPSLL/PRODUCT_UNIT_CONV' exporting iv_input = iv_quant_flt * IV_FLAG_DIM_UOM = iv_type_conversion = '3' "Floating iv_guid_pr = iv_guid_pr iv_prbum = iv_prbum iv_dim_uom = iv_quaum importing ev_output = lv_quant_prbum exceptions conversion_not_found = 0 input_invalid = 0 product_not_found = 0 dim_uom_not_found = 0 prbum_missing = 0 no_dim_uom = 0 output_invalid = 0 overflow = 0 processing_error = 0 others = 0.

/SAPSLL/DOCUMENT_TYPE_MAP call function '/SAPSLL/DOCUMENT_TYPE_MAP' exporting iv_apevs = iv_apevs iv_grvsy = iv_grvsy iv_logsys = iv_logsys iv_barvs = iv_barvs is_debug = gs_debug importing ev_cuhda = cv_cuhda.

/SAPSLL/ORG_UNIT_MAP call function '/SAPSLL/ORG_UNIT_MAP' exporting it_header_partner = it_partner iv_unit = lv_orgvs iv_orgty = lv_orgty iv_grvsy = iv_grvsy iv_logsys = iv_logsys is_debug = gs_debug importing ev_guid_prtn = cv_guid_prtn ev_parno = cv_parno.

/SAPSLL/ITEM_CATEGORY_MAP call function '/SAPSLL/ITEM_CATEGORY_MAP' exporting iv_apevs = iv_apevs iv_grvsy = iv_grvsy iv_logsys = iv_logsys iv_bptvs = iv_bptvs is_debug = gs_debug importing ev_cuita = cv_cuita.

/SAPSLL/ORG_UNIT_MAP call function '/SAPSLL/ORG_UNIT_MAP' exporting iv_unit = lv_orgvs iv_orgty = lv_orgty iv_grvsy = iv_grvsy iv_logsys = iv_logsys is_debug = gs_debug importing ev_guid_prtn = cv_guid_prtn ev_parno = lv_parno.

/SAPSLL/ORG_UNIT_MAP call function '/SAPSLL/ORG_UNIT_MAP' exporting it_item_partner = lt_itm_partner iv_unit = lv_orgvs iv_org_guid = iv_org_guid iv_plant_guid = iv_plant_guid iv_orgty = lv_orgty iv_grvsy = iv_grvsy iv_logsys = iv_logsys iv_itvsy = iv_itvsy is_debug = gs_debug importing ev_guid_prtn = cv_guid_prtn ev_parno = lv_parno.

/SAPSLL/PARTNER_ADDRESS_GET call function '/SAPSLL/PARTNER_ADDRESS_GET' exporting iv_parno = lv_parno iv_flag_bypass_buffer = gc_false importing es_addr1_val = ls_addr1_val.

CURRENCY_CODE_ISO_TO_SAP





call function 'CURRENCY_CODE_ISO_TO_SAP' exporting iso_code = iv_currency_iso importing sap_code = cv_currency_sap unique = lv_unique exceptions not_found = 2 others = 4.

COUNTRY_CODE_ISO_TO_SAP call function 'COUNTRY_CODE_ISO_TO_SAP' exporting iso_code = iv_country_iso importing sap_code = cv_country_sap unique = lv_unique exceptions not_found = 2 others = 4.

/SAPSLL/CONVERT_STAMP_TO_DATE call function '/SAPSLL/CONVERT_STAMP_TO_DATE' exporting iv_timestamp = iv_rptdt importing ev_date = cv_date ev_time = cv_time exceptions no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 others = 5.

/SAPSLL/PNTPR_DB_SGL_READ call function '/SAPSLL/PNTPR_DB_SGL_READ' exporting is_pk = ls_pntpr-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_pntpr exceptions no_data = 1 invalid_call = 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/PR_DB_SGL_READ call function '/SAPSLL/PR_DB_SGL_READ' exporting is_pk = ls_pr-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_pr exceptions no_data = 1 invalid_call = 2 others = 3.

/SAPSLL/PAYMENT_TERM_MAP call function '/SAPSLL/PAYMENT_TERM_MAP' exporting iv_ztmvs = iv_ztmvs iv_grvsy = iv_grvsy iv_logsys = iv_logsys is_debug = gs_debug importing ev_zterm = cv_zterm.

/SAPSLL/CUHD_PRED_ITEM_GET call function '/SAPSLL/CUHD_PRED_ITEM_GET' exporting is_predecessor = is_pred is_debug = gs_debug importing es_predecessor_element = es_pred_element exceptions invalid_call = 1 others = 2.

/SAPSLL/TCOGVA_DB_RNG_READ call function '/SAPSLL/TCOGVA_DB_RNG_READ' exporting is_crit = ls_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_tcogva exceptions no_data = 1 others = 2.

/SAPSLL/PARTNER_ADRNR_GET call function '/SAPSLL/PARTNER_ADRNR_GET' exporting iv_parno = ls_corpar-parno iv_address_guid = lv_address_guid importing ev_adrnr = ls_corpar-adrnr.

/SAPSLL/PARTNER_ADDRESS_GET call function '/SAPSLL/PARTNER_ADDRESS_GET' exporting iv_parno = ls_corpar-parno iv_adrnr = ls_corpar-adrnr iv_flag_bypass_buffer = ' ' importing es_addr1_val = ls_addr1_val.

/SAPSLL/CORE_ADDR_MAINTAIN_DOC call function '/SAPSLL/CORE_ADDR_MAINTAIN_DOC' exporting is_corpar_sk = ls_corpar_sk is_api_address = is_address iv_guid_cuhd = iv_guid_cuhd iv_address_guid = iv_addr_guid changing cv_adrnr = cs_corpar-adrnr.

/SAPSLL/PARTNER_FUNCTION_MAP call function '/SAPSLL/PARTNER_FUNCTION_MAP' exporting iv_pvwvs = iv_pvwvs iv_grvsy = iv_grvsy iv_logsys = iv_logsys is_debug = gs_debug importing ev_pafct = cv_pafct ev_pvwex = cv_pvwex.

/SAPSLL/PNTBP_DB_SGL_READ call function '/SAPSLL/PNTBP_DB_SGL_READ' exporting is_pk = ls_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_pntbp exceptions no_data = 1 invalid_call = 2 others = 3.

/SAPSLL/ACTSEQ_DOCTYPE_DET * CALL FUNCTION '/SAPSLL/ACTSEQ_DOCTYPE_DET' * EXPORTING * iv_prdes = iv_prdes * iv_licty = iv_licty * IMPORTING * ev_proaf = lv_proaf * EXCEPTIONS * no_entry_found = 1 * OTHERS = 2.

/SAPSLL/DOCTYPE_DET * CALL FUNCTION '/SAPSLL/DOCTYPE_DET' * EXPORTING * iv_prdes = iv_prdes * iv_proaf = lv_proaf * IMPORTING * ev_cuhda = cv_cuhda * EXCEPTIONS * no_entry_found = 1 * no_doc_type_found = 2 * OTHERS = 3.

/SAPSLL/ACTIVITY_DET * CALL FUNCTION '/SAPSLL/ACTIVITY_DET' * EXPORTING * iv_prdes = iv_prdes * iv_proaf = lv_proaf * IMPORTING * es_tlepfa = ls_tlepfa * EXCEPTIONS * no_process_found = 1 * no_activity_found = 2 * OTHERS = 3.

/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.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = iv_name langu = sy-langu texts_only = gc_true tables dd07v_tab = ct_dd07v exceptions illegal_input = 1 others = 2.

/SAPSLL/PRECIP_DB_SGL_READ call function '/SAPSLL/PRECIP_DB_SGL_READ' exporting iv_mandt = syst-mandt is_sk = ls_sk_precip 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 = cs_precip exceptions no_data = 1 invalid_call = 2 others = 3.




/SAPSLL/CORPAR_VATNO_DETERMINE call function '/SAPSLL/CORPAR_VATNO_DETERMINE' changing cs_corpar = cs_corpar.

/SAPSLL/CUHD_BOR_TO_BTDTC_MAP call function '/SAPSLL/CUHD_BOR_TO_BTDTC_MAP' exporting iv_objtp = iv_objtp importing ev_btdtc = lv_btdtc exceptions invalid_call = 1 not_unique = 2 others = 3.

/SAPSLL/API_PROC_LOG_CREATE call function '/SAPSLL/API_PROC_LOG_CREATE' exporting iv_btdtc = lv_btdtc iv_cdtyp = iv_cdtyp iv_apevs = iv_apevs iv_refno = iv_refno iv_logsys = iv_logsys iv_objtp = iv_objtp iv_log_subobj = iv_balsubobj importing ev_log_handle = cv_log_handle.

/SAPSLL/LCPRO_DB_SGL_READ call function '/SAPSLL/LCPRO_DB_SGL_READ' exporting is_sk = ls_sk is_debug = gs_debug importing es_result = ls_lcpro exceptions no_data = 1 invalid_call = 2 others = 3.

/SAPSLL/CUHD_DELETE_SUBOBJ call function '/SAPSLL/CUHD_DELETE_SUBOBJ' exporting is_sk_legctr = ls_legctr-sk.

/SAPSLL/CUHDA_PARTNER_FCT_GET call function '/SAPSLL/CUHDA_PARTNER_FCT_GET' exporting iv_cuhda = iv_cuhda iv_lgreg = iv_lgreg iv_bypassing_buffer = gc_false importing et_tpafct = ct_tpafct ev_cdprg = cv_cdprg exceptions no_partner_functions_found = 1 others = 2.

/SAPSLL/TPAFCT_DB_SGL_READ call function '/SAPSLL/TPAFCT_DB_SGL_READ' exporting is_pk = ls_tpafct-pk is_debug = gs_debug importing es_result = ls_tpafct exceptions no_data = 1 invalid_call = 2 others = 3.



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