Application Development 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: 

Listing of all custom objects - ABAP programs, Tables, User Exits, etc..

Former Member
0 Kudos

Is there a way to obtain a list of all custom objects created in SAP? Programs, Function modules, RFCs, Tables, User Exits, etc..

Points will be rewarded.

Thanks in advance!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check this link.Customer Name Ranges:

http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm

You can also browse through Workbench Requests in Tranasactions SE01/SE09/SE10.

4 REPLIES 4

Former Member
0 Kudos

Check this link.Customer Name Ranges:

http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm

You can also browse through Workbench Requests in Tranasactions SE01/SE09/SE10.

Former Member
0 Kudos

Hi Frank,

Create a program using the following tables

PROGDIR, "View of REPOSRC (INF Part, with R3STATE)

TRDIR, "System Table TRDIR

TFDIR, "Function Module

TADIR, "Directory of Repository Objects

with a select on TADIR like

SELECT *

FROM TADIR

WHERE OBJ_NAME LIKE 'Z%'.

All customer created objects must begin with Z*

Kind Regards

David Cooper

former_member156446
Active Contributor
0 Kudos

Hi Frank

if you know the list of all development class / development package generally you ppl save any custom object you can check the package in SE80 > Package > you will have the list, of all custom developements..

Former Member
0 Kudos

Hi,

In continuation to the discussion of custom objects -

I have come across Domains that begin with Z , but it seems they are delivered by SAP (ie - standard objects) .

So, SAP also delivers objects that begin with Z ..

Can anybody verify this ???

Example -

Domain ZEBKN . If you go to se11 and see this domain's Properties - It is assigned to a standard SAP package. Also, the Where-used list reveals standard Data Elements (BBPZEBKN, DZEBKN) which are used in standard fields of standard tables/structures (BBPPOGNA-SERIAL_NO and BANF_COMM-ZEBKN respectively ).

All these data elements and structures also belong to standard SAP packages and lie within standard SAP namespace. Also, if one goes to Version management, there is one version of the domain. The version has no request number and the author is showing as SAP.

*So, can anybody verify if these data objects beginning with Z have been delivered by SAP ?? *.

Other examples -

Domains - ZEIAR, ZEILE, ZEILEN_ID, ZEILT, ZEINR, ZEITB, ZEITBI, ZEITE, ZEITG, ZEITP, ZEITY, ZERMA, ZEROR