cancel
Showing results for 
Search instead for 
Did you mean: 

Location of Data types, Message types and Message Interfaces on server

Former Member
0 Kudos

Hi SDNers,

I need to find the location of interface objects created on the server, where are they stored once they are created and activated on the Integration Repository Client?

Regards,

Gautam Purohit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi gautam,

Please find the repository API’s 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.

<b>location of interface objects</b>

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

/people/sravya.talanki2/blog/2007/01/11/ripping-off-sap-xi-stack-133sharing-the-goodies-of-abap-api146s

Former Member
0 Kudos

Thanks...

Answers (0)