cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the java stack table "xi_af_msg" from the ABAP engine.

Former Member
0 Kudos

Hello Guys,

How to access the java stack table "xi_af_msg" from the ABAP engine.

I need to access this table.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

These 3 are the tables that are for XI Adapter in ABAP Stack.

SWFRXICNT

SWFRXIHDR

SWFRXIPRC

You can also try the following tables.

SXMSAEADPMOD XI: Adapter and Module Information

SXMSAEADPMODCHN XI: Adapter Module Chains

SXMSAEAGG XI: Adapter Runtime Data (Aggregated)

SXMSAERAW XI: Adapter Runtime Data (Raw Data)

Cheers,

Sarath.

Award if helpful.