Create worklist VA05

I have a requirement to create a worklist of sales orders based on certain selection criteria (something like VA05). This list should be interactive so that users can select orders from this list and then create subsequent sales orders from those. We'll achieve that using a BAPI and by passing the requirments for the new order however I'm not sure how to  create a interactive worklist. Can someone please help?
Edited by: carrie anderson on Jun 1, 2009 8:14 PM

figured it out

Similar Messages

  • Getting error when creating worklists for FSCM - Collections management

    Hi All,
    I am trying to implement FSCM - Collections Management and after all the configuration in SPRO and periodic processing in SAP easy access for transferring Accounts recievable, when I try to create Worklist i get the below error "No BP rules with BP role category UDM000 exists for partner 200"
    I have created and assigned the BP role category UDM000 to my BP rule, yet i get this error. Is there anyway I can check the assignment of the rule.
    Please help me with your thoughts in getting this error fixed.
    Thanks & Regards,
    Ameet

    That's fine deep will take care
    Ameet my final options are
    1.As deep said check the validity of the BP @ BUT 100
    2.Check your config settings one again completly
      Cross-app components>master data sync>Synchronization control (check all the settings).
       Cross-app components>master data sync>customer /vendor integration>bp settings>settings for cust int -->define BP role for direction cust to BP(check you have assigned the group to the role).
    Cross-app components>master data sync>customer /vendor integration>bp settings>settings for cust int -->field assign for cust int >assign keys>define number assign from cust to bp (here check for the bp and cust group and same no fields).
    3.If you are running the the worklist gen by batch please check for the overlaps and the sufficient no of jobs available for processing.
    4.If your you are using ECC 6.3 or lesser version then apply the note 1134890
    5. The error may be mis-leading because the program always through the same error if there may be some other issues - so debug the pgm
    6. If every thing is fine above then write to SAP
    Thank you.
    Regards,
    D vasanth

  • I am trying to create worklist using RMCA dunning.Activity assigned is wl01

    Hi,
    I am trying to create worklist using RMCA dunning.Activity assigned is wl01.
    Getting an error during dunning activity run is 'Error determining responsible persons' Please help.
    Jayant

    Jayant:
    I will assume that the settings for that activity use 'Determine responsible agent', and in that case you need to maintain the rules and responsibilties for the workitems so that they can be routed correctly.  You will need to create organization structure as well.
    regards,
    bill.

  • Create worklist user and group's in 11G...

    How to create worklist user's and group's in standart 11G instalation...
    Thanks...

    hI Raj,
    It is very easy to create users,groups,roles in soa suite 11g manually .Just login to the weblogic console and you find a security realms tab click on that then next a page will open with my realms then click on it you will find a users and groups tab on top click on that then lock and edit the session and from there you can create users groups and also assign roles.You can also use external ldap if you want,Please let me know if this clarifies your doubt

  • Create Worklist Flexfield Rule

    Im trying to create a Worklist Flexfield Rules for AP Invoice Approval.
    There are fields from Invoice workbench that I would wanted to include in my personal worklist.
    The problem is, the given Message Attributes is lacking for my field requirement.
    How can I add a message Attribute? example, Payment Method.
    Can I add also from a DFF?
    Any comment/suggestions are very much appreciated.
    Thanks.
    Jasmine

    You can create transfer rules in BI 7.0 also. But the prefered solution is to create tranformations:
    http://help.sap.com/saphelp_nw04s/helpdata/en/e5/f913426908ca7ee10000000a1550b0/content.htm
    KJ!!!

  • Creating Worklist attachments and Reciving them

    Hi,
    I have a user task configured in my process.
    In that task the user is expected to attach a file, that in turn i need to use as a response to another activity.
    Wher the task in the worklist is closed, i get all the data in my process, except the file.
    How can i do this operation? is there any problem with the attachments? if there is, is there any workarround?
    Tks in advance

    Many thanks for your reply, graffiti.
    I think you are saying that it cannot be done with Acrobat Reader?
    Some time ago I checked into getting Acrobat-Pro, and found that it was waaay beyond my budget ($600-700, as I recall).
    Is there any shareware or freeware able to do this?
    Thanks again,
    Bill vV

  • How to create worklist in CATS

    Hi All,
    Work items needs to be used in CATS. Can enybody  tell how  to create workitems . I am using CATS classic
    Thanks

    Hello mate,
    The work item is a part of the workflow. If you want this on CATS, you would need to have a profile that requires approval and then you should specify a workflow for it.
    You can configure the profile on CAC1 t-code, and if you need you can use the standard workflow 12300111, or copy to your needs.
    Also, for more information on workflows and workitems you can refer to the following page:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/74/179ee1bc2611d2a6040060087a79ea/frameset.htm
    Regards,
    Bentow.

  • AR 31 and AR32 - Edit and Create worklist

    Hello Experts,
    I am facing a strange situation with AR31 and AR32. When we try to execute the transaction by test id's an error message comes starting "No data was selected". When I check with my id for the same combination there is data. SU53 and ST01 doesn't help.
    I have enabled trace on my id and checked, and verified the trace. it doesn't show any strange objects. Any idea? or have you faced similar problem?
    We are in ECC6,
    SAP_BASIS    702    0013
    SAP_APPL    605    0010
    SAP_HR        604    0058
    FI-CA        605    0006
    FI-CAX        605    0006
    Thanks in advance.
    Regards,
    Gowrinadh

    Hello Lee,
    Its a development server  only one application server. I have also traced my user and it doesn't show anything new other than what was given to test user.
    I had noticed same behavior with other Asset accounting transactions
    s_alr_87012004
    s_alr_87012013
    s_alr_87012015.
    First two I was able to solve by searching the authority check statements and some other trouble shooting.  But I was not able to find the authorization required for tcode s_alr_87012015. trace is not helpful with test id or own id.
    We still don't have Quality servers.
    Regards,
    Gowrinadh

  • Worklist taskExecute Permission AccessException

    Hi.
    I am using WLI on WebLogic Server 7.0 /NT.
    I get an Insufficient Permission exception when attempting to invokde worklist.taskExecute()
    from a WebApp running within an EAR in WebLogic.
    Strangely enough worklist.taskExecute() works fine from a remote client.
    Any suggestions?
    The attached file is the stack trace.
    The code below is my class delegating calls to the worklist:
    package com.bony.gtmworkflow.eventConsole;
    import com.bea.wlpi.common.*;
    import com.bea.wlpi.server.admin.*;
    import com.bea.wlpi.server.catalog.*;
    import com.bea.wlpi.server.principal.*;
    import com.bea.wlpi.server.serverproperties.*;
    import com.bea.wlpi.server.worklist.*;
    import com.bony.GTMI.utils.*;
    import org.apache.log4j.*;
    import java.io.*;
    import java.lang.*;
    import java.rmi.RemoteException;
    import java.text.*;
    import java.util.*;
    import java.util.List;
    import javax.ejb.EJBObject;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import javax.transaction.*;
    public class CLWorklist {
    public static Logger log;
    public static CLWorklist instance = null;
    public static final String DEFAULT_URL = "t3://localhost:7001";
    public static final String USER="bonyuser";
    public static final String PASSWORD="bony";
    Admin               admin;
    Context               ctx;
    WLPIPrincipal     principal;
    Worklist          worklist;
    public static CLWorklist Instance()
    if(instance == null)
    synchronized(CLWorklist.class)
    if(instance == null)
    instance = new CLWorklist();
    return instance;
    private CLWorklist()
    log = Log4JUtil.Instance().getLoggerByName(CLWorklist.class);
    boolean isConnected;
                   /* Connecting to the Server; Failed connecting? */
    if( !( isConnected = mngConnection(DEFAULT_URL, USER, PASSWORD ) ) )
    log.error("failed to establish WL connection");
    System.exit(1);
    setActiveOrg("BONY");
    private boolean mngConnection( String url, String userId, String password )
    boolean isConnected = false;
    log.log(Priority.DEBUG, "\nConnecting to WLPI Server" );
    if( isConnected = connect( url, userId, password ) )
    log.log(Priority.DEBUG, "- Connected" );
    else
    log.error( "*** Unable to connect\n" );
    return( isConnected );
    public void setActiveOrg(String orgId ) {
    try {
    worklist.setActiveOrganization( orgId );
    /* WLPI Public API Method */
    /* Confirm that the operation was succesful */
    String activeOrgId = worklist.getActiveOrganization( );
    log.log(Priority.DEBUG, "- The active organization is now " + activeOrgId
    catch( Exception e )
    log.error( "*** Failed to set the Active Organization (ID: " +
    orgId + ")" );
    log.error( e );
    public TaskInfo[] getTasks()
    TaskInfo til[] = null;
    try
    List taskList = worklist.getTasks();
    til = new TaskInfo[taskList.size()];
    taskList.toArray(til);
    catch (Exception ex)
    log.error(ex);
    finally
    return til;
    public String sendClientResponse(String templateDefId,String instanceId, String
    xml, String nodeID)
    String result = null;
    log.log(Priority.DEBUG,"nodeID is: " + nodeID);
    log.log(Priority.DEBUG,"xml is: " + xml);
    try
    result = worklist.response(templateDefId,
    instanceId,nodeID,xml);
    catch (com.bea.wlpi.common.WorkflowException wfex)
    log.error(wfex);
    wfex.printStackTrace();
    wfex.getNestedException().printStackTrace();
    catch(java.rmi.RemoteException remex)
    log.error(remex);
    finally
    log.log(Priority.DEBUG,"got the return code: " + result);
    return result;
    public String execTask(String templatedDefId, String instanceId, String taskId)
    String result = null;
    try
    result = worklist.taskExecute(templatedDefId,
    instanceId,
    taskId);
    catch (Exception ex)
    log.error(ex);
    finally
    log.log(Priority.DEBUG,"execution result:\n" + result);
    return result;
    private boolean connect( String url, String userId, String password )
    try {
    /* Create a context using supplied values for JNDI lookup */
    ctx = getInitialContext( url, userId, password );
    /* WLPIPrincipal - Retrieve named object from the JNDI tree */
    Object result = ctx.lookup( "com.bea.wlpi.WLPIPrincipal" );
    WLPIPrincipalHome principalHome = ( WLPIPrincipalHome )PortableRemoteObject.narrow(
    result, WLPIPrincipalHome.class );
    principal = principalHome.create( );
    /* Worklist - Retrieve named object from the JNDI tree */
    result = ctx.lookup( "com.bea.wlpi.Worklist" );
    WorklistHome worklistHome = ( WorklistHome )PortableRemoteObject.narrow(
    result, WorklistHome.class );
    worklist = worklistHome.create( );
    return true;
    catch( NullPointerException ne )
    log.error(ne);
    catch( Exception e )
    log.error(e);
    return false;
    private void disconnect( )
    try {
    ctx.close();
    catch (Exception e)
    log.error(e);
    EJBObject ejbs[] = {admin, principal, worklist };
    for( int i = 0; i < ejbs.length; i++ )
    try
    ejbs.remove( );
    catch( Exception e )
    log.error(e);
    private Context getInitialContext( String url, String userId, String password
    throws NamingException
    try {
    Hashtable h = new Hashtable( );
    h.put( Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"
    h.put( Context.PROVIDER_URL, url );
    if( userId != null )
    h.put( Context.SECURITY_PRINCIPAL, userId );
    if( password == null )
    password = "";
    h.put( Context.SECURITY_CREDENTIALS, password );
    return new InitialContext( h );
    catch( Exception e )
    log.error(e);
    return null;
    [stack.txt]

    David Mrozek wrote:
    >
    I've written my own worklist application in Swing. I'm using WLI 2.0 and Solaris
    2.8.
    Unfortunately, I have to set my DISPLAY variable on the server before running
    the startmydomain.sh script. This is bad, because I can't keep the server process
    running in the background (after I log off). But if I DON'T set the DISPLAY,
    I get the following error when I run my client application:[snip]
    Dave,
    I have that exact problem right here - except I don't seem to be able to
    fix
    it by setting the DISPLAY variable(?).
    If I use DISPLAY=localhost:0.0 I start the server, it doesn't change a
    thing.
    However, if it works for you, you should still be able to start the
    server,
    and then logoff. What if you did -
    "DISPLAY=yourhost:0.0 nohup ./startmydomain.sh & " - wouldn't that solve
    your problem ?
    regards,
    Per Jessen, BEA Switzerland.

  • Adding worklist in webCenter Framework Application

    Hi,
    I am creating a new Worklist connection using "Create worklist Connection" window. Here I am providing three information like Connection Name, URL of SOA server on which the BPM process is running, SAML token policy URI. I am not setting the Advanced information like Link URL and Key Alias. The test connection is success.
    But the newly created connection name is not getting updated in "Connections.xml" file, though it is getting updated in "ADF-CONFIG" file.
    So when I am running my application then I am getting the log like "<WebCenterConfig> <getConnection> The connection named "worklistBPEL_Connection" cannot be found."
    Where I am missing....
    Regards
    -Arvind

    HI Rajesh,
    Check whether there is any implicit enhancement available for the standard program which has pf-status in it.
    Best regards,
    Prashant

  • How to use worklist for FBL5N

    HI Guru's
    I have created worklist in ob55 but i am unable to use this one in FBL5N.  Can any one guide me how to use this in FBL5N.
    Thanks and regards
    Ram

    For one of my credit analysts, I have checked FB00 and saved (and back out of the session and restarted) but she still doesn't have the icon to change to worklist.  I compared her FB00 to my FB00 and it looks the same.  Any other suggestions why worklist isn't available to her and what I do next?

  • Worklist collection management

    Ability to assign and present workflow for specific accounts to associates by  product ..
    That is we want to present worklist for to the associate A for all product A, to associate B for pr product B.
    Please guide how can we create worklist based on the product.
    Thanks
    Nik

    Hi
    My problem is solved. Actually I forgot to distribute the data to collection management. Now worklist is generated. Now I have only one issue that example I create the worklist and later I change the collection strategy and then run the worklist again. But system show the old worklist. How can the worklist be updated.
    Thanks and Best Regards

  • Questions on masterdata

    Deat aspects,
    Recently  i have been to ibm interview. I have few doubts to clarify
    1.what are the different types of masterdata records?
    2.In credit mgnt dynamin credit check we mention horizon period(for eg.40 days) how system knows dis is the starting date this is the ending date?
    3.Invoice split & delivery split criteria
    4.What is work list? How to create worklist?

    Dear Vidya,
    1.     Types Of Master Records
    Customer material info record
    Customer master
    Material master
    Output Record
    Price Record
    Incompletion Log
    2.      If you specify a horizon of 40 T (DAYS), while evaluating credit, the system ignores all open orders that are due for delivery beyond the 40 days horizon you specified.
    3. Invoice Split Criteria:
    Payer
    Terms Of Payment
    Billing Date
    Delivery Split Criteria:
    Shipping Point
    Ship To
    Delivery date
    Route
    Incoterms
    4. Work list u2013 It is used for collective processing in SD process like delivery, picking PGI and billing.
    Best Regards,
    Chandramohan

  • Different exchange rate type M in different company codes

    Dear all,
    I am facing the following very inconvenience problem:
    I am an SAP consultant and has ALWAYS set up exchangre rate type M, the same rate used for all company codes in the Group.
    My new customer wants to have different exhange rates for ALL company codes, that means we cannot use exchange rate type M for all company codes. All company codes in Sweden could have the same exchange rate type and so on, since all the rates within a country is updated with the rate from banks in the particular countries.
    I think a solution could be to create worklists for every country and to always maintain all the rates against the local currencies within the country. This means in Sweden all the rates will be maintained against SEK, but never in any other way. That menas we can never maintain the rates from SEK to EUR in Sweden, we only maintain the rates against Sweden. I Finland however, all rates will be maintained against EUR (the local currency för all company codes in Finalnd).
    Could this cause problems (or inconsistency) that incorrect rates will be used?
    I am very very thankful for all help I can get in this question!
    Best Regards, Åsa

    Hi
    Here you need to concentrate on Direct or indirect quotation
    If you are using EUR to SEK (LC) - use direct quotation as 8.8307 1:1 relation
    If you are using SEK to EUR - use indirect quotaion as 0.1132 1:1 relation
    Pls let me know if you required further help
    Reg
    Vishnu

  • Clear Vendor F-44

    Hi All,
    We need to clear more than one vendor in one shot in F-44 is there any way?
    -- Syed Abid Hussain

    Hi,
    Use transaction F-04 to clear more than one vendor to be cleared..
    ELSE..
    Use transaction OB55 and create worklist contains multiple Vendors..
    Use transaction F-44 and enter the worklist name in Account field in that screen
    Regards,
    Chintan Joshi

Maybe you are looking for

  • How to draw multiple lines on same panel??

    hiya i would like to know how can I draw multiple lines on the same panel ?? I have already use repaint(); but it just come out the lastest line (say line 3) i draw .......those previous lines(say line 1 and 2) are disappear ........ Thanks for your

  • How do you get dojo widgets (javascript library) to work in a portlet

    I am trying to get Dojo widgets (the JavaScript library or toolkit, http://www.dojotoolkit.org/) to work in portlets, but have not gotten past errors "could not load" for the widgets. I have tried widgets in both dojox and dijit. Has anyone gotten th

  • MiniDisplayPort to HDMI, Windows XP Bootcamp

    Hello, I recently bought a minidisplayport to hdmi adaptor and it works fine with my hdtv. the problem i have is that i cannot use it when i am running windows through bootcamp. How can i make this work? when i connect the wire while in Windows nothi

  • Manually update the IPOD?

    Is there any way that I can manually download the latest software update for the iPod? I have a 5th generation iPod video and iTunes 7.0.1.8 will not run the iPod update. It says it cannot connect to the internet. However, itunes and my internet work

  • Random music with a playlist?

    Hi everyone, Just a simple question... I have been running with my Ipod and Nike+ thing for 2 weeks now, and Inwanted to know if it was possible to have random songs with a playlist I use for my jogging. I don't want random of all my songs, just from