Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem With VF02

Former Member
0 Likes
828

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

4 REPLIES 4
Read only

chaiphon
Contributor
0 Likes
705

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

Read only

chaiphon
Contributor
0 Likes
705

If this note cannot solve your problem, search OSS Note for the word RK2RXXXX.

Cheers,

Chaiphon

Read only

Former Member
0 Likes
705

fix it

Read only

0 Likes
705

How did you fix it?