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 create new session

Former Member
0 Likes
414

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

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
Read only

Clemenss
Active Contributor
0 Likes
371

Hi raja,

  CALL FUNCTION 'Your function RFC enabled'

    STARTING NEW TASK 'TASK1'

    EXPORTING

       ... = ...

    EXCEPTIONS

      OTHERS   = 0..

Regards

Clemens