‎2008 Jun 24 11:17 AM
Hi,
I need to create new development class 'ZCMF'.
Anyone have some idea?
Regards,
Swati
‎2008 Jun 24 12:18 PM
Development class support the distribution development of large application.Set of abap program with a common meaning are placed in the dev class. It is loosely connected with other system,Its a component of R/3 system.It also have another name called Package. Previously all the development was called dev class now especially in Netweaver it was described as Package only.
METHOD1:
u can create Package or Development class in two ways.....
=>goto object navigator(SE 80)
=>object Navigator was spited into 2 parts.one is obj selection area and another one is editing area....
=>you have 2 select the "Package" in the left side frame(object selection).....
=>Type ur Package name wit customer namespace (Z|Y) and press enter.
=>it display that the object is not created.need to create an object
=>press yes
=>it opens a new form. in that give short description.
=>giv the transport layer as HOME.click save.
=>then create ur own request 4 ur objects....
=>u can save all your development objects inside ur package.
=>to view wat all is been put into ur package, u can go to SE01-transport organiser n view the package contents.
METHOD 2:
GOTO ABAP DICTIONARY(SE11)
SELECT DATABASE TABLE
Give the table for dev class
goto Display option.
Goto MENUBAR Select UTILITIES >CONTENT OPTION>CRETE DEVELOPMENT CLASS
Give the name and short disc as discuss earlier.
i thing its useful.....
‎2008 Jun 24 11:19 AM
‎2008 Jun 24 11:19 AM
‎2008 Jun 24 11:19 AM
Hi,
Go to Tcode SE80 select Package and put your package name and press enter if it does not exist it will ask you to create it and just press yes it will create the development class.
‎2008 Jun 24 11:20 AM
Hi,
goto SE80 select package or develpment class from dropdown and type the name into the field below the drop down. Then press enter. If the class doesn't already exist, then answer the popup with yes.
Regards Rudi
‎2008 Jun 24 11:22 AM
‎2008 Jun 24 11:31 AM
Development Classes are now called packages.
To create a package:
1. Open the Package Builder initial screen (SE21 or SPACKAGE).
2. In the Package field, enter a name for the package that complies with the toolu2019s Naming Conventions
3. Choose Create.
The system displays the Create Package dialog box.
4. Enter the following package attributes:
Short Text
Application Component
From the component hierarchy of the SAP system, choose the abbreviation for the application component to which you want to assign the new package.
Software component
Select an entry. The software component describes a set of development objects that can only be delivered in a single unit. You should assign all the sub-packages of the main package to this software component.
Exception: Sub-packages that will not be delivered to customers must be assigned to the HOMEsoftware component.
Package Type
5. Choose Save.
6. In the dialog box that appears, assign a transport request.
*******Your package is created********
*Hope this is useful
Good luck,
Bhumika
‎2008 Jun 24 12:06 PM
hi,
Development Class is also Called Package So You can Create it with Package Builder SE21 oe with SE80.
Sumit Agarwal
‎2008 Jun 24 12:18 PM
Development class support the distribution development of large application.Set of abap program with a common meaning are placed in the dev class. It is loosely connected with other system,Its a component of R/3 system.It also have another name called Package. Previously all the development was called dev class now especially in Netweaver it was described as Package only.
METHOD1:
u can create Package or Development class in two ways.....
=>goto object navigator(SE 80)
=>object Navigator was spited into 2 parts.one is obj selection area and another one is editing area....
=>you have 2 select the "Package" in the left side frame(object selection).....
=>Type ur Package name wit customer namespace (Z|Y) and press enter.
=>it display that the object is not created.need to create an object
=>press yes
=>it opens a new form. in that give short description.
=>giv the transport layer as HOME.click save.
=>then create ur own request 4 ur objects....
=>u can save all your development objects inside ur package.
=>to view wat all is been put into ur package, u can go to SE01-transport organiser n view the package contents.
METHOD 2:
GOTO ABAP DICTIONARY(SE11)
SELECT DATABASE TABLE
Give the table for dev class
goto Display option.
Goto MENUBAR Select UTILITIES >CONTENT OPTION>CRETE DEVELOPMENT CLASS
Give the name and short disc as discuss earlier.
i thing its useful.....