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

create own project

Former Member
0 Likes
730

Hi all,

I want to create my own project insted of keeping the reports in temp.

any one help me how to do it

5 REPLIES 5
Read only

Former Member
0 Likes
645

Hi,

Can u tell me little bit clear ? Temp means temporary storage location or someother ?

Read only

Former Member
0 Likes
645

Hi vamsi,

I'm little bit confused of ur question plz be clear and explain clearly

Regards,

Pavan

Read only

kostas_tsioubris
Contributor
0 Likes
645

Hi,

you propably mean package. You can create a new package in transaction SE80.

Also look here /people/thomas.weiss/blog/2007/04/17/abap-trial-version-for-newbies-part-7-creating-a-program-and-a-package--an-introduction-to-the-sap-change-and-transport-system .

Kostas

Read only

Former Member
0 Likes
645

Hi Vamsi are you taking about the space that is provided in the application server to upload the files....

That storage location temp.... Than that is the task of Basis people I think so.

Also there is confusion still in my mind bz while doing user exit you have to make a project ...so are you talking about that ..for that you have to create using T code

CMOD

Regards

Jayant

<b>Please award if helpful</b>

Read only

Former Member
0 Likes
645

Hello,

Go to Transaction code SE80. Provide the package name & press enter. If the package will not be available then system will ask you to create a new one.

For assigning package to local objects in se80 select local objects. Then provide the user name. Right click on the object -> other Functions ->Change package assignment.

You do not put a package to or into a program but ASSIGN a report to a package. To reassign a report to a new package (e.g. from $TMP to z-package) call transaction SE80 and right-click on the report name in the tree display. Choose the following function in the context menu:

Other Functions -> Change Package Assignment

Tcode for creating package is SE21

Reward points if useful..

Regards

Nilesh