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

question about package interface

Former Member
0 Likes
787

hi all

I am creating a structure in which I want to reference some objects from an SAP package. When I try to activate my structure. It gives the warning like "your package has no access to this external object".

Then I went to the sap package and found the objects I want to use are not included in the SAP default package interfaces.

So how can I use those objects which are not included in the SAP default interfaces?

I tried to create a new package interface to include the objects I want to use, and then in my package I added this package interface to use access. It works! But the package interface I created is in SAP namespace nad using a SAP transport package. Will there be any problems when the system is upgraded in the future.

Thanks!

Regards,

Hui

5 REPLIES 5
Read only

Former Member
0 Likes
631

Hi hui

I think ur trying to use Standard package so tyr with any name starting with Z it may solve ur problem as u know all the alphabets from A to X are used by SAP so u cant use those better try with the elements starting with Y or Z

Rewards if helpfull

Regards

Pavan

Read only

0 Likes
631

Hi pavan,

The package interface I created belongs to the SAP package, so I have to use a sap namespace.

Read only

0 Likes
631

But how can u change or assign the standard SAP package to you report upto my knowledge it will be not possible to assign standard package u have to give

ZFI or ZMM like this packages starting with Z or Y so that it may solve ur problem

Rewards if helpfull

Regards

Pavan

Read only

0 Likes
631

that's also my question.

it didn't ask me any key before I added some package interface to the sap package in a sap namespace.

Regards,

Hui

Read only

0 Likes
631

What is the package u previously assigned to ur report