Application Development and Automation 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: 
Read only

How to generate System logs for inbound proxy program

former_member859847
Active Contributor
0 Likes
830

Hi Experts,

Can any one help me, how to generate system logs in

t.code SM21 when we run the inbound proxy.

I designed a test-scenario for inbound proxy by

writing a set of ABAP-code under a method.

whenever the interface runs, any system related

errors has to generate in t.code SM21.

if it possible, please let me know.

warm regards

mahesh.

Hi Experts,

Can any one help me, how to generate system logs in

t.code SM21 when we run the inbound proxy.

I designed a test-scenario for inbound proxy by

writing a set of ABAP-code under a method.

whenever the interface runs, any system related

errors has to generate in t.code SM21.

if it possible, please let me know.

warm regards

mahesh.

4 REPLIES 4
Read only

former_member859847
Active Contributor
0 Likes
749

Hi Experts,

Can any body help me.

Inorder to generate system logs in SM21 when inbound proxy has ben executed.

when any system related errors are there, those caught by 'CX_XMS_SYSTEM_ERROR' class.

where this class writtens the log and display.

regards

mahesh.

Read only

0 Likes
749

You might find this SDN Wiki article of interest:

https://wiki.sdn.sap.com/wiki/display/Snippets/ApplicationLogginginSAPUsing+ABAP

Jonathan

Read only

0 Likes
749

Hi Jonathan,

Thanks for your response.

i have the wiki-blog on application logging.

Any how, Could you please update some blog's on system logs ?

i have to genearate the system logs in SM21 when we run inbound proxy program.

or where these system logs stored( i mean in data base tables).

reward points, if it really help ful.

regards

mahesh.

Read only

0 Likes
749

Sorry for the delay - been a busy week... for system logging, we have used the function module RSLG_WRITE_SYSLOG_ENTRY - it has quite reasonable documentation with it.

Jonathan