SAP Reports / Programs

RFKK_BALANOTE SAP ABAP Report - Process Balance Notifications Sent







RFKK_BALANOTE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi When you send a customer a balance notification (balance confirmation, balance request), in most cases you expect a reply...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFKK_BALANOTE 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

FPBN - Process Balance Notifications


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


Text pool values


Title: Process Balance Notifications Sent
Text Symbol: 001 = Runs for Key Date
Text Symbol: 002 = Confirmation Procedure
Text Symbol: 003 = All Runs
Text Symbol: 004 = No run selected
Text Symbol: 005 = Session ID
Text Symbol: 006 = Key Date
Text Symbol: 007 = Balance Notification:
Text Symbol: B01 = Display <-> Change
Text Symbol: B02 = Delete Run
Text Symbol: B03 = All Entries/Only w/o Answer
Text Symbol: B04 = Create Preselection
Text Symbol: B05 = Preselection
Text Symbol: D01 = Deletion of Export
Text Symbol: D02 = Do you really want to delete run &1 &2?
Text Symbol: D03 = Yes
Text Symbol: D04 = No


INCLUDES used within this REPORT RFKK_BALANOTE

INCLUDE RFKK_BALANOTETOP . " GLOBAL DATA


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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKK_BALANOTE_TREE' CHANGING ct_fieldcat = fcat.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'F130BSTV' langu = sy-langu TABLES dd07v_tab = dom EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DFKK_BALANOTE' i_bypassing_buffer = 'X' " development phase CHANGING ct_fieldcat = fieldcat.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 text_question = str2 text_button_1 = text-d03 text_button_2 = text-d04 default_button = '2' display_cancel_button = ' ' IMPORTING answer = answ EXCEPTIONS OTHERS = 0.

ENQUEUE_EFKK_RECLASS * call function 'ENQUEUE_EFKK_RECLASS' * exporting * key_date = key_date * name = name * laufnr = laufnr * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.

DEQUEUE_EFKK_RECLASS * call function 'DEQUEUE_EFKK_RECLASS' * exporting * key_date = key_date * name = name * laufnr = laufnr.

FKK_SELP_EXT_CREATE CALL FUNCTION 'FKK_SELP_EXT_CREATE' EXPORTING i_sel_name = i_sel_name i_text = txt EXCEPTIONS OTHERS = 5.

FKK_SELP_EXT_OPEN CALL FUNCTION 'FKK_SELP_EXT_OPEN' EXPORTING i_sel_name = i_sel_name i_res_type = 'XA' EXCEPTIONS OTHERS = 6.

FKK_SELP_EXT_APPEND CALL FUNCTION 'FKK_SELP_EXT_APPEND' EXPORTING i_sel_name = i_sel_name i_results = restab * I_WITH_CHECK = * I_ONLY_DB_COMMIT = EXCEPTIONS OTHERS = 7.

FKK_SELP_EXT_CLOSE CALL FUNCTION 'FKK_SELP_EXT_CLOSE' EXPORTING i_sel_name = i_sel_name i_success = succ EXCEPTIONS OTHERS = 5.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = type_desc-dokclass dokname = type_desc-dokname TABLES links = links.



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