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 CAN I KNOW THE FUNCTION CODE OF CREATE NEW SESSION

Former Member
0 Likes
676

<b>HOW</b> CAN I KNOW THE FUNCTION CODE OF CREATE NEW SESSION?

THANKS...

<b>HOW</b> CAN I KNOW THE FUNCTION CODE OF CREATE NEW SESSION?

THANKS...

4 REPLIES 4
Read only

Former Member
0 Likes
624

from where ?

u can use /O to creare a new Session .

Regards

Peram

Read only

Former Member
0 Likes
624

Hi james

try this:

only new session.

CALL FUNCTION 'TH_CREATE_MODE'.

new Session with tcode.

CALL FUNCTION 'TH_CREATE_MODE'

EXPORTING

TRANSAKTION = 'FB03'.

Regards, Dieter

Read only

Former Member
0 Likes
624

Hi,

problem solved?

regards, Dieter

Read only

0 Likes
624

Hi

Please put a "/n" (to open a new session after killing the current session)

or "/o" (to open a new session without killing the current session)

or "/i" (to end the current session) before the below T Codes as per your requirement...

Try thistoo <b>O0</b>

<u><b>demo-like programs</b></u>

RSIMC000

RSIMC001

RSIMC002

RSIMC003

RSIMCTRX

RSIMCTST

Reward all helpfull answers

Regards

Pavan