SAPRVV_BILL_SETTLE is a standard Executable ABAP Report 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 SAPRVV_BILL_SETTLE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VVBILL - Clear Prem. Rec. Automatically
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.
Selection Text: P_GPART = D .
Selection Text: P_VKONT = D .
Selection Text: P_VTREF = D .
Title: Automatic Clearing of Premium Requests
INCLUDE RVV_BILL_SETTLETOP.
No SAP DATABASE tables are accessed within this REPORT code!
ISCD_BILL_TRIGGER_GET call function 'ISCD_BILL_TRIGGER_GET' exporting i_gpart = p_gpart i_vkont = p_vkont i_vtref = p_vtref importing et_trigger = lt_trigger exceptions not_found = 1 others = 2.
ISCD_BILL_FIKEY_SET CALL FUNCTION 'ISCD_BILL_FIKEY_SET' EXPORTING I_FIKEY = gv_fikey.
ISCD_BILL_PROCESS_GROUP call function 'ISCD_BILL_PROCESS_GROUP' exporting it_group = lt_trigger icl_appl_log = lcl_appl_log ix_no_enqueue = p_noenq importing ev_error = gx_error ex_create_clarcase = lx_clarcase es_clarcase = ls_clarcase.
ISCD_BILLCLAR_CLARCASE_CREATE call function 'ISCD_BILLCLAR_CLARCASE_CREATE' exporting i_gpart = ls_clarcase-gpart i_vkont = ls_clarcase-vkont i_vtref = ls_clarcase-vtref i_msgid = ls_clarcase-msgid i_msgno = ls_clarcase-msgno i_msgv1 = ls_clarcase-msgv1 i_msgv2 = ls_clarcase-msgv2 i_msgv3 = ls_clarcase-msgv3 i_msgv4 = ls_clarcase-msgv4.
FKK_FUNC_MODULE_DETERMINE call function 'FKK_FUNC_MODULE_DETERMINE' exporting i_fbeve = '0202' i_applk = 'V' tables t_fbstab = st_fubas_0202.
FKK_SAMPLE_0202 if 1 = 2. call function 'FKK_SAMPLE_0202'. endif.
F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' exporting shlpname = 'SHLP_VTREF' shlptype = 'SH' importing shlp = h_shlp exceptions others = 1.
F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' exporting shlp = h_shlp importing rc = h_return tables return_values = t_retval exceptions others = 1.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = t_retval-fieldval importing output = c_gpart.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = t_retval-fieldval importing output = c_vkont.
FKK_SAMPLE_1113_NEU call function 'FKK_SAMPLE_1113_NEU' EXPORTING i_herkf = '01' IMPORTING e_fikey = e_fikey.
FKK_FIKEY_CHECK call function 'FKK_FIKEY_CHECK' EXPORTING i_fikey = e_fikey i_open_on_request = ' ' i_open_without_dialog = 'X' EXCEPTIONS non_existing = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPRVV_BILL_SETTLE - Automatic Clearing of Premium Requests SAPRVV_BILL_SETTLE - Automatic Clearing of Premium Requests SAPRVVUNILIVE - OBSOLETE: Program SAPRVVUNILIVE SAPRVVUNILIVE - OBSOLETE: Program SAPRVVUNILIVE SAPRVVTAXREP_IT_PREP_NEW - Preparation for Creating a Tax Report (Italy) SAPRVVTAXREP_IT_PREP_NEW - Preparation for Creating a Tax Report (Italy)