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: 

Starting a std task

Former Member
0 Kudos

Hi All,

I have a scenario in which I have to start a std task, which is instance independent.

So I am using FM SWW_WI_START .

We will also be able to start the same using FM SWE_EVENT_CREATE. Event is triggered even if I do not pass objkey to this FM for my object.

But should we use this FM even if if we do not have object key? ( as in this case it is instance independent)

Pls. suggest.

Regds,

Akshay

6 REPLIES 6

former_member188685
Active Contributor
0 Kudos

I think Object key is required but i don't know how you are able to trigger...

regards

vijay

0 Kudos

Hi Vijay,

I have checked the same using SWE_CREAT_EVENT FM passing objkey parameter blank.

Now only point is whether it should be used in such cases or should we use SWW_WI_START?

Regds,

Akshay

0 Kudos

If you Have Objkey use that , or else go for the

FM SWW_WI_START

regards

vijay

0 Kudos

Hi if you don't pass nothing will hapen in such cases...

But some cases you may have problem..

so go for the other fm..

regards

vijay

0 Kudos

go for other FM means? SWI_WI_CREATE FM right?

0 Kudos

Yes Use this FM SWI_WI_CREATE , to avoid confusion.

Some times you have problems,but not always..

so use SWI_WI_CREATE itself.

if you have ny confusion..

regards

vijay