cancel
Showing results for 
Search instead for 
Did you mean: 

Tables where the XI Data is stored

Former Member
0 Kudos

Dear all,

Can you let me know all the tables in XI in which the data is stored.

Like where the asyncronous messages are stored(which table and what is the abap program name which gets executed to store the message id's etc in the table).

Pl list out all the tables,programs related to XI.

Also pls let me know where IDOC,Proxy,RFC related tables programs.

my mailid is srinivas5780@gmailcom

View Entire Topic
Former Member
0 Kudos

Hi,

Location of XI objects in R/3.

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.

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

Regards,

Sarvesh