‎2007 May 05 4:10 PM
‎2007 May 05 6:55 PM
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
‎2007 May 07 11:12 AM
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
‎2007 May 07 11:19 AM
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
‎2007 May 07 11:23 AM
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.
‎2007 May 07 11:27 AM
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).
‎2007 May 07 11:31 AM
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
‎2007 May 07 11:37 AM
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