Application Development 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: 

Window RUEKOPF is not defined for form ZWESCHEINV3

former_member191434
Participant
0 Kudos

Hi Guru,

I have encountered an issue whose possible resolution i am not able to meet.

The issue is like this :

While performing MIGO for the Return Delivery user is successfully getting the maerial document number . But when user trying to perfor /n or anyother transaction following message is appearing (Note: For Good Receipt user is not getting any message)

SAPoffice info.
Express document "Update was terminated" received from author "User_Name".

The detailed analysis of this error message done using SM13. which is showing there is some error occured in Function module RV_MESSAGE_UPDATE

30	RV_MESSAGE_UPDATE	V1	Error (no retry)

The Update Header (ctrlshftF8) Information of this error showing details like below :

Update key      37AD64DF8023F1F1AAB2001F29E3A344
Client          505
User            408020
Date            21.05.2010  Time       09:48:39
Language        EN
Account
Report          SAPLMIGO
Transaction     MIGO
Enqueue key     20100521094825425000001277sap705..........................
Context         :E:
Information     (53) =  SYNC_VB, DONT_PROCESS_AGAIN, VB_WITH_ENQUEUE, VB_ENQUEUES_RELEASED,
UD Ret. Code    9
Status          Update was terminated
Update server   sap705_P03_77
UD Client       sap705_P03_77
Local time zone CET
Time Offset     1

Error details   Class:     TD         Number:    426
Window RUEKOPF is not defined for form ZWESCHEINV3
Report     LSTXCU03             Row        101

Here i am getting error information for that particular function module that Window RUEKOPF is not defined for form ZWESCHEINV3.

Error details   Class:     TD         Number:    426
Window RUEKOPF is not defined for form ZWESCHEINV3
Report     LSTXCU03             Row        101

The single test (ctrlshftF9) in Sm13 of that particular function module shows the following error message

Window RUEKOPF is not defined for form ZWESCHEINV3

After going through the help text of the above error message I have found following

Diagnosis
The specified window is not defined in the form

I have checked the form ZWESCHEINV3 in SE71. The window RUEKOPF is present over there.

So what might be the reason for getting this error and what approach we should take to resolve this.

Thanks & regards

Saifur Rahaman

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

did you check if it's RÜKOPF or RUEKOPF?

Regards, Dieter

12 REPLIES 12

Former Member
0 Kudos

Hi,

did you check if it's RÜKOPF or RUEKOPF?

Regards, Dieter

0 Kudos

Hi ,

In the form ZWESCHEINV3 it is RÜKOPF .

No window like RUEKOPF is there in form ZWESCHEINV3 .

But the error what it is throwing in single test in SM13 of the function module in RV_MESSAGE_UPDATE it is "RUEKOPF".

Thanks & regards

0 Kudos

Hi,

it's an SAP-Error. Have a look to OSS-Note 1008674.

The Report SAPM07DR in M07DRE03 calls RÜKOPF, in Formular are RUEKOPF.

Hope it helps.

Regards, Dieter

0 Kudos

Hi,

I have gone through the OSS note you have provided.. There i can able to find that This is for error message whose TD = 427

Symptom
When you print a collective slip for areturn delivery, the update
terminates in function module RV_MESSAGE_UPDATE. *The error message is TD*
*427.*

But if you check my case

Error details   Class:     TD         Number:    426

So I would like to know how far this ossnote will helpout to resolve issue like my case

Thanks & regards

Saifur Rahaman

0 Kudos

Hi,

i'm not sure if 427 or 426 correct. But if you look into report you can see,

that it nust be an dump.

Die you try to import the note via SNOTE?

Another way it to update SAPM07DR

or copy it to an Z-Report update this and use it as Print-Report.

Regards, Dieter

0 Kudos

Hi,

No I have not tried.

What to do...how I should approach....

With addition to previous - this issue is only coming in PRD server not in quality server for the same business scinario.

Thanks & regards

Saifur Rahaman

Edited by: Saifur Rahaman on May 28, 2010 5:03 PM

0 Kudos

hi,

take tcode SNOTE, Download OSS-Note, and install it.

If you don't have the authority, ask your basis.

regards, Dieter

0 Kudos

Hi ,

i mean to say trying is not the issue...

But i am thinking about the implicacies of OSS-Note 1008674

Thanks & regards

Saifur Rahaman

0 Kudos

Hi,

do the sevaral system have the same release and patch-levels?

Are SAPM07DR and M07DRE03 on the same level?

Do you user Report SAPM07DR?

Regards, Dieter

Edited by: Dieter Gröhn on May 28, 2010 1:47 PM

0 Kudos

Hi.

Yes the sevaral system have the same release and patch-levels?

SAPM07DR and M07DRE03 on the same level -- Yes

Yes the Report SAPM07DR have been in use

Program                   SAPM07DR
Form Routine              ENTRY_WE03
Form                      ZWESCHEINV3

Thanks & regards

Saifur Rahaman

0 Kudos

Hi,

Does really in PRD M07DRE03 and ZWESCHEINV3 has the same call for RÜKOPF/RUEKOPF

as the DEV or TEST-system?

If it is, does you really do the same Test?

If it is, i don't know where the mistake is, sorry.

Regards, Dieter

0 Kudos

Hi ,

In PRD The window in the form ZWESCHEINV3 = RÜKOPF + window in the prog M07DRE03 = RUEKOPF.

In Dev and the quality server it is the same.

& regarding test case let me confirm with my functional.

Thanks & regards

Saifur Rahaman