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

Devolopment class

Former Member
0 Likes
1,174

Hello gurus

i am new to enhance ment and abap too

please tel me how to create Devolopment class

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,144

hi,

try this

Transaction SE80 has an "Edit Object" button. You can use it to create a new development class. The name must start with Y or Z.

In Version 6.10 and later, the term "development class" has been replaced with "package".

Regards,

Anirban

7 REPLIES 7
Read only

Former Member
0 Likes
1,145

hi,

try this

Transaction SE80 has an "Edit Object" button. You can use it to create a new development class. The name must start with Y or Z.

In Version 6.10 and later, the term "development class" has been replaced with "package".

Regards,

Anirban

Read only

Former Member
Read only

Former Member
0 Likes
1,144

Hi,

to create a development class-Package he steps are as follows:

goto SE80.

give as "package" in the first blank n also enter the "name of the package" <eg: zxxx> u want to create in the second blank.

now click "enter".

the system by itslef wil ask for creating the package. now give "yes"

now give the short description and the transport layer as "HOME" in the window that pops up. and click "save" icon down below in that window.

now ur package is created(with a unique transport request)

and u can put in all ur objects in this package u created.

to view wat all is been put into ur package, u can go to SE01-transport organiser n view the package contents.

goto SE80 object navigator

choose package option

enter the package name...in the text box...

and then press enter

it would say ur package does not exist...

choose create option

choose yes option...

enter a short description for package...

u can also create a request for ur program in tht package

go with abap dictionary->select database table->provide the table for dev classs eg. V_TDEVC-> go for display option-> select utilities->select contents option-> select create dev class,

provide the name and short text,software component->create req.no.

with this dev class will be created

or

Use the transaction SE80.

1. Select "Package" from the list box.

2. Enter "ZEST" in the below text box

3. Press "Enter".

4. It will ask you whether to create.

5. Sy "Yes".

6. Give Short Description

7. Click Save button.

check this

With thanks & regards,

Sravani yendru.

Read only

Former Member
Read only

Former Member
0 Likes
1,144

Hi,

Go to transaction SE21 and give your package name starting with Z, click enter and you will be asked to enter the details like software component, package type.

All the best

Regards

Jerry

Read only

Former Member
0 Likes
1,144

Hi Rohan,

go thru this link it is very useful.

http://sap.mis.cmich.edu/abap4/knowbase/Create-Dev-Class.pdf

Reward points if helful.

cheers,

sowjanya.

Read only

Former Member
0 Likes
1,144

THANKS