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

New Session

Former Member
0 Likes
903

Hi all

How to open new session through programs?

7 REPLIES 7
Read only

Former Member
0 Likes
879

How to type "new session" in the search box and click on search button?

Read only

Former Member
0 Likes
879

One way - writee a small BDC code for command '/o' and place it in the program.

Regards,

Mohaiyuddin

Read only

0 Likes
879

can you provide a sample code

Read only

0 Likes
879

It's very easy. .

Go to SHDB and record a transaction by entering /o in command field and covert it into program (using option available in SHDB)..

Code will be available in the program.

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
879

There is a function module you can call you just pass to it the transaction code.

Search the fourm for its name, i cannot be bothered, just like you couldn't.

Read only

Former Member
Read only

Former Member
0 Likes
879

Hi

Try to call the transaction S000 in your program..

call transaction 'S000"

Remember, it is three zero's after S.

Satya.