SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

SAPRVV99 SAP ABAP Report - Dunning History







SAPRVV99 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 SAPRVV99 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VYM10 - Contract Dun. Status


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


Text pool values


Selection Text: VTREF = D .
Selection Text: VKONT = D .
Selection Text: GPAR2 = D .
Selection Text: GPAR1 = D .
Title: Dunning History
Text Symbol: 029 = Manual Intervention, New DunL
Text Symbol: 028 = Cancelation Level
Text Symbol: 027 = Manual Intervention: New Dun. Level
Text Symbol: 026 = Potentl Activity
Text Symbol: 025 = Activities Executed by Dunning Run
Text Symbol: 024 = By User
Text Symbol: 023 = By Intervntn
Text Symbol: 022 = acc. to control table
Text Symbol: 018 = Exit DP
Text Symbol: 017 = for DP
Text Symbol: 016 = InContract
Text Symbol: 015 = New DL
Text Symbol: 014 = DL
Text Symbol: 013 = Step
Text Symbol: 012 = DP Activities
Text Symbol: 010 = Docs
Text Symbol: 009 = Partner:
Text Symbol: 008 = Acct-Related Dunn. Hist.
Text Symbol: 007 = Contract-related dunn. hist.
Text Symbol: 006 = Acct Bal.:
Text Symbol: 005 = Acct:
Text Symbol: 004 = Contract Bal:
Text Symbol: 003 = Contrct:
Text Symbol: 002 = Dunning History
Text Symbol: 001 = Data Is Being Read


INCLUDES used within this REPORT SAPRVV99

INCLUDE LFKKCFCCOM.


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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = gpar1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = vtref.

VKKMA6_F4_VTREF CALL FUNCTION 'VKKMA6_F4_VTREF' CHANGING vtref = vtref gpart = gpar1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = gpar2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = vkont.

VKKMA6_F4_VKONT CALL FUNCTION 'VKKMA6_F4_VKONT' CHANGING vkont = vkont gpart = gpar2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = vtref.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = gpar1.

VKKMA6_F4_GPART CALL FUNCTION 'VKKMA6_F4_GPART' EXPORTING i_fname = 'GPAR1' i_vtref = vtref CHANGING gpart = gpar1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = vkont.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fields-fieldvalue IMPORTING output = gpar2.

VKKMA6_F4_GPART CALL FUNCTION 'VKKMA6_F4_GPART' EXPORTING i_fname = 'GPAR2' i_vkont = vkont CHANGING gpart = gpar2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_special_groups = gt_sp_group[] i_save = g_save is_variant = g_variant it_events = gt_events[] i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_fkkmako_header t_outtab_item = gt_fkkmako_item.

ISCD_DUNNING_HIST_AUTH_CHECK CALL FUNCTION 'ISCD_DUNNING_HIST_AUTH_CHECK' EXPORTING i_gpart = l_fkkmako-gpart i_vkont = l_fkkmako-vkont i_vtref = l_fkkmako-vtref i_stdbk = l_fkkmako-stdbk EXCEPTIONS no_authorization = 1.



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