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: 

new session

Former Member
0 Kudos

Hi all,

Could anyone help me out to create a session using a program. It's urgent.

Thanks in advance.

vijay t kumar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Vijay,

You can make use of FM <b>HLP_MODE_CREATE</b>. Just pass the Tcode, It will create a new session.

rgds,

TM.

7 REPLIES 7

Former Member
0 Kudos

Follow this link for a discussion on opening in new session.

Former Member
0 Kudos

Hi,

Explore the foll pgms.

<b> RSIMC**</b>

Rgds,

Jothi.

Mark useful answers.

Former Member
0 Kudos

Hi,

Have a look in this link.

Rgds,

Prakash

Former Member
0 Kudos

Vijay,

You can make use of FM <b>HLP_MODE_CREATE</b>. Just pass the Tcode, It will create a new session.

rgds,

TM.

former_member181962
Active Contributor
0 Kudos

Use the function modules

bdc_open_group

bdc_insert

bdc_close_group

to create a session for a bdc.

Regards,

ravi

Former Member
0 Kudos

Hi,

Please confirm me BDC session or SAP Common Session window.

Regards,

Nandha

former_member188685
Active Contributor
0 Kudos

Hi vijay,

what is your Program do..? is it BDC.

if so you can try what ever Ravi Suggested.and you need to call the FM' in the same order.

regards

vijay