About the tab "Method"  in definition of  activity

In the tab "methods" in the definition of activity, what's meaning of Modal call and how to export paramaters and import parameters there.

Try searching the SAP Help first for secondary methods in workflow. It is amazing how many answers are in there. And as an added bonus you also comply to the forum guidelines.
Regards,
Martin

Similar Messages

  • A question about the getProperty method defined in the Security class

    Hello Everyone!
    I would like to ask a question about the getProperty method defined in the
    Security class.
    public static String getProperty(String key) Do you know how can I exract the list of all possible keys?.
    Thanks in advance,

    I found the answer, in fact the keys are defined in the java.security file.

  • About the tab space .......

    hi team,
                    i need small info. on the tab space ...
    i have declared the paragragh format for p1 with different spaces... like
    for field like kunnr, name1, land1, ort01
    for p1: tab spaces
    tab1 : 5 cm - left
    tab2  10 cm- left
    tab3 15 cm -left
    p1 :   &kunnr& ,,,,&name1&,,,,&land1&,,&ort01&
    who it will take the tab spaces can any one explain ..........
    from the name1 who it will calculate............

    for field like kunnr, name1, land1, ort01
    for p1: tab spaces
    tab1 : 5 cm - left
    tab2 10 cm- left
    tab3 15 cm -left
    p1 : &kunnr&,,,,&name1&,,,,&land1&,,&ort01&
    Hi
    Dear this is not gonna work....
    In scripts evry ',,' counts for tab spclly when they are in same line..here you are using two tabs i.e ,,,, for printing name1 and again printing land1 after 4th tab i.e 2+,,,, i.e. more tabs...
    I think you need to create the code as like this....
    p1 : &kunnr&,,&name1&,,&land1&,,&ort01&
    for p1: tab spaces
    tab1 : 5 cm - left
    tab2 10 cm- left
    tab3 15 cm -left
    Reward if useful..
    Cheers
    Anup

  • About the setting method of  Instant Messaging(collabo4.01)

    Please teach me the setting method of Instant Messaging ID ( yahoo ).
    Although an icon is displayed, it will not be in an offline state.

    Hi,
    You can debug you JSPDynpage either from NWDS with the help of break points or by writing log statements in your code which will be written in defaultTrace log file.
    Check this to debug from NWDS:
    NetWeaver Portal Debugging
    Check this to write log statements:
    http://help.sap.com/saphelp_nw70/helpdata/EN/b0/003c41325fa831e10000000a1550b0/frameset.htm
    Netweaver Portal Log Configuration & Viewing (Part 3)
    Regards,
    Praveen Gudapati

  • About the read() method; it returns an integer

    when I us the read method (from the filereader class) to read from a file , it retyrns an ASCII representation of the character.
    However , I can't display character on the screen like that (numbers). so, how can I turn them back to characters, so I can show them properly?
    Another Question: How can I set the position of components inside a panel. I don't like the way the layoutmanager sets their location. I want to do it myself
    Thanx

    so I can show them properly?Cast to char: System.out.print((char) inputCharacter);
    I want to do it myselfSet the layout manager to null and position the components with setBounds or setPosition and setSize. Good luck making it look right when the fonts and font sizes change or the container is resized.

  • About the sort method of arrays

    Hi,
    I found that for primitive types such as int, float, etc., algorithm for sort is a tuned quicksort. However the algorithm for sorting an object array is a modified merge sort according to the java API. What is the purpose of using two different sorting strategy?
    Thanks.

    The language knows how to compare two ints, two doubles, etc. For Object arrays, however, it's not a simple matter of comparing two reference values as ints or longs. We're not comparing the references. We have to compare the objects, according to the class's compareTo() method (if it implements Comparable) or a provided Comparator. The size of an int is known, fixed, and small. The size of an object is unknown, variable, and essentially unbounded. I don't know for sure that that difference is what drove the different approaches, but it is a significant difference, and mergesort is better suited to use cases where we can't fit the entire array into memory at one time. It seems reasonable that we'd get better locality of reference (fewer cache misses, less need to page) with an array of ints than with an array of objects.
    Edited by: jverd on Mar 18, 2011 3:16 AM

  • I need suggestion about the way , method, or path of learning GUI

    Since there are many IDEs that are capable of developing the Java GUI quickly, one of my friend suggest me to learn GUI using code instead of drag and drop GUI component. He said when your boss ask you to fix the error/bug for the front-end part of the program, which is written in code only.
    Another situation is that when you are working with a team and your team members using code instead of these drag&drop, he said i have to adapt to using these code to write the GUI.
    Actually he has point. what do you guys think? please post your opinion.

    roadorange wrote:
    Since there are many IDEs that are capable of developing the Java GUI quickly, one of my friend suggest me to learn GUI using code instead of drag and drop GUI component. You should go through the Swing tutorial and perhaps the 2D demo that comes with the JDK. Look at the code, run the examples, step through it or whatever you want. But I personally don't think you get much (except a massive, lasting headache) from writing the code by hand.
    He said when your boss ask you to fix the error/bug for the front-end part of the program, which is written in code only.Huh?
    Another situation is that when you are working with a team and your team members using code instead of these drag&drop, he said i have to adapt to using these code to write the GUI.I'm starting to lose you here...
    Actually he has point. what do you guys think? please post your opinion.I say use the GUI tools (don't fight evolution)

  • About the setMode method of Camera

    Quoted from here:
    Sets the camera capture mode to the native mode that best meets the  specified requirements. If the camera does not have a native mode that  matches all the parameters you pass, Flash Player selects a capture mode  that most closely synthesizes the requested  mode. This manipulation may involve cropping the image and dropping  frames.
    Does it mean that the frames captured is not necessarily the same as required by setMode(width:int, height:int, fps:Number, favorArea:Boolean = true) ? The actual frame captured may be either wider/narrower,higher/lower in size and have higher/lower frequency than required ,is this true?

    It's going to depend on the camera and whether it supports what you have set. Nowadays drivers are pretty good and support all kinds of sizes and framerates. The flash will do it's best to give you what you want, but it all matters on whether or not the driver for the cam will support it.
    Graeme Bull
    www.fmsguru.com

  • What are the preferred methods for backing up a cluster node bootdisk?

    Hi,
    I would like to use flarcreate to backup the bootdisks for each of the nodes in my cluster... but I cannot see this method mentioned in any cluster documentation...
    Has anybody used flash backups for cluster nodes before (and more importantly - successfully restored a cluster node from a flash image..?)
    Thanks very much,
    Trevor

    Hi, some backround on this - I need to patch some production cluster nodes, and obviously would like to backup the rootdisk of each node before doing this.
    What I really need is some advice about the best method to backup & patch my cluster node (with a recovery method also).
    The sun documentation for this says to use ufsdump, which i have used in the past - but will FLAR do the same job? - has anyone had experiance using FLAR to restore a cluster node?
    Or if someone has some other solutions for patching the nodes? - maybe offline my root mirror (SVM) - patch root disk - barring any major problems - online the mirror again??
    Cheers, Trevor

  • The problem about the signal of JNI

    Hello,
    When the system (it creates by the C language) created here is operated on Solaris and javaVM is operated using a JNI, the phenomenon which the core file outputs within the JIT compiler of java (libsunwjit.so) has occurred.
    Although it had generated twice until now, since it had collided with the signal which the signal has generated in one of the another threads, and it uses internally by JavaVM from the contents of a core file when it generated first, it had generated.
    However, although the core file was investigated when it generated at the 2nd times, there was no trace that another thread generated the signal.
    Is there any case where collide with the signal currently used by JavaVM, and also a signal is generated in a JIT compiler?
    What thing has an obstacle used as the factor which a JIT compiler makes have generated the signal in the past again?
    Please give me the reply to the above-mentioned question for a cause elucidation.
    As appending data, the contents which referred to the core file are described below.
    (gdb) thread 1
    [Switching to thread 1 (LWP    163        )]
    #0 0xfe359d88 in __sigprocmask () from /usr/lib/libthread.so.1
    #1 0xfe34eb34 in __sigredirect () from /usr/lib/libthread.so.1
    #2 0xfe351a10 in thrpkill_unlocked () from /usr/lib/libthread.so.1
    #3 0xfe239470 in abort () from /usr/lib/libc.so.1
    #4 0xfb49353c in panicHandler ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/classic/libjvm.so
    #5 0xfb798084 in intrDispatchMD ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/native_threads/libhpi.so
    #6 0xfe359348 in __libthread_segvhdlr () from /usr/lib/libthread.so.1
    #7 0xfe35bdf0 in __sighndlr () from /usr/lib/libthread.so.1
    #8 0xfe3586f8 in ?? () from /usr/lib/libthread.so.1
    #9 0xfb3bd8bc in JITPerformDynamicPatch ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/libsunwjit.so
    #10 0xfb3de848 in JITResolveConstPoolEntry ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/libsunwjit.so
    #11 0xb945908 in ?? ()
    #12 0xc5054e4 in ?? ()
    #13 0xe2974c in ?? ()
    #14 0x851b75c in ?? ()
    #15 0x7c3841c in ?? ()
    #16 0xb917560 in ?? ()
    #17 0x8a9b6d4 in ?? ()
    #18 0xb8e18e0 in ?? ()
    #19 0x71377d8 in ?? ()
    #20 0x7137784 in ?? ()
    #21 0x7d7d7f4 in ?? ()
    #22 0xc67c4b0 in ?? ()
    #23 0x913998c in ?? ()
    #24 0xb2bf58 in ?? ()
    #25 0xc51a854 in ?? ()
    #26 0x8794c7c in ?? ()
    #27 0xfb3de980 in JIT_INVOKER_MARKER ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/libsunwjit.so
    #28 0xfb494cec in notJavaInvocation ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/classic/libjvm.so
    #29 0xfb457674 in jni_Invoke ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/classic/libjvm.so
    #30 0xfb45930c in jni_CallVoidMethod ()
    from /opt/fujitsu/jasmine/JasEMedia/jre/lib/sparc/classic/libjvm.so
    #31 0xfbee0d7c in ChartJem_Generate ()
    from /opt/fujitsu/jasmine/EMImageChart/lib/GKM0JEMC.so
    #32 0xfb7630a4 in ?? ()
    from /opt/fujitsu/jasmine/data/default/methods/JasEMedia/lib043C.so.2.0
    #33 0xff2b106c in odb_OmsPcExec () from /opt/fujitsu/jasmine/lib/libjas.so
    Please contact me, if the core file is required. Separately, I will send.
    In that case, also about the transmission method, please unite and contact me.
    The system configuration is as follows.
    Operation System:SOLARIS(7)R00081
    Java version:1.2.2 Classic VM (build JDK-1.2.2-W, green threads, sunwjit)
    I'm hoping someone can help me out.
    Thanks!

    After that, a problem is not solved. Would you teach, if there is the method of something saying?

  • The "+" to add a new tab is missing from my tabs in Firefox 4. How do I restore that "+" so I can quickly add a tab to the tab bar?

    The "+" to add a new tab has disappeared after installing Firefox 4.0. How do I restore it? I am talking about the tab bar at the top of the screen

    Restore your default toolbar by going to Customize - Restore Default Set. I just found it out myself.

  • ByteBuffer: how come the abstract methods work?

    I am confused about the abstract methods in ByteBuffer class. Many of the methods in that class are declared abstract but yet I am able to use them without a problem.
    For example, put(byte b) is declared abstract in the java docs. But I am able to use that method ( I did not have to extend ByteBuffer and implement this method). I know I must be missing something here...any help would be appreciated.
    thanks

    Those responses should certainly do the trick. But I love hearing myself type, so here's an example:abstract class Fred
         public abstract void hiThere();
    class SubFred extends Fred
         public void hiThere() { println("Greetings Professor Falken"); }
    }Somewhere some method says it returns an object of type Fred. To do this they might (as far as you know) create an instance of SubFred and return that to you. SubFred is of type Fred. Your code doesn't know or care (usually) what the ACTUAL class is, as long as it matches what you expect Fred to be from the documentation.

  • Even if the tab is not active it must not be of the same colour as the window title bar is!!! Even the "close" cross doesn't improve the visibility. Nonsense!!!

    Even if the tab is not active it must not be of the same color as the window title bar is.
    Even the "close" cross doesn't improve the visibility.
    Nonsense

    Hello,
    I'm sorry that you are unhappy with the new Firefox design. People helping here are volunteers and they are doing the best they can to help out Firefox users. If you feel strongly about the new changes I would suggest you to provide feedback on https://input.mozilla.org/feedback for the people who decided on the changes to actually see it.
    Please keep in mind that Firefox is a work in progress and your feedback is very valuable for us to understand what can be done better! "

  • Questions about the new SBO2007 connection method

    Hi all
    Anyone who can clear up the following programs for me:
    1 - With the new DI connection method multible add-ons can share the same DI-API connection (1 add-on = 80 MB, 2 add-ons = 81.5 MB and so on). But is this sharing user-specific or machine specific... Imagine 10 user on a terminal server all running only one add-on. Will those 10 instances of the same add-on share DI-API connections and in total use 93.5MB (80 + 91.5) or 800MB (1080)?
    2 - Am I correct in assuming that the new connection method works when creating internal add-ons (running within the SBO client) or will external add-ons benefit in any way?
    3 - Does the SAP add-ons allready use the new connection system?
    4 - In the explaination of the new DI connect method the help file states "It is highly recommended to use XML format of the DI-API.".. What does this mean?... The connection itself does not seem to have any xml involved.

    Hi Rasmus,
    I haven't seen any official test results but here's what we have found so far:
    1) The shared DI API resource is stored within the SAP Business One client executable. This means that this grows by 80MB during the first connection but stays the same size as other addons connect. The addons themselves typically now take up 10-15MB (ie like an addon that only uses the UI API). On a Citrix or Terminal Server, as each user has their own SBO executable, the DI API connection will take 80MB+ per user session (assuming all addons are connecting using this new method).
    2) As far as I know, this new connection method is only available for applications that use the UI API to connect to the SBO client (the GetDICompany method is on the UI API company object and not part of the DI API).
    3) The SAP Fixed Assets and Outlook Integration addons do not use the new connection method (tested on patch 35). The rest I don't know about as we don't typically use them here in NZ. It would be really useful for SAP to make an official statement on this topic as it would definitely influence my decisions on using the new method.
    4) I'm not sure what they mean either :-\
    The biggest problem I found with this new connection method is debugging. When writing an addon, each time I ran a new debug session, the SBO client executable would grow by 70-80MB as it created a new DI API connection. However, when the debug session ended, the SBO executable did not release the memory used. After 4-5 debug sessions, the SBO client was taking 1/2GB of memory and couldn't be closed. This meant I had to close and reopen SBO every 2-3 debug sessions, which was a bit of a pain. In the end I reverted to writing using the old connection method and changed it over as a last step. Not sure if I was doing something wrong or this is a weakness in the new connection method while developing.
    I also read that SAP are advising that a shared DI API connection can lower performance in some cases.
    Kind Regards,
    Owen

  • Somtimes Firefox loads a blank page; the Tab says "New Tab" and the URL is always "about:blank". What's up with that?

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

Maybe you are looking for

  • Voice memos are not syncing

    I've used my iPhone 4 to sync voice memos to iTunes previously and it has worked seamlessly. My new recordings on a 5s are not syncing across. I have checked the sync voice memos box. Even within the 'on this phone' tab the recording aren't visible..

  • Creation of depreciation area for posting of parallel currencies postings

    while i am posting f-90 asset e. auqsiation its giving error massage "Customizing inconsistency (contact your system administrator) Message no. AC496 Diagnosis Company code BP01 manages parallel currencies in Asset Accounting. For each area that post

  • Computer will not boot up but fan will turn on and stay on.

    I have a Gateway and I did not have enough memory.  I bought 1Gig to give it enough memory to run the basic systems.  I added the memory to the slot in the hard drive and now it will not boot up.  The fan just turns on and runs.  I took out the new m

  • Windows 7 64bit Bridge CS3 problem.

    I just purchased a new PC. I am running Windows 7 64 bit Pro. I have installed Adobe Photoshop CS3. One minor annoyance is that whenever I exit Photoshop it won't simply close. It hangs until it says "not responding" and then if I exit again at that

  • Payload xml messages

    Hi Friends,    Outbound proxy SAP to MQ. while sending the data from SAP, in xml payload, complete data structure is not comming. If the data available only, that field can be seen in xml payload ?? If data is not there, can we that particular fild i