SAP Reports / Programs

RFKK_RECLASS_DUEGRID SAP ABAP Report - Posting of Reclassification by Due Date







RFKK_RECLASS_DUEGRID is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Post Reclassifications by Due Date According to some accounting principles, you are required to display receivables separately if they have a due date more than one year in the future...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_RECLASS_DUEGRID 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

FPRECL_DUEGRID - Reclassification by Due Date


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


Text pool values


Title: Posting of Reclassification by Due Date
Text Symbol: S51 = Account Determination Only Possible for Inst.Plan Items
Text Symbol: S50 = Account Determination Only Possible for Open Items
Text Symbol: S42 = Posted Documents Were Partially Manually Reversed
Text Symbol: S41 = Posted Documents Were Manually Reversed
Text Symbol: S40 = Transfers were already performed
Text Symbol: S30 = Transfers can be posted
Text Symbol: S19 = Exports with and without transaction currency cannot be combined for key date
Text Symbol: S18 = Transfers can be posted for current currency type
Text Symbol: S17 = You cannot post with different document currencies
Text Symbol: S16 = You cannot combine exports with and without currency type for same key date
Text Symbol: S15 = Posting Area 1355: Change in Customizing
Text Symbol: S14 = Company Codes with Diff. Local Currency Types
Text Symbol: S13 = No Difference Found
Text Symbol: S12 = New Export already Posted
Text Symbol: S10 = Error in Account Determination
Text Symbol: D04 = No
Text Symbol: D03 = Yes
Text Symbol: D02 = Do you really want to delete the export?
Text Symbol: D01 = Deletion of Export
Text Symbol: C04 = Installment Plan Items
Text Symbol: C03 = Installment Plan Items - Local Crcy
Text Symbol: C02 = Open Items
Text Symbol: C01 = Open Items - Local Currency
Text Symbol: 006 = Posted Amounts
Text Symbol: 005 = Posting Proposal
Text Symbol: 004 = Exported Reclassifications
Text Symbol: 003 = Status
Text Symbol: 002 = Created On
Text Symbol: 001 = Reports For


INCLUDES used within this REPORT RFKK_RECLASS_DUEGRID

INCLUDE RFKK_RECLDUEGRIDTOP.
INCLUDE RFKK_RECLDUEGRIDAUX.


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_RECLASS_TREE' CHANGING ct_fieldcat = fcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DFKK_DUEGRID' CHANGING ct_fieldcat = fieldcat EXCEPTIONS OTHERS = 3.

ENQUEUE_EFKK_DUEGRID CALL FUNCTION 'ENQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name.

ENQUEUE_EFKK_DUEGRID CALL FUNCTION 'ENQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name laufnr = laufnr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name laufnr = laufnr.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = key_date name = name laufnr = laufnr.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = doc_head-applk.

FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = wa_det IMPORTING e_tfk033d = wa_det EXCEPTIONS OTHERS = 3.

FKK_ACCOUNT_DETERMINE_1355 CALL FUNCTION 'FKK_ACCOUNT_DETERMINE_1355'.

FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = wa_det IMPORTING e_tfk033d = wa_det EXCEPTIONS OTHERS = 3.

FKK_ACCOUNT_DETERMINE_1351 CALL FUNCTION 'FKK_ACCOUNT_DETERMINE_1351'.

ENQUEUE_EFKK_DUEGRID CALL FUNCTION 'ENQUEUE_EFKK_DUEGRID' EXPORTING key_date = act_set-key_date EXCEPTIONS OTHERS = 1.

FKK_SELP_SHOW_ERROR CALL FUNCTION 'FKK_SELP_SHOW_ERROR' EXPORTING i_msgno = '021' i_msgv1 = act_set-key_date i_msgv2 = act_set-name.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = act_set-key_date.

FKK_SELP_SHOW_ERROR





CALL FUNCTION 'FKK_SELP_SHOW_ERROR' EXPORTING i_msgno = '070' i_msgv1 = '(1)'.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = act_set-key_date.

FKK_SELP_SHOW_ERROR CALL FUNCTION 'FKK_SELP_SHOW_ERROR' EXPORTING i_msgno = '070' i_msgv1 = '(2)'.

FKK_GET_LEDGER_INFO CALL FUNCTION 'FKK_GET_LEDGER_INFO' EXPORTING i_rldnr = act_set-rldnr IMPORTING e_ldgrp_x = ldgrp EXCEPTIONS error_message = 1.

DEQUEUE_EFKK_RECLASS CALL FUNCTION 'DEQUEUE_EFKK_RECLASS' EXPORTING key_date = act_set-key_date.

FKK_SELP_SHOW_ERROR CALL FUNCTION 'FKK_SELP_SHOW_ERROR' EXPORTING i_msgno = '130' i_msgv1 = act_set-rldnr.

FKK_FKKKO_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKKO_COMPLETE_CHECK' EXPORTING i_fkkko = xfkkko1 EXCEPTIONS error_message = 1.

FKK_FKKKO_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKKO_COMPLETE_CHECK' EXPORTING i_fkkko = xfkkko2 EXCEPTIONS error_message = 1.

FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs = wa_itab-bukrs IMPORTING e_t001 = wat e_x001 = wax.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = xfkkko1-budat foreign_amount = wa_opk-betr2 foreign_currency = wax-hwae2 local_currency = wat-waers IMPORTING local_amount = wa_opk-betrh EXCEPTIONS OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = xfkkko1-budat foreign_amount = wa_opk-betr3 foreign_currency = wax-hwae3 local_currency = wat-waers IMPORTING local_amount = wa_opk-betrh EXCEPTIONS OTHERS = 6.

FKK_COMPLETE_AMOUNTS_FKKOPK CALL FUNCTION 'FKK_COMPLETE_AMOUNTS_FKKOPK' EXPORTING i_fkkko = xfkkko1 i_fkkopk = wa_opk i_request_betrh = 'X' i_request_betrw = is_betrw i_set_calc_amount = 'X' IMPORTING e_fkkopk = wa_opk EXCEPTIONS error_message = 1.

FKK_FKKOPK_ADD_CO_DEFAULT_DATA CALL FUNCTION 'FKK_FKKOPK_ADD_CO_DEFAULT_DATA' EXPORTING i_fkkko = xfkkko1 CHANGING c_fkkopk = wa_opk EXCEPTIONS error_message = 1.

FKK_FKKOPK_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKOPK_COMPLETE_CHECK' EXPORTING i_fkkko = xfkkko1 i_fkkopk = wa_opk EXCEPTIONS error_message = 1.

FKK_FKKOPK_ADD_CO_DEFAULT_DATA CALL FUNCTION 'FKK_FKKOPK_ADD_CO_DEFAULT_DATA' EXPORTING i_fkkko = xfkkko2 CHANGING c_fkkopk = wa_opk EXCEPTIONS error_message = 1.

FKK_FKKOPK_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKOPK_COMPLETE_CHECK' EXPORTING i_fkkko = xfkkko2 i_fkkopk = wa_opk EXCEPTIONS error_message = 1.

FKK_CREATE_DOC CALL FUNCTION 'FKK_CREATE_DOC' EXPORTING i_fkkko = xfkkko1 IMPORTING e_opbel = opbel1 TABLES t_fkkopk = xfkkopk1 EXCEPTIONS error_message = 1.

FKK_CREATE_DOC CALL FUNCTION 'FKK_CREATE_DOC' EXPORTING i_fkkko = xfkkko2 IMPORTING e_opbel = opbel2 TABLES t_fkkopk = xfkkopk2 EXCEPTIONS error_message = 1.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = act_set-key_date.

DEQUEUE_EFKK_DUEGRID CALL FUNCTION 'DEQUEUE_EFKK_DUEGRID' EXPORTING key_date = act_set-key_date.




FKK_SELP_SHOW_ERROR CALL FUNCTION 'FKK_SELP_SHOW_ERROR' EXPORTING i_msgid = sy-msgid i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4.

FKK_DOCUMENT_READ CALL FUNCTION 'FKK_DOCUMENT_READ' EXPORTING i_opbel = doc_head-opbel1 i_fkkdocc = xfkkdocc IMPORTING e_fkkko = xfkkko TABLES t_fkkopk = xfkkopk EXCEPTIONS OTHERS = 4.

FKK_DOCUMENT_READ CALL FUNCTION 'FKK_DOCUMENT_READ' EXPORTING i_opbel = doc_head-opbel2 i_fkkdocc = xfkkdocc IMPORTING e_fkkko = xfkkko EXCEPTIONS OTHERS = 4.



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