Adding CRM WebUI transactions to the Transactions tab in SOLAR01

Hello,
does somebody know if there is a possibility to add direct links to CRM WebUI transactions on the transactions tab in TA SOLAR01. Means, is it possible to link direct to the specific component on the WebUI, like it is possible to open transactions in the SAP GUI.
Thanks in advance!
Best regards
Thorsten

Hi Andrew,
The only way to do this currently is via a small modification to standard code.  Of course you will also probably need to include your new fields in your extract to BI for reporting and extend your IDOC if you need to send the extra fields to a POS system.
Hope this helps,
David

Similar Messages

  • PO in transaction ME21N, the condition tab in PO is greyed out

    Hi Experts,
    Pls help me out from this...
    When creating the PO in transaction ME21N, the condition tab in PO is greyed out.I am not able to enter the price. The price fields are greyed out.
    Any inputs on this will be highly rewarded.
    Regards
    Lakshmiraj

    Hi,..
    thanks a lot for the reply.
    yes  it is allowing.
    Moreover it is happening in production server . In development server everything is fine.

  • Pr00 missing in webui while creating the transaction in ui

    Hi
    we have the scenario in crm like opportunity management , quotation analysis where in pr00 condition we have to input .
    pr00 condition is mandatory in all the transactions in crm . for this reason pr00 we maintained as mandatory in the pricing procedure and we replicated all the pricing procedures in to crm . and when we tested a transaction in SAP GUI system is giving message as "PR00 is mandatory " and we are going in to item conditions tab and we are entering the pr00 manually .
    But the same when we are trying to configure on webui , we added all the fields of gui in to webui by searching the components . and when we run the transaction in webui , system is giving the message "pr00 is mandatory"and when we go into pricing details tab , there is no pr00 in the price type drill down . i cannot input manually the proo in webui ,  i have to select it form drop down list only . but which is not appearing .
    please suggest

    issue solved

  • Adding a new field to the transaction va01

    Hi,
    I have added a field to the va01 transaction in the "Additional Data B" tab
    by modifying screen number 8309 in program SAPMV45A.
    I have also added a structure in the table vbak for this additional field on the screen.
    But I can not save or display the data in that field.
    Should I give the value somewhere in the code of screen number 8309 or any ohter way of this?
    Regards,
    Utku

    Hi
    When you create your screen use directly the std structure VBAK and VBAP to design the input/output fields.
    So for example if you have added the field ZZFIELD in VBAK, insert it in 8309.
    In this way the standard program VA01'll automatically store your data in your fields.
    So you don't need to write some code to store it, but only (if it needs) some code for validations in the screen flow.
    Max

  • Can we start a transaction in the current tab, in NWBC 4.0?

    Hiya,
    NWBC has a nice feature where you enter the transaction into the powersearch, press enter, and the transaction is started in a new tab. Lovely!
    Only problem is the users hate this, and want the transaction to start in the tab that they are currently in.
    Does anyone know if this is possible and if so how to do this?
    Thanks in advance!

    Enable the SAP GUI OK code field under personalize and train your users to use that instead of quick launch of NWBC.

  • How to find the BADI for the transaction CRM_IC in CRm 5.0

    Hi all,
    I have a issue:
    in CRM 5.0, for the transaction CRM_IC (IC Web tcode), i need to do an enhancement for that tcode.
    In crm_ic, we can enter Business partner and product id data,whenever we provide the inputs for BP and Product id and if we press enter then it displays the details like product description, UOM etc.
    what i need to do is when we enter product id which is not available in Product Master,develop an enhancement which get those details from Cust / Dist chain and replace the entered value with retrieved value.
    For this CRM_IC, I need to find the correct BADI.
    Can any one send me out the Exact BADI for this requirement.

    spro> crm > transactions > basic settings > badi's
    BAdI: Product Processing at Item Level
    In this step, you can create enhancements for product processing at item level in the business transaction The following methods are available to you in the Business Add-In CRM_PRODUCT_I_BADI:
    CRM_PRODUCT_I_CHECK: BAdI to check object PRODUCT_I
    CRM_PRODUCT_I_MERGE: BAdI to merge object PRODUCT_I

  • How to refer the work order status value from a different transaction in the step handler?

    Hi All,
    I have a requirement to check the status of the work order from a different transaction before doing some logic in the current transaction. The following transactions are done to replicate the issue
    1)changing the status to ONSITE to edit the work order (transaction 1)
    2)Adding some information which will do some logic (transaction 2)
    3)Completing the work order (transaction 3)
    The transaction 2 will have some logic and will be executed only if the status is COMP but even though the status is COMP now (transaction 3) my condition check in the logic is showing as ONSITE status(transaction.status=ONSITE) and it fails. How can i get the latest status of the work order in the device? Please advice

    Hi Jason,
    The CompleteWorkOrderFinish sub action does have Apply action (screenshot 1) and the transaction definition (screenshot 2)of CompleteWorkOrderFix transaction with the only property Status which has the following settings (screenshot 3)
    Also I am trying to add a status property in EditMeterFitDetaisl transaction and update this value with the current status of the work order using object collections filtering with key value. Please let me know if that approach can be followed. Thanks

  • JTA transaction is not present or the transaction is not in active state

    Hi,
    I am trying to execute an asynchronous bpel process. the bpel process has 5 OSB calls and is taking approximately 100 seconds for completion. The OSB calls in the BPEL are taking 90 seconds for completion. In the end of the BPEL process, after completion I get the following error:
    [2010/07/22 01:56:44] BPEL process instance "1220007" completed
    [2010/07/22 01:56:44] There is a system exception while performing the BPEL instance, the reason is "JTA transaction is not present or the transaction is not in active state. The current JTA transaction is not present or it is not in active state when processing activity or instance "1,220,007". The reason is The execution of this instance "1220007" for process "BPELProcess1" is supposed to be in a jta transaction, but the transaction is not present or in active state, please turn on the application server transaction debug logs to get more information.. Please consult your administrator regarding this error. ". Please check the error log file for more infromation. Please try to use bpel fault handlers to catch the faults in your bpel process. If this is a system exception, please report this to your system administrator. Administrator could perform manual recovery of the instance from last non-idempotent activity or dehydration point.
    We do not want to increase the transaction-timeout properties in the server in the Transaction-manager.xml or in the orion-ejb-jar.xml since we have other projects with synchronous processes running in the same server.
    Can anybody please suggest a workaround to overcome this issue apart from increasing the transaction-timeout?

    Hi 783703,
    As Sridhar suggested for your problem you have to set transaction-time out in j2ee/home/config/transaction-manager.xml.
    If you use Idempotent as false for your partnerlinks, BPEL PM will store the status till that invoke(Proof that this invoke gets executed).
    So better to go for increasing the time instead of going for idempotent as it has some side effects.
    And coming to dehydration ....Ideally performance will be more if there are no much dehydration poitns in our process. But for some scenarios it is better to have dehydration(ex: we can know the status of the process...etc)
    Dehydration store will not get cleared after completion of the process. Here dehydration means ....it will store these dtails in tables(like Cube_instance,cube_scope...etc).
    Regards
    PavanKumar.M

  • Where can I see the 'Transaction History assignment block'

    Thanks for your information.
    context , help for Linking Business Transactions:
    You can use this function to display business transactions that are linked with other business transactions. This means that you can view all the transactions connected with a business transaction, in the Transaction History assignment block.
    In addition to the transaction history at header level, you can also display the transaction history in service and sales transactions at item level.

    Hi Robert,
    If I'm using CRMD_ORDER, where can I do the setting?
    Thanks very much for your information.
    Best regards,
    Anders

  • The work item linked to bsp application can not be executed in CRM webUI

    Hi all,
        1. i have configured workflow in SAP GUI. And i have linked one activity to bsp application(link to the task with bo WEBSERVICE and method PROCESSDIALOG).
        2. When i start the workflow and click the workitem in workflow inbox, then the bsp page will pop up.
        3. In CRM webUI, you can find all the workitems under CRM webUI worklist as the same as SAP GUI. And when i execute the workitem in webUI. a error appears as 'Dynamic navigation for object WEBSERVICE and action F not supported'.
    In a word i want to link my customized bsp application with wokitem in CRM webUI .
    any suggestion ? ths

    Frankly, I am not aware of CRMGUI but  in general, the way we assign is
    1. Initially we define a external service ( WF_EXTSRV).
    2. Then by using that definiton we'll create a task.
    3. The task created in the second step, we use in the workflow.
    4. Now when ever any user tries to execute the workitem then it directly opens the BSP application.
    Before doing all the above steps one should make sure that the service is ACTIVE in SICF txn, and what ever the parameters that are required to pass the BSP application must be defined in the WF_EXTSRV.
    IF you want the workitem to appear in the UWL you need to register the task in SWFVISU txn with the visualization parameters  APPLICATION. and the task as BSP standard application.

  • Cleanup the Transaction Manager?

    How do you clean out the records in the Transaction Manager?
    Thanks,
    Chuck

    Hi,
    Please refere SAP MII Help to delete records from transaction manager.
    [SAP MII 12.1 Help|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]
    To delete transactions from the table, do the following:
      a.      Select the checkbox next to the transactions you want to delete from the table.
      b.      Click Delete.
    The system removes the transactions from the Transaction Manager screen, but the transaction records still exist in the system.
    Hope this help!!!
    Regards,
    Manoj Bilthare

  • Duplicated transactions in ST03N transaction profile

    Hello.
    I've found duplicated transactions in the transaction profile list , in ST03N.
    Does anybody know if this is a bug? This is a 4.6C SAP R/3 system.
    If not a bug, why the transaction is reported twice with different number of steps, response time, etc... ?
    Thanks a lot, kind regards,
       Dino

    Sorry, I was not clear explaining my question.
    I'm using ST03N , and I'm watching the Transaction Profile list.
    In this list there are few transactions which appear twice, in two separate rows, as they had different names, but it is exactly the same transaction. The number of steps and the response time infos are different in the two rows.
    I thought that the reason could be that the transaction was changed by a transport, but this is not the case.
    I would like to know if anyone else has met the same behaviour and eventually knows the reason.
    Thanks a lot, kind regards,
       Dino

  • Authorization in the node level of SOLAR01 and SOLAR02

    Hi All,
    In my project, I have to authorize the users upto the Business process level, so that they can add/modify business process steps.
    I had configured as follows
    Changes in Project
    Step 1:      Go to Transaction SOLAR_PROJECT_ADMIN
    Step 2:      Open the Project with edit mode.
    Step 3:      Go to "Project Team Member" tab.
    Step 4:      Add Team members.
    Step 5:      Check the box "Restrict changes to nodes in project to assigned team membersu201D
    Changes in Authorization Object
    Step 1:      Make a copy of SAP_SOLAR01_ALL role into the customer namespace and Make the following changes in the role
    Step 2:      S_PROJECT
                         ACTVT = 03,23,71,76
                         Set Project ID (Name)
    Step 3:      S_PROJ_GEN
                         project ID = Project ID
                         proj_func = SCEN
    Step 4:      S_DATASET
                         actvt = 33,34
    Step 5:      S_IWB
                         ACTVT = 01,02,03,33,6,80,D1,V1
                         IWB_AREA = IWBSOLAR
                         IWB_EXTNSN = /KWCUST/
                         IWB_FLDGRP = Project ID
    Step 6:      AI_SA_TAB
                         Remove PRODATA from TABNAME
    Now the users are assigned to the Business process in the Administration tab of SOLAR01.
    They are able to add the Business Process steps.
    Now the same users of the same process have to access the business process steps of SOLAR02, but administration tab of SOLAR01 and SOLAR02 are different so that, if a new process step has been added in SOLAR01, the user has to be manually added to the administration tab of process step in SOLAR02.
    Is there any chance of providing the same level of authorization in Adminstration tab of SOLAR01 and SOLAR02 automatically (like synchronizing)?
    Thanks in Advance

    Hi,
    As far as I know, there is no standard way to copy automatically the users assigned in the administration tab for a node in solar01 to the same node in solar02. I think the only automatic copy working as standard is the one that copy the users to the subnode.
    Kind regards,
    Fabricius

  • I modified the budget categories on the numbers template so now the transaction tab does not communicate with the budget tab. I figured out how to change the drop down options but how do I get it to reflect on my budget sheet? Please help.

    If you are familar with the Numbers Budget Template it has two tabs 'Budget' and 'Transactions'. If you use the template as it is designed when you input expenses on the transaction tab it will automatically add that amount into the selected category on the budget tab. I have madified my budget tab to reflect the caegories that I need, which included adding several to the template. I also added to the table so it reflects my income and expenses so I can track where I am at with a glance. Since I did this, I can't get my transactions tab to communicate with the budget tab. I figured out how to change the options in the drop down box for category but I con't figure out how to get it to reflect onto my budget tab. I'm sure that it is an easy fix, however, I am just not well versed in Numbers. I appreciate your time in helping me with this issue.
    Respectfully,
    Jon

    My guess is that while you added catetories to your Budget Sheet by adding new lines and filling in the category column, you didn't also add the formulas to these new budget lines.
    The proper way to add those lines would have been to select a cell in the line just above where you want to add a line and type Option/Alt-DownArrow. This would have copied the formulas into the new line. Maybe you did this, and maybe not. You didn't give details on how you added the lines.
    Select C2 and D2 and Command-C to copy them to the Clipboard.
    Select all the cells of Columns C and D except for the top and bottom rows and Command-V to Paste.
    If I have properly guessed the problem, you should be in business. This assumes that your Categories are exaclty the same as the entries in your Pop-up menus. Spelling counts, as does case.
    Jerry

  • In the transaction IW31, How to set "UNPLANNED ORDER" in CONTROL tab

    Hi All,
       I want to set the indicator as  "UNPLANNED ORDER"  for creating a new work order in (IW31) with order type as ZMS2.
         I m using the Bapi "BAPI_ALM_ORDER_MAINTAIN".
          and providing the value " SPACE"  for "UNPLANNED ORDER". but its not getting updated for new work order.
        Can anyone help me out of this...
    Thanks in Advance!!!!!!!!!!!!
    Regards,
    Thulasi.

    Hi Surekha,
    You can pass the order number.  First store the order number in one global memory id .
    by using this statement
    SET PARAMETER ID .'(w_uname)' FIELD w_orderno  where order_no will be the order number selected on CRM WEBUI.
    now go to class defined in the transaction launcher for va22.
    in the class there is a method PREPARE_DATA_FLOW , in this method read the global memory using the statement
    GET PARAMETER ID '(w_uname)' FIELD w_orderno.
    set the parameter icwebclientborkeyparameter with the order value.
    Now in ECC go to transaction swo1. Give the object name as ZTSTC or the one defined in the transaction launcher. In the execute method you can retrieve the value of the order number.
    Regards
    Sohit

Maybe you are looking for