SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKPNMD00 SAP ABAP Report - Postprocess Prenotification Return File







RFKKPNMD00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for After you have imported a return file from the bank containing business partner data to be updated, you run this program to postprocess data that the system did not update due to errors...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 RFKKPNMD00 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

FPPN5 - Postprocess Prenotification Return F


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 RFKKPNMD00. "Basic submit
SUBMIT RFKKPNMD00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKPNMD00 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: P_EXE_NV = Without Variant
Selection Text: P_EXE_VA = With Variant
Selection Text: S_GPART = D Business partner
Selection Text: S_LAUFD = D Date ID
Selection Text: S_LAUFI = D Identification
Selection Text: S_VKONT = D Contract Account
Selection Text: VARIANT = Variant
Title: Postprocess Prenotification Return File
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = List Layout
Text Symbol: 103 = No Variant created
Text Symbol: 104 = Inconsistent Variant
Text Symbol: 200 = Error Message Text
Text Symbol: 201 = Exception Type


INCLUDES used within this REPORT RFKKPNMD00

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:

FKK_UPDATE_ERRORS_READ CALL FUNCTION 'FKK_UPDATE_ERRORS_READ' EXPORTING IV_LAUFD = SELTAB-LAUFD IV_LAUFI = SELTAB-LAUFI IV_GPART = SELTAB-GPART IV_VKONT = SELTAB-VKONT TABLES ET_DFKKURE = IT_DFKKURE EXCEPTIONS DATA_INCORRECT = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'DFKKURE' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = G_VARIANT * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = OUTPUT_LIST EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

FKK_UPDATE_ERRORS_RETRY CALL FUNCTION 'FKK_UPDATE_ERRORS_RETRY' TABLES CT_DFKKURE = LT_DFKKURE EXCEPTIONS ACTIVE_RUN_EXIST = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

FKK_UPDATE_ERRORS_DELETE CALL FUNCTION 'FKK_UPDATE_ERRORS_DELETE' TABLES CT_DFKKURE = LT_DFKKURE.

LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT * IT_DEFAULT_FIELDCAT = I_SAVE = G_VARIANT_SAVE IMPORTING E_EXIT = H_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

LVC_VARIANT_EXISTENCE_CHECK CALL FUNCTION 'LVC_VARIANT_EXISTENCE_CHECK' EXPORTING I_SAVE = G_VARIANT_SAVE CHANGING CS_VARIANT = G_VARIANT EXCEPTIONS OTHERS = 01.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_VARIANT_SAVE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.

LVC_VARIANT_SELECT CALL FUNCTION 'LVC_VARIANT_SELECT' EXPORTING I_DIALOG = ' ' I_USER_SPECIFIC = G_USER_SPECIFIC * I_DEFAULT = 'X' IT_DEFAULT_FIELDCAT = GT_FIELDCAT_LVC[] IMPORTING E_EXIT = H_EXIT ET_FIELDCAT = GT_FIELDCAT_LVC[] ET_SORT = GT_SORT_LVC[] ET_FILTER = GT_FILT_LVC[] TABLES IT_DATA = IT_DFKKURE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS WRONG_INPUT = 1 FC_NOT_COMPLETE = 2 NOT_FOUND = 3 PROGRAM_ERROR = 4 OTHERS = 5 .



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