Application Development 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: 

How to create new session

Former Member
0 Kudos

Dear Experts

I am working on call transaction method inwhich i need to create a session for all error records.

How can we create session, please suggest me.

Regards

Raja

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

1 REPLY 1

Clemenss
Active Contributor
0 Kudos

Hi raja,

  CALL FUNCTION 'Your function RFC enabled'

    STARTING NEW TASK 'TASK1'

    EXPORTING

       ... = ...

    EXCEPTIONS

      OTHERS   = 0..

Regards

Clemens