cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get a List Objects from my NameSpace

Former Member
0 Kudos

Hello to All.

I need a list of objects an specifc documentation about these. ( SAP XI)

Any transaction o maybe tables , where located this objects .

Thanks and Regards

Edited by: Luis Ortiz on Oct 10, 2008 2:58 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Location of XI objects in R/3.

Please find the repository APIu2019s in the SE24 class builder that can be used for accessing repository objects from the ABAP stack of SAP XI. Check CL_SRAPI* in the SE24 transactions for digging further.

location of interface objects

CL_SRAPI_DATA_TYPE---data type

CL_SRAPI_DATA_TYPE_ENH---data type enhancement

CL_SRAPI_FAULT_MESSAEG_TYPE--fault message type

CL_SRAPI_MESSAGE_TYPE--message type

CL_SRAPI_INTEGRATION_SCENARIO--integration scenario

chek this blog for more info

Regards,

Sarvesh

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

use this thread

Former Member
0 Kudos

Hi

Well in ABAP i used SE63 for have a look at all the objects under a namespace.

Try it

Thanks

Gaurav