cancel
Showing results for 
Search instead for 
Did you mean: 

Object of class RE and language EN does not exist

Former Member
0 Kudos

Hi All,

i have coded a wed dynpro java apps by using RFC function module.

when i'm clicking "search" button, getting an error which as follow:

Object <object_name> of class RE and language EN does not exist. , error key: RFC_ERROR_SYSTEM_FAILURE.

plz help me for this problem.

Edited by: Gautam Singh on Jun 1, 2009 11:53 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hi guys,

I know this message has been a long time ago, but I just faced the same problem and I solved it doing:

Create documentation of <object name> in SE61:

Choose Document Class: RE(Report, Function Group, Logical DB)

and language: English

Click in "Create", then activate the documentation.

Now, just try executing the program again.

Yours,

Adriano Frossard

0 Kudos

where you get program/module tool ZOBJECT

anne-petteroe
Community Manager
Community Manager
0 Kudos
Hello, While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an answer in an old thread.
Posting in older threads is not the best way to get guidance.If you're looking for help, you should ask a new question: https://answers.sap.com/questions/ask.html.Here are some tips to help you craft an effective question for our community: https://community.sap.com/resources/questions-and-answers, https://developers.sap.com/tutorials/community-qa.html, https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a... regards,
Anne
Former Member
0 Kudos

Hi,

Pls try to execute the same BAPI from backend by giving the same input. If it works then try to execute from WebDynpro. I guess the error is returned by BAPI.

Regards,

Charan

gautam_singh
Participant
0 Kudos

Hi Charan,

Well, i have alredy executed the BAPI from backend and it is working. Actually this error is coming from Wed Dynpro side.

Edited by: Gautam Singh on Jun 1, 2009 12:38 PM

Former Member
0 Kudos

Hi,

If possible, post your model input context structure. I think you are missing to set some mandatory input parameter in model execution.

Regards,

Charan

gautam_singh
Participant
0 Kudos

Hi Charan,

We have got the solution for above mentioned poblem. Actually tthere is nothing problem

from our side (i.e. Web Dynpro). Our abap team has modified the code of functional module.

Now, it is working fine.

Thanks for your kind response and help.