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

package

Former Member
0 Likes
1,077

what is package?how many fields we can define in a table?

7 REPLIES 7
Read only

Former Member
0 Likes
1,032

Hi

Packagae or the dev class means the group of related objects in SAp

for example all th objects related Sales module are grouped together under a package called ZSD, when you assign a package a request is created which is used to tranport the object to other systems.

You can create any number of fields in a table.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
1,032

Hi,

Package is a place where we can group our objects.For eg we can create our own package ZMM -to store MM related objects.ZSD -to store SD Related objects...

Reward points if it is helpful.

Regards,

Sangeetha.A

Read only

0 Likes
1,032

Hi,

Development class is calling as Package from release 4.7e onwards

i think we can create upto 999 fields in a table.

Thanks

Anji

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,032

Related objects in the ABAP Workbench are grouped together in a package. The assignment of an object to a package is entered in the object directory (TADIR). The package determines the transport layer that defines the transport attributes of an object.

Read only

Former Member
0 Likes
1,032

hi,

Package: It's also called as Develoment class.

It's a location where we can place our objects.we can place our programs ,transactions,dictionary objects under one place so that we can easily refer them later.

Ex-SLIS.

Creation of package:

go to SE80->give name ->click display->it will ask it is not htere,shall I create->click yes.

I think htere is no limit.The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted).

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,032

Hi

Package is nothing but the Deveopment Class where u can kept all ur developments.

U can create n. no.of fields for the table.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,032

Hi Param,

Packagae is the group of related objects in SAP

for example all the objects related Sales module are grouped together under a package called ZSD, when you assign a package a request is created which is used to tranport the object to other systems.

u can assign local object to $tmp i.e local package provided by SAP

You can create any number of fields in a table.

Reward points if possible.

Regards,

Hemant