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

y-objects

Former Member
0 Likes
2,408

hello,

In real time wht are Yobjects?

How can we identify developing or uncompleted objects ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,204

genearlly all inactive objects will be under devlopement objects.

All the inactive objects can be found using transcation:SWRK.

you can also navigate to this transcation from SE80->Environment->Inactive Objects.

18 REPLIES 18
Read only

Former Member
0 Likes
2,204

Hi

objects that are developed other than SAP is Y or Z objects.

You can get the details of the Developing and uncomplete objects from the table TADIR,

which contains the details of all repository objects.

DONT FORGET TO CLOSE THE THREAD

Regards

Hareesh Menon

Read only

0 Likes
2,204

can u tell me which field of tadir will indicate the uncompleted objects ?

thanks in advance

Read only

0 Likes
2,204

hi

check with the field

TADIR-OBJSTABLTY

Read only

Former Member
0 Likes
2,204

Hi,

Y objects are just the custom objects which have not been assigned a transport package and they are just created in the system without being transported, as a nomenclature, only Z objects have to be transported.

PS: Although Y objects can be assigned a developemnet package and trsnported, but a good programming practise it is supposed to be not,

Regards,

Mansi.

Read only

matt
Active Contributor
0 Likes
2,204

>

> PS: Although Y objects can be assigned a developemnet package and trsnported, but a good programming practise it is supposed to be not,

> Regards,

> Mansi.

That's just a widely used convention - nothing to do with programming practice, really. But I've worked on sites where other conventions have been used - e.g. Y developments are global, Z for local.

matt

Read only

Former Member
0 Likes
2,204

if i intreprit correctly,

y objects are nothing but the objects in customer namespace. if you are doing some custom devlopements , you need to start it with Y or Z .

All the inactive objects can be found using transcation:SWRK.

you can also navigate to this transcation from SE80->Environment->Inactive Objects.

Let me know if this what you are looking.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
2,204

Hi

The strong area in SAP is divided into 2 types.

1. SAP Name Space

2. Customer Namespace.

All the SAP Standard developments,objects given by SAP will store in SAP Name space and naming convention for this is : A-X i.e any program or function module or anything starts with A-X , we can treat that as SAP Name Space Object.

Customer Namespace: Developer Developed(Custom) Objects will store in Customer Namespace and starts with Y or Z.

any program or function module or anything starts with Y/Z , we can treat that as Customer Name Space Object.

All the Developments will store in TRDIR table.

Incomplete objects are nothing but inactive objects.

The above table contains only active objects.

Regards,

Sreeram Kumar.Madisetty

Read only

Former Member
0 Likes
2,204

Hi .

Y Objects are customizing objects.

Whichever objects are inactive are developing objects.

Regards,

Sowjanya

Read only

0 Likes
2,204

how can we identify the uncompleted objects? on what parameter s base we can identify the uncompleted objects?

Read only

matt
Active Contributor
0 Likes
2,204

>

> Hi .

>

> Y Objects are customizing objects.

> Whichever objects are inactive are developing objects.

>

> Regards,

> Sowjanya

Incorrect.

Read only

Former Member
0 Likes
2,205

genearlly all inactive objects will be under devlopement objects.

All the inactive objects can be found using transcation:SWRK.

you can also navigate to this transcation from SE80->Environment->Inactive Objects.

Read only

0 Likes
2,204

Iam not authorized to use SWRK ,is there any alternate T-code for it?

Edited by: ishwar rao on Mar 10, 2009 9:51 AM

Read only

0 Likes
2,204

you can also navigate to this transcation from SE80->Environment->Inactive Objects.

Read only

0 Likes
2,204

Did you try SE80 - > Inactive Objects.

Read only

0 Likes
2,204

go to sE37.

call FM; Call_transaction_from_table

Give TCODE = SWRK as i/p.

this will by pass the authorization check and see if it meets your requireemnr. if yes, then permamanet solution would be you ask your basis team for authorization of SWRK.

Read only

0 Likes
2,204

Use this.

Table - REPOSRC.

Field - R3STATE ( ABAP: Program Status (Active, Saved, Transported...)

Alslo try this fm.

RS_INACTIVE_OBJECTS_LIST

Note : Plz close the thread if your query is answered.

Read only

0 Likes
2,204

thanq

Read only

Former Member
0 Likes
2,204

thanq for the all the answers