9.3.11

SAP Note 24258 - RFBVD__1 with bank directory by Dresdner Bank

Symptom:

Whe you transfer the bank directory with report RFBVD__1 or RFBVD__2, error message FU808 is displayed if the indicator 'End of record marker' is set and error message FU806, if the indicator 'End of record marker' is not set. The bank directory originates from the Dresdner Bank.
Key words: RFBVD__0, RFBVD__1, RFBVD__2, BNKA, bank data

Cause and prerequisites

The bank directory which is output by the Dresdner Bank has another format than the standard system.

Solution
Please make the following changes in program RFBVD__0: /NSE38, RFBVD__0
Enter 'FI ASSIGN WA' in the header line of the editor


* ------ Passende Workarea assignen ---------------------------------
IF XEOR = SPACE.
IF XDISK = SPACE.
ASSIGN WA(187) TO . " <-- DELETE
ASSIGN WA(189) TO . " <-- INSERT
ELSE.
ASSIGN WA(188) TO .
ENDIF.
ELSE.
IF XDISK = SPACE.
ASSIGN WA(188) TO .
ELSE.
ASSIGN WA(189) TO .
ENDIF.
ENDIF.


You have to repeat this change again after each upgrade.
When you execute program RFBVD__1 (in Release 2.2*) or program RFBVD__2 (as of Release 3.0A) for transferring bank data (Customizing menu of Accounting: Tools -> Data transfer -> Bank directory), the indicators 'End of record marker' and 'File from disk' may both NOT be set.

No comments:

Post a Comment