cancel
Showing results for 
Search instead for 
Did you mean: 

Name Problem while creating Proxy

Former Member
0 Kudos

Dear All,

While creating a proxy we are getting warning with regards to NAMES PROBLEM.

Under Names Problem tab there are 3 comments:

1. Object Already Exists

2. Name already exists

3. Special Character / underscore at position 30 deleted.

As per my understanding the objects already exists, but I have deleted those objects create earlier by deleting the proxy.

Is there any way from where we can delete already deleted objects?

Is it because of Cache refresh, if yes than please tell how to refresh Cache in ECC system?

While activating any Functional Module in same ECC system, I can see all earlier created objects although I have deleted all of them while deleting proxy objects.

Please help!!

Regards

Edited by: Chanakya Sharma on Jun 21, 2010 11:16 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Problem resolved by deleting all obejcts in ESR and re-developing the scenario as it was not very complicated.

Unable to find proper solution.

stefan_grube
Active Contributor
0 Kudos

> 1. Object Already Exists

> 2. Name already exists

> 3. Special Character / underscore at position 30 deleted.

>

> As per my understanding the objects already exists, but I have deleted those objects create earlier by deleting the proxy.

Table structures are not deleted automatically. Check in SE80 for all objects created with SPROXY.

The issue could happen also, when name of data type, message type and message interface is equal. Then the creation ot the data type objects fails, is there is already an object related to message type.

For proxy genaration you should name all ojects with a prefix, like DT for data type.

former_member192079
Participant
0 Kudos

Hi,

If u r using a naming convention of DTxx, MTxx...., then it "_" is added while creating the proxy.

Try using Upercase charecters, once in object name.

like :use "MTinputsource" , rename any object with name like " MTinputSource".

and then regenerate abap proxy.

hope it helps..

Rgards,

AR

Former Member
0 Kudos

Thanks a lot for the responses.

@Stefen: The proxy objects are not present in SPROXY but when checked in Transport Organizer, all objects are present in one particular Transport Request.

Will it work if I delete all objects from that particular Transport request?

I am using MT and DT style naming convention.

Regards

stefan_grube
Active Contributor
0 Kudos

> @Stefen: The proxy objects are not present in SPROXY but when checked in Transport Organizer, all objects are present in one particular Transport Request.

Check SE11, if the objects are there.

Former Member
0 Kudos

Dear All,

I didnt get any solution to the problem, so I redeveloped the scenario by deleting all objects from ESR. THe scenario was not complicated so didget invest much time.

After re-creating the objects it worked well in one shot!!!

Thanks a lot for everyone's help.

Regards

Chanakya

Shabarish_Nair
Active Contributor
0 Kudos

when you right click and delete the proxy, use the option delete all objects

Former Member
0 Kudos

Hi,

I did the same way, than too getting the same issue.

regards