cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in ABAP Proxy Generation

former_member343107
Participant
0 Kudos

Hi All,

I tried to generate an ABAP proxy for outbound message interface "Interface_ABC", which is under software component "DEF".

In our development system, I had successfully created ordinary function modules and structures under the package "/XYZ/UVW" using the prefix "/XYZ/".

When I began the proxy generation, the system asked me to specify the package and prefix. So I specified the package to be "/XYZ/UVW" and prefix to be "/XYZ/".

Then a warning window pops up. It reads "Package /XYZ/UVW does not belong to DEF". I clicked "OK". The "Create Proxy" screen shows up. Then I clicked the "Save" button. This time an error window pops up. It reads "Cannot extend package /XYZ/UVW". The action is thus cancelled by the system.

Does anybody know what is the reason for this problem and how to solve it?

Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check the properties of the package in which you are tyring to save the PROXY.

In your case it looks like the property PACKAGE NOT EXTENDABLE is switched on. Once you uncheck you should be able to save the proxy in that package.

Regards,

Ravi

Note : Please reward points if you find the answer useful.

former_member343107
Participant
0 Kudos

Thanks very much for the information.

Best Regards

Jeorme

Answers (1)

Answers (1)

Former Member
0 Kudos

use prefix Z only.

regards

SKM