hi all
When i try to open the transaction CJ20N the SAP system will dump.
The dump is an CONNE_IMPORT_WRONG_COMP_LENG, CX_SY_IMPORT_MISMATCH_ERROR exception.
I receive the message " Error when attempting to IMPORT object "PROJ",
If i look at the debugger what created the error i see that the system is looking for an project who does not exists.
In form BUILD_INDEX_TABLE an internal table is used to look for projectdata .
the internal table has data from the table CNPB_INDX.,
Some how i get the idea that SAP is holding data of a project which is deleted. I would like to try to delete all the buffers for my current user
or another buffer who has this data, but i did not found any solution how i can achieve this. Does anybody know how i can do this?
Or do you know another solution for my problem?
Transaction CJ2B also returns a dump unfortunately.