RV77S018 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 RV77S018 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = sv_ukm_active e_erp2005 = sv_ukm_erp2005.
TVTA_SINGLE_READ CALL FUNCTION 'TVTA_SINGLE_READ' EXPORTING i_vkorg = xknvv-vkorg i_vtweg = xknvv-vtweg i_spart = xknvv-spart IMPORTING o_tvta = ls_tvta EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3.
SD_DETERMINE_KKBER CALL FUNCTION 'SD_DETERMINE_KKBER' EXPORTING i_kkber_tvta = lvf_dummy_tvta i_kkber_knvv = lvf_dummy_knvv i_kkber_t001 = lvf_dummy_t001 i_vkorg = xknvv-vkorg i_vtweg = xknvv-vtweg i_spart = xknvv-spart xvbak = lvs_dummy_vbak * IMPORTING * RC = * E_KNVV_FLG = TABLES xvbpa = lvt_vbpa CHANGING i_kkber = gvt_kkber_salesarea_kunnr-kkber.
SD_CREDIT_MASTER_DATA CALL FUNCTION 'SD_CREDIT_MASTER_DATA' EXPORTING i_kkber = gvt_kkber_salesarea_kunnr-kkber i_kunrg = lvt_vbpa-kunnr CHANGING e_kurgv = lvs_kurgv.
CREDITCONTROL_AUTHORITY_KNKK CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKK' EXPORTING i_actvt = '03' i_kkber = gvt_kkber_salesarea_kunnr-kkber EXCEPTIONS input_missing = 1 no_authority = 2 OTHERS = 3.
CREDITCONTROL_REFRESH_KNKK CALL FUNCTION 'CREDITCONTROL_REFRESH_KNKK' EXPORTING i_xrefresh = 'X'.
SD_CREDIT_REFRESH CALL FUNCTION 'SD_CREDIT_REFRESH' EXPORTING check_no_refresh = ' '.
CREDIT_EXPOSURE CALL FUNCTION 'CREDIT_EXPOSURE' EXPORTING kkber = gvt_credit_exposure-kkber kunnr = gvt_kkber_salesarea_kunnr-knkli IMPORTING creditlimit = gvt_credit_exposure-creditlimit delta_to_limit = gvt_credit_exposure-delta_to_limit e_knkk = gvt_credit_exposure-e_knkk knkli = gvt_credit_exposure-knkli open_delivery = gvt_credit_exposure-open_delivery open_invoice = gvt_credit_exposure-open_invoice * OPEN_ITEMS = open_order = gvt_credit_exposure-open_order * OPEN_SPECIALS = percentage = gvt_credit_exposure-percentage sum_opens = gvt_credit_exposure-sum_opens open_order_secure = gvt_credit_exposure-open_order_secure open_delivery_secure = gvt_credit_exposure-open_delivery_secure open_invoice_secure = gvt_credit_exposure-open_invoice_secure cmwae = gvt_credit_exposure-cmwae.
WWW_GET_SCRIPT_AND_HTML CALL FUNCTION 'WWW_GET_SCRIPT_AND_HTML' EXPORTING obj_name = 'SDCAS_XML_KEYLINE' TABLES html = lvt_key[].
WWW_GET_SCRIPT_AND_HTML CALL FUNCTION 'WWW_GET_SCRIPT_AND_HTML' EXPORTING obj_name = 'SDCAS_XML_CREDITINFO' TABLES html = lvt_creditinfo[].
WWW_GET_SCRIPT_AND_HTML CALL FUNCTION 'WWW_GET_SCRIPT_AND_HTML' EXPORTING obj_name = 'SDCAS_XML_SALESAREALINE' TABLES html = lvt_salesarealine[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV77S018 - documentation and ABAP source code RV77S017 - documentation and ABAP source code RV77S016 - documentation and ABAP source code RV77S015 - Standard Include for Customer Master Sheet: Infoblock 015 RV77S014 - Standard Include for Customer Master Sheet: Infoblock 014 RV77S013 - documentation and ABAP source code