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: 

RS_EU_CROSSREF -> OBJ_CLS Definition wanted

Former Member
0 Kudos

Hello,

SAP stores Infos about Development Objects (Classe, Methods, Includes, Programs etc) inside these two major DB-Tables:

EUOBJ and

EUOBJEDIT  ( "Type" of Dev-Obj.) via RS_EU_CROSSREF it is possible to look for Dependencies between them.

One Input Parameter is called OBJ_CLS ...

Does someone know the Definition of OBJ_CLS ..... a Class of Development Objekts ???? where do I get more Infos ???

what makes me wonder is the following:

A "Programm" (Type: P) can have 4 OBJ_CLS?s ...

P          ( do not know)

PH       ( do not know)

PROG  ( do not know)

REPS  (I assume these are Report`s )

thx for answering ...

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Not sure where you want to go, please explain more about the context, what are you trying to solve?

EUOBJ is the master table behind the OBJ_CLS values. You find all the RTR3 object types there (as in TADIR, for example PROG), also the partial LIMU object types (like REPS, REPT, DYNP...), plus internal types (P, PH, many others) probably used for Development Workbench navigation and other things. I doubt that there is official documentation for these internal types.

Try going through the where-used-list of RS_EU_CROSSREF to find out more.

Thomas

6 REPLIES 6

ThomasZloch
Active Contributor
0 Kudos

Not sure where you want to go, please explain more about the context, what are you trying to solve?

EUOBJ is the master table behind the OBJ_CLS values. You find all the RTR3 object types there (as in TADIR, for example PROG), also the partial LIMU object types (like REPS, REPT, DYNP...), plus internal types (P, PH, many others) probably used for Development Workbench navigation and other things. I doubt that there is official documentation for these internal types.

Try going through the where-used-list of RS_EU_CROSSREF to find out more.

Thomas

0 Kudos

Context: I´m trying to make my own Lookup for our Development Objects (more than one Objekt than can be"lookedup" ,   ALV-List etc ...) The where-used-list brings up some question (one of the Reason for my Post in SCN).

thx

raymond_giuseppi
Active Contributor
0 Kudos

To get a small description of those objects follow : from parameters I_FIND_OBJ_CLS and I_SCOPE_OBJ_CLS -> EUOBJ-ID "Object type" -> EUOBJ-TYPE "Workbench: Internal type (w/o directory)" [-> EUOBJEDIT-TYPE] -> text table EUOBJT-STEXT "Explanatory short text"

For your question

  • P         Program
  • PH       Enhancements
  • PROG  Program
  • REPS  Program

Regards,

Raymond

0 Kudos

thx, maybe our Releases differ ....In Table EUOBJT there is no tuple: PH,PROG or REPS  only P and REP ....

amy_king
Active Contributor
0 Kudos

Hi Peter,

The texts for object types (data element SEU_OBJ) are stored in database table EUOBJT. This is the text table for database table EUOBJ.

Cheers,

Amy

Former Member
0 Kudos

thx, but in my Opinion EUOBJT describes only EUOBJ Types ! not the EUOBJ`s ..  EUOBJ KEY-FIled ID = char15, in Table EUOBJT KEY-Field is Type = Char3

I`m looking for:" the Description of EUOBJ" or "what means Object_Class" or "how is the Hierarchy of Development Objects". (by the way EUOBJ = means Entwicklungsumgebung-Objekte =  DevelopmentEnviroment-Objects ...)