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

Need to create development class

Former Member
0 Likes
1,466

Hi,

I need to create new development class 'ZCMF'.

Anyone have some idea?

Regards,

Swati

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,180

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.....

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
1,180

hi,

u can create using se21 transaction.

Read only

alpesh_saparia3
Active Contributor
0 Likes
1,180

Hi,

Use SE80, give development class and say create.

Read only

Former Member
0 Likes
1,180

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.

Read only

Former Member
0 Likes
1,180

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

Read only

Former Member
0 Likes
1,180

Hi,

Go through this link:

Regards

Adil

Read only

Former Member
0 Likes
1,180

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

Read only

Former Member
0 Likes
1,180

hi,

Development Class is also Called Package So You can Create it with Package Builder SE21 oe with SE80.

Sumit Agarwal

Read only

Former Member
0 Likes
1,181

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.....