‎2010 Jan 11 2:13 PM
Hi Exerts
i am having problem in VF02.actully we did client copy than now i am running the Transction VF02 and clicking on Accounting Button .its givng me Short Dump like this
Program "RK2RM100 " not found.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
caught in
procedure "COPA_DOCUMENT_RECORD" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
On account of a branch in the program
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
or a transaction call, another ABAP/4 program
is to be loaded, namely "RK2RM100 ".
However, program "RK2RM100 " does not exist in the library.
Possible reasons:
a) Wrong program name specified in an external PERFORM or
SUBMIT or, when defining a new transaction, a new
dialog module or a new function module.
b) Transport error
How to correct the error
Check the last transports to the R/3 System.
Are changes currently being made to the program "SAPLKEII"?
Has the correct program been entered in table TSTC for Transaction "VF02 "
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"LOAD_PROGRAM_NOT_FOUND" "CX_SY_PROGRAM_NOT_FOUND"
"SAPLKEII" or "LKEIIU06"
"COPA_DOCUMENT_RECORD"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
I
‎2010 Jan 11 6:49 PM
The problem is that your operation concern M100 program is not generated.
Check Note Note 25335 - Abend: Program RK2Rxxxx not found
Solution
If you are not using Profitability Analysis (CO-PA) with operating concern xxxx:
Delete the assignment of the controlling area to operating concern xxxx (Transaction KEKK).
If you are using Profitability Analysis (CO-PA) with operating concern xxxx:
Generate operating concern xxxx:
Transaction KEA0, "Change data structures -> Activate structure".
Then execute the function "Generate environment".
Cheers,
Chaiphon
‎2010 Jan 11 6:50 PM
If this note cannot solve your problem, search OSS Note for the word RK2RXXXX.
Cheers,
Chaiphon
‎2010 Jan 14 7:54 AM
‎2010 Jan 14 2:55 PM