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", see also attachment1.
If i look at the debugger what created the error i see that the system is looking for an project who does not exists. See also attachement2.
In form BUILD_INDEX_TABLE an internal table is used to look for projectdata . See also attachment 3 en 4.
the internal table has data from the table CNPB_INDX., see also attachment 5.
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.