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: 

where is your package in application component structure?

Former Member
0 Kudos

Hello, I am new to ABAP. I was trying to find the reply here but was not succesfull. Here is the question. I created the package ZFFD and did not put any component application name while I created it. Now I want to find my package ZFFD but where this package is?

How to find it?

Which component the system is assigned if you don't put any name there?

Thank you!!

2 REPLIES 2

Rodrigo-Giner
Active Contributor
0 Kudos

I don't understand teh question. You can find the Package in SE80 select package in the combo box and ZFFD.

Or when you create or modify an object you can select the package.

Regards

Clemenss
Active Contributor
0 Kudos

Hi,

as Rodrigo already said, you may choose in SE80.

In the package attributes you assigned an application component and a software component.

Starting quite recently (couple of years ago) SAP startet to use a 'real' package hierarchy defining package interfaces. I don't know exactly how that works, usually it may be ignored.

Just find any other existing Z package in your system and use the same attributes, just a new name and description.

Don't assign  it to $TEMP but to Software component HOME.

Regards,

Clemens