on 2009 Jun 01 7:23 AM
Hi ,
While creating the methods in SWO1 , i m confusing what to select
i mean dialog or non-dialog , synchronous or asynchronous , return a result and instance-dependent/independent
could you please . tel me what these all about
surya .
There have been several links to explain options on the task that were in the original question, so this question is assumed to be answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Also see this [Link|https://wiki.sdn.sap.com/wiki/x/8YBVAw ].
Regards,
Surjith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In business object we have four options
1. Dialog
2. synchronous
3. instant independent
4. result parameter
Dialog:
If there is any user interaction then u need to select method type as Dialog
Synchronous:
For background processing we need to select snchronous type method
this will return the following parameters
return parameters
one result
exceptions
Instant independent :
If the method is not depending up on the key fields of the Business object then we need to select the method type as Instant independent
One result :
If a method is having only one result it may have number of return parameters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The copy and paste answer from http://www.abapcode.info/ has been removed. Please do not copy and paste from other sources. The rule is simple: if you didn't write it, don't post it.
matt
Hi Surya,
Please refer to this link:
You would find the answer on page no. 19.
Hope this helps!
Regards,
Saumya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While creating the method , you need to specify how your object method wants to :
there is one check box you need to select
Dilog or non-dialog : check box is on , indicates the method requires user involvement.
check box is off , indicates method can be excuted in background.
Synchronous/Asynchronous : check box is on , indicates the activity is complete when the method finish the execution..
check box is off , activity is not complete until a terminating event is received
Regards ,
kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.