- 1. Run-time error when importing T_BSEG: RFTMPBL0:
'CONNE_IMPORT_WRONG_COMP_TYPE'
- 2. When you try to hold documents, the system generates the error message F5410. The conversion with RFTMPBLU does not work, RFTMPBLD also does not delete any held documents.
- 1. The attempt was made to convert or open held documents which are older than a Release. This is not possible. The same applies if you have carried out a DDIC change for an affected DDIC structure which, for example, can be done WITHIN a release via Support Packages due to Note 192502. (Two fields have been added to structure BSEZ with Note 192502.)
- 2. The customer has copied data from another system after installation.
During this process, the non-convertible documents with the wrong version are also transferred. SE16 with table name RFDT displays the unexpected entries.
- 1. Delete the obsolete documents using report RFTMPBLD (see also the long text for error message F5410). As an alternative, you can implement the corrections (as of Release 4.0).
- 2. Using ABAP you must delete entries in RFDT, RELID BB that have the wrong version (you can only recognize a wrong version by reading the error message) in all affected clients or else you will not be able to run an error-free conversion via the RFTMPBLU program. The following program deletes all held documents in the relevant clients (use with caution and make sure you protect from misuse):
REPORT ZFTMPDEL.
TABLES: RFDT, T000
select * from t000.
DELETE FROM RFDT CLIENT SPECIFIED WHERE MANDT = t000-mandt
AND RELID = 'BB'.
Additional key words
RFTMPBLU, RFTMPBLD, CONNE_IMPORT_WRONG_COMP_TYPE
Key word: RFTMPBLU
No comments:
Post a Comment