SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVDBUSINESS_OPERATION SAP ABAP Report - Control Program for Manual Entry of Business Operations







RFVDBUSINESS_OPERATION 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 RFVDBUSINESS_OPERATION 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

FN8D - Post Planned Records
FN8X - Business Operations: Workplace
FN8C - Enter Single Postings
FN8A - Manual Entry: Unscheduled Repayment
FN8B - Manual Entry: Other Bus. Operations


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


Text pool values


Title: Control Program for Manual Entry of Business Operations


INCLUDES used within this REPORT RFVDBUSINESS_OPERATION

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:

BUS_OP_ENTRY CALL FUNCTION 'BUS_OP_ENTRY' EXPORTING i_tcode = hlp_tcode IMPORTING e_vdarl = hlp_vdarl e_date_range = hlp_dates e_activity = hlp_activity e_flg_act_allowed = flg_activity_allowed.

BUS_OP_WORKPLACE_ENTRY CALL FUNCTION 'BUS_OP_WORKPLACE_ENTRY' * IMPORTING * E_VDARL = * E_DATE_RANGE = * E_DISPLAY_ONLY = * E_FLG_ACT_ALLOWED = .

BUS_OP_EARLY_REPAYMENT CALL FUNCTION 'BUS_OP_EARLY_REPAYMENT' EXPORTING i_vdarl = hlp_vdarl i_date_range = hlp_dates i_activity = hlp_activity i_flg_act_allowed = flg_activity_allowed i_foreign_call = ' ' EXCEPTIONS user_cancel = 1 update_error = 2 no_authority = 3 incorrect_call = 4 confirmation_impossible = 5 OTHERS = 6.

BUS_OP_OTHER_OPERATIONS CALL FUNCTION 'BUS_OP_OTHER_OPERATIONS' EXPORTING i_vdarl = hlp_vdarl i_date_range = hlp_dates i_activity = hlp_activity i_flg_act_allowed = flg_activity_allowed i_foreign_call = ' ' EXCEPTIONS user_cancel = 1 update_error = 2 no_authority = 3 incorrect_call = 4 confirmation_impossible = 5 OTHERS = 6.

BUS_OP_CHARGES CALL FUNCTION 'BUS_OP_CHARGES' EXPORTING i_vdarl = hlp_vdarl i_date_range = hlp_dates i_activity = hlp_activity i_flg_act_allowed = flg_activity_allowed i_foreign_call = ' ' EXCEPTIONS user_cancel = 1 update_error = 2 no_authority = 3 incorrect_call = 4 confirmation_impossible = 5 OTHERS = 6.

FVD_LOAN_OL_CHECK_AUTHORITY CALL FUNCTION 'FVD_LOAN_OL_CHECK_AUTHORITY' EXPORTING i_activity = '10' "post i_log_off = 'X' "no log i_s_vdarl_key = hlp_vdarl_key i_s_vdarl = hlp_vdarl i_check_partner = ' ' IMPORTING e_flg_no_authority = hlp_no_authority EXCEPTIONS no_authority = 1 OTHERS = 2.

FVD_LOAN_OL_CHECK_AUTHORITY CALL FUNCTION 'FVD_LOAN_OL_CHECK_AUTHORITY' EXPORTING i_activity = '03' "display i_log_off = 'X' "no log i_s_vdarl_key = hlp_vdarl_key i_s_vdarl = hlp_vdarl i_check_partner = ' ' IMPORTING e_flg_no_authority = hlp_no_authority EXCEPTIONS no_authority = 1 OTHERS = 2.

BUS_OP_RECORD_POSTING CALL FUNCTION 'BUS_OP_RECORD_POSTING' EXPORTING i_vdarl = hlp_vdarl i_date_range = hlp_dates i_activity = hlp_activity i_foreign_call = ' '.



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