Linking transaction in workitem

Hi Gurus,
I would like to know if it's possible and how I can link a transaction in a Business Workflow. The requirement is to have a workitem in which the user has 4 link to 4 transaction and based on his choice the system has to open the choosen transaction. Is it better to realize it by dropdown list?
How can I solve this issue?
Points

Hi sanju,
                I have forworded the Screen shot documents to your id,pls findout.
Also,if you know creating secatt,this steps solve your problems
Eg : P.O to Migo
Step 1
Creat the P.O script.Here import all values ( pattern> allcommand>tcode)
values are mandatory to creat P.O
Eport P.O numbers in same screen,eg Pur_num
also maintain Pur_num=&MS1( means pur num is a lost num in the screen)
Step 2
Creat Migo script
Import Migo no ( creat as usuall script)
step 3
Now chaining P.O to Migo
( Imp steps )
Pattern> Test scripts referencese > REF >enter scripts no ( P.O and migo)
Eg Appears same formate
REF ( Z_PO, Z_P.O_TS_1 ).
REF ( Z_migo_TS,Z_Migo_TS_1 ).
Click append parameter > select (migo) > Display parameter values>dybpro> open up and give Pur_num
Here Select as a Local variable
save.
Execute ( twice )
If u want more,let me know .
Regards,
Hareesha k

Similar Messages

  • Link in a workitem

    How can i create a link in a WorkItem body? When the user clicks on the link, he should be taken to a SAP transaction, say FPL9 or any SAP transaction for that matter.

    Hi,
    Are you using a custom business object's method for the respective task for which you have created the workitem. If yes, in the display method of the custom business object, call your transaction , say CALL TRANSACTION 'ME21N' and set 'Display' as the default method in the business object header. The link will appear in the work item along with the key which you have specified as the 'Default Attribute' in the header. Upon clicking the link, the Display method gets executed and thereby calls the respective transaction. You can even set the parameter id with the key value and skip the first screen. Hope this helps!!
    Regards,
    Venkat

  • Calling transaction from Workitem - Credit Management workflow

    Hi,
    Our client have a requirement to have a link in the workitem and when we click on the link it should open transaction S_ALR_87012218.
    The requirement in Credit management workflow, in which we are having included object as sales order, when we click on it, it will open transaction VA03.
    Similarly the client requires to have one more link below sales order, clicking on which it should open transaction S_ALR_87012218.
    Thans in advance for your help.

    Hi Kjetil ,
    Thanks a lot for your answer.
    I have created a new object type with default method and key as controlling area and customer which are mandatory fields for the report RFDKLI41.
    I am submitting the report in the default method.
    Now I have a query, how can I attach this object in my workflow?
    I am already passing  sales order as WI_OBJECT_ID.
    Also help me, how can I pass values of controlling area and customer from sales order to this newly creates object?
    Thanks in advance.

  • Linking Transactions

    Hi
    My requirement is to link transactions to new transaction in IC web client via business context.
    Can some one tell me is that achievable via some standard functionality or do we need developement for that.
    Regards
    Ram

    Hi,
    it depends on what you want to do. Additionally what you understand under the term "Business Context". For me "Business Context" means a business object. In standard CRM this could be any kind of object.
    If you want to create a follow up, then you have to create an entry in the document flow. There you can link two objects.
    If you want to create a reference to another transaction there is as well a field. I have used it link invoices I got from ERP system to activities in CRM system.
    What I meant by my earlier post is the other meaning of transaction. In the BOL each object has got its own transaction context. Sometimes you have to link two or more of different ones. For instance when you are in an opportunity and create various partners for it. You would not want to save the partners without saving the opportunity. Thus you have to link the transaction context. This is done via custom transaction context.
    In the IC Webclient I know (from CRM 4.0) that there is some omnipresent custom controller called CuCoBDC. It is holding the Busieness Data Context, in the IC Webclient afaik a OneOrder object that is the parent for all other objects created in this "Transaction with the customer". All objects created get a link to this OneOrder.
    Maybe you can clarify the term "transaction" for me. I am no expert on ICWC though.
    cheers Carsten

  • Objects & Attachments link in the workitem

    I have a user decision workitem has an attachment of bus2013.
    'Decision' BO default method is 'Process' not 'Display'.
    I am testing with two user id's, both having authorizations for swo_async.
    I have read in this forum that we should have a default method as 'Display; to display the attachment.
    Using one id i am able to see the attachment & for second id link didn't work.
    Any inputs appreciated.

    Hi Indira,
    First try transaction ME84A with both users to see if you can access the object outside of the workflow scenario.  If not then this should give direction as to what objects are missing from no 2s authorisations.
    Regards
    Gareth

  • Sending URL's to outllook which directly links to th workitem of the UWL

    My project which was developed on ASP with oracle is now being re-designed into enterprise portals and SAP R/3 4.6c. Here the scenario is when a user creates or changes a pricing condition on the PORTAL .it should trigger a workflow in SAP r/3 which goes through a loop of approval process and finally gets approved or rejected.
    Here the notifications are sent to the approver’s outlook where the outlook subject should contain two links, the first should link to the portal UWL and the second should link to the respective WORKITEM in the UWL.
    My questions are
    1)     How an event on the portal side does trigger a workflow at the backend?
                Do we need to explicitly raise the event in the BAPI for create/change to trigger workflow using SWE_EVENT_CREATE or is there any alternative?
    2)     How to send a notification to the outlook with URL’s which directly points to UWL and respective work item in the portal UWL?
                     I gone through the EXTENDED NOTIFICATIONS FOR SAP Business WORKFLOW help file but I didn’t a clear picture of it.
                             It is all with the BSP’s in the help file?
    3)     Its only configuration that we do in the portal to  get all the work items from  SAP inbox or Do we need to do any extra coding to get all the work items into the UWL ?
    Please do the need full .Basically I am new to WEBFLOW. So, if possible spare some time and send me the flow and the solutions in detail.
    Advance thanks…
    Warm regards,
    Sateesh

    Hi sateesh
    To make RSWUWFML2 work at least you have to do:
    1. Set up SAP Gatway to connect to Outlook (SCOT) as type INT
    2. There are some settings additional that basis will have to carry out - CHECK OSS for that
    3. Ensure all the users have home email address
    4. In SO16 Tab MailSySgRP choose send email to user's home address
    5. Then in SAP schedule report RSWUWFML2 (frequency should be ideally
    every 10 min -depends on the volume of emails)
    You will find further information in note: 733681
    If the requirement for direct acces to the workitem in the UWL is very important you could do the following:
    Make a copy of the report ie. ZRSWUWFMS2 and make the appropriate changes in the code and schedule that instead. This is not recomendable, since all changes made to the report by SAP will be lost to you.
    Hope it helps
    Kind regards
    Mikkel
    Message was edited by: Mikkel Iversen

  • SRM HTTP LINK-Transaction BBPSTART is unknown error

    Dear Expert,
    We have installed almost 3 ITS system in Dual Host installation.But in one system when we log in to the SRM HTTP link,it says BBPSTART not published.
    We have completed all the post installation steps from SE80,SICF, and through SE38 publish service, but still it is not coming.
    The message after log in to the link: FQDN=our Host name...
    http://<FQDN>:84/scripts/wgate/bbpstart!?client=500&
    Cannot Start Transaction
    The Internet Transaction Server could not start the transaction "bbpstart" because of the following error: Transaction BBPSTART is unknown.
    Request you to give expert advice if anything is missing.
    Thanks,
    Manas

    The Link is coming now.Thanks!

  • Add a new type of object links (transaction CV02N)  - by material group .

    Hi experts .
    How can I create an additional screen for new tab by material group
           in DMS System ?
    I have a requirement :  1. Add a new type of object links in transaction CV02N 
                                          by material group(V023-MATKL) .
                                        Today we use 2 existing options  :  by Equipment and material .
                                      2. Save and display data .
    We did the following  steps :
    1 . In customizing  for Document Management  :
                   a. Maintained a  key fields :
                          table : V023 , tran.code : OMSF , field name : MATKL .
                   b. Maintained screen object link  for V023 .
                         Our problem is screen number  . we used at existing screen  - 500 for user exit.
                         So we get a new tab with material instead of material group .
                         How I can create a new screen with field material group
                             for set this screen number in step b ?       
                         May be I need the access key for FUNCTION GROUP CV130
                         and create this screen by myself ? .
                   c. Defined Object links for special document type  .
    2 .   Created in se19 at implementation of DOCUMENT_OBJ
                          with defined filter : V023 .
                          Regards Helena .

    Hi Nuno,
    how did you solve this problem?
    tks

  • Sending a URL link instead of workitem

    Hi Friends
    Could anyone explain me how to send a URL link to the inbox of a user instead of an workitem?
    -Vinod

    Hello,
    You can send a URL in an email, but I assume you already know that.
    regards
    Rick Bakker
    hanabi technology

  • Looking for transaction start Workitems in status "waiting"

    Hi everybody,
    we have to test some workflows. There are several Workitems in the WF in status waiting. So we have to do a lot clicks tu run this workitems.
    Is there a transaction to start all or some selected Workitems ?
    Thanks a lot
    Regards
    Mario

    At least I am not aware of any "mass complete wait" functionality (if this is what you are looking for?).
    You could list the work items with SWIA, and then Ctrl+Shift+F12 (=Display work item from menu) -> Edit -> Change -> Complete wait. After first time you don't need the "Edit -> Change" part, so it will be just few clicks. Of course it's still quite annoying if you have hundreds of work items...
    Regards,
    Karri

  • DB Links, transactions and performance

    Environment: Multiple 8.1 DBs across multiple servers
    We were looking at creating an application architecture that would have a central database (Hub), that would attach to multiple external databaases using database links. Our front-end application would perform all transaction using a library of stored procs in the Hub database. These stored procs would create the appropriate links to the remote DBS, and performs the reads/writes/updates. There are many reasons (political and otherwise) that we are looking at this architecture.
    I'm new to Oracle, and specifically DB Links.
    Will Oracle handle the transaction integrity if the transaction spanned multiple DBs via links?
    Are there any performance issues with this architecture?
    Anything else I should know about links?
    Note: I have tested the current configuration, and am able to establish the links without problem.
    - Mike

    This is a hug topic and you really ought to read the documentation. This is a good place to start:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96521/ds_txns.htm#919
    Here are answers to your immediate questions.
    (1) Oracle handles data integrity through two-phase commit, which ensures that a given transaction can commit across all affected databases or else it rolls back.
    (2) Obviously there are performance issues. The co-ordination for the two-phase commit means that each transaction takes longer to complete. Part of this impact is pure unavoided overhead, the rest is down to the geographical spread of the system and the quality of teh wires connecting your different databases. Also the number of transactions failing increases in proportion to the number of nodes in your distributed system.
    (3) See doc link above
    HTH, APC

  • SAP Treasury - Link a Purchase and Sale of an OTC transaction

    Hello All
    We have implemented SAP OTC transactions (51A, 52A, 53A and 55A). We did not have the requirement to sell them when they were set up. However we got the requirement recently. We need to link the purchase and sale of a transaction and record the realized gain and loss. I dont see a way to link OTC transactions and there by post the realized gain and loss.
    Example:
    If we buy a commercial paper (53A) on Jan 1 2014 maturing Oct 31, 2014 for a nominal amount of 10,000 at 98% payment rate, which will generate a payment flow of 9,800 on Jan 1 2014.
    Now if we decide to come out of it (sell) on June 30, if the rates went down and we only get 9,000 of the nominal amount for the sale.
    How can we have the system link these 2 to determine that we incurred a realized loss in this case?
    Hove anyone had this situation before? Any help on this topic with be much appeciated and points will be rewarded.
    Thanks in advance!!
    Shilpa

    Try TBR6 to link; may be reference category "REF"; then, from each transaction, you can go to Environment-Object links and see the linked transaction.
    However, I don't know off hand, if it will let you do realized gain/loss on a net basis; in that case may be Securities module would be the solution.
    Mani

  • How to create a link to a transaction to be started in NWBC directly

    Hello all,
    we are using the Netweaver Business Client as a central GUI for our users (CRM and ERP in use). For documentation and test purposes I would like to link the transactions/Web Dynpro applications directly from the SolMan so that the NWBC automatically starts.
    Does anyone know whether that is possible?
    It is possible to link transactions and WebDynpro to start directly in SAPGui/the Webbrowser. Is that possible with the NWBC, too?
    Thanks and regards,
    Sebastian

    Hello all,
    we are using the Netweaver Business Client as a central GUI for our users (CRM and ERP in use). For documentation and test purposes I would like to link the transactions/Web Dynpro applications directly from the SolMan so that the NWBC automatically starts.
    Does anyone know whether that is possible?
    It is possible to link transactions and WebDynpro to start directly in SAPGui/the Webbrowser. Is that possible with the NWBC, too?
    Thanks and regards,
    Sebastian

  • Lauching gui transaction workitems through SWF_Workplace

    I am trying to launch SAP GUI transaction based workitems through NWBC ABAP Web Dynpro inbox SWF_Workplace and gettig error "Transaction SWFPOWLWI%20P_ACTION is unknown". Am I missing some configuration for SWF_Workplace? We had a configuration in UWL where we could specify lauch these workitems using SAP GUI for Windows.
    Rle SAP_BC_BMT_WFM_NWBC_END_USER has been assigned for workflow inbox access.  Thank you.
    Baba

    Yes, I am usin NWBC to access SWF_WORKPLACE. Assigned role SAP_BC_BMT_WFM_NWBC_END_USER as per some earlier posts. Thanks.

  • Launch URL/BSP from attachments link in workitem in Universal Worklist

    Background info:
    We have a custom business object.  Default method on object in SWO1 is a custom display method.  This display method returns a URL to a BSP.  
    When I open my workitem in SBWP and click the attachments link, it properly launches the URL which opens the BSP.
    However, when I open same workitem in Universal worklist and click the attachments link, it does not properly open the BSP.  It looks like it's trying to open a SAP GUI version of the object but nothing is displayed.  When our developer puts a breakpoint in the ABAP code and we click the workitem link in UWL, the URL/BSP opens fine.   So, UWL config must be doing something extra (added code?  redirect?) that clobbers the URL/BSP launch.   Anyone have any ideas/suggestions?
    Thanks,
    Matt
    *Reminder, We are not trying to launch the BSP when you click the workitem link in the UWL list.  This is the attachments link inside the workitem itself.

    G'Day Matthew,
    The reason this works from SBWP and not from UWL is because you have an ABAP session in between. You don't mention the type of attachment, but usually what gets executed is the default method of the object. Thus the UWL has to initiate an ITS/WebGUI session to execute the default object method - this method may contain code to launch a BSP but it still needs to get to the code to start with.
    You need to find alternatives, see if Karri's suggestion does what you're after.
    Cheers,
    Mike

Maybe you are looking for

  • Can't move songs on iPod

    I went to update my iPod today and discovered that I could no longer move songs around on the iPod in iTunes. I used to be able to play music off the iPod in iTunes, and now the library on the iPod is faded out (meaning I can't do anything with the m

  • CF Card formatted itself?

    I upgraded to Mavericks the other day, and today when I plugged in my memory card (CF card with raw files from a Nikon D800) and opened Aperture, all of a sudden the memory card was named "My Book" (coincidentally this is the name of my external HDD

  • Profit Center- questions

    Hi All, Can some one help me understand and ans. the below question 1. What is difference between 3KEI & 3KEH 2.  Is there any chance of get amount difference between GLu2019S account balance and profit center amount in single posting?         Eg: In

  • Problems in Reading Mails of European Users

    I have a Java program which reads email from an Exchange Mail Box. The problem I am facing is with special European characters like � or � This problem is only when reading the From milID. If I have European characters in the Contents or the Subject,

  • 100% CPU Usage in CS5.5 Premiere Pro during export/encoding

    I am wondering why my CPU usage is so high during exporting of my videos.  My counter shoots up to 100% as soon as I start and hovers at 95% throughout the whole process.  This seems dangerous to me so I wanted to bring it up here as I haven't found