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

Custom Objects?

Former Member
672

Please let me know

what is meant by custom objects?

List the objects comes under custom objects?

regards,

vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

Anything that a custom creates in the SAP system will start with a Y or Z. These objects are called Custom objects.

You can look for objects starting with Y or Z in TADIR table and you will get the list.

Regards,

Ravi

Note : Please close the thread if the question is answered.

3 REPLIES 3
Read only

Former Member
0 Likes
635

Anything that a custom creates in the SAP system will start with a Y or Z. These objects are called Custom objects.

You can look for objects starting with Y or Z in TADIR table and you will get the list.

Regards,

Ravi

Note : Please close the thread if the question is answered.

Read only

Former Member
0 Likes
634

Hi,

The objects prepared by the ABAP developer as enhancement or to achieve some additional functionality are called as Custom objects.

These are different from the standard SAP objects.

You can modify these custom objects.

There are objects starting from name "Z" or "Y".

Regards,

Tanveer.

Please mark helpful answers.

Read only

Former Member
0 Likes
634

Hi vijay,

1. Custom Objects means,

any objects like Tables, Programs, Data Elements,

Sapscript layouts,

which a customer can create.

2 BUT there is RESTRICTION

on the NAMING CONVENTION of such objects.

3. The name should always start with either

Y or Z

4. THIS IS CALLED CUSTOMER NAMESPACE.

5. There are some other objects which

need to start with ZZ, or YY

regards,

amit m.