‎2008 Jul 23 8:15 AM
Hello gurus
i am new to enhance ment and abap too
please tel me how to create Devolopment class
‎2008 Jul 23 8:19 AM
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
‎2008 Jul 23 8:19 AM
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
‎2008 Jul 23 8:33 AM
Hi Rohan,
Refer to the link below:
http://help.sap.com/saphelp_46c/helpdata/en/d1/801972454211d189710000e8322d00/content.htm
http://www.sap-img.com/abap/how-to-change-the-development-class.htm
With luck,
Pritam.
‎2008 Jul 23 1:47 PM
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.
‎2008 Jul 23 1:51 PM
Hii!
Check out these links
http://www.synactive.com/docu_e/doc_sapwr.html
http://www.sap-img.com/abap/how-to-change-the-development-class.htm
Regards
Abhijeet
‎2008 Jul 23 1:52 PM
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
‎2008 Jul 24 10:35 AM
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.
‎2008 Aug 07 6:42 AM