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

error in session method ?

Former Member
0 Likes
457

How to handle error in session method ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Go to t.code:sm35

In that we have one option LOG...

In session method, system can handle errors by providing logfile implicitly.

3 REPLIES 3
Read only

Former Member
0 Likes
441

Go to t.code:sm35

In that we have one option LOG...

In session method, system can handle errors by providing logfile implicitly.

Read only

Former Member
0 Likes
440

You will not have to do anything to handle errors in session method. Session Messages would be displayed in Transaction SM35 when you release the session under session analysis.

Check these threads.

Regards,

Maha

Read only

Former Member
0 Likes
440

while to tranfer the data from the through if any errors occurs until the errors are the complete the data is not tranfer to the sap system.

the system compalsory shows the errors .that errors are stored into the error logs (Trasaction is SM35).

so the sesion method should not return any value.

in call trasaction method data is directly pass to the sap system.

so its compalsory return the value.

because of the call trasaction is the funtion.

a funtion should return the value madatory.