Transaction launcher not working for custom business role

Hi Experts,
I am facing a very weird problem where the transaction laucher define for BOR transaction is working for one business role(Z business role Customized one) but its not working for other business role (Z business role).
to emphasize further we have the code:-
case ls_attributes-object_type.
    when lc_z23 or lc_z25.
      lv_logical_link = lc_ZITISU.
    when lc_BUS2000115.
      lv_logical_link = lc_ZITERP1.
    when others.
      lv_logical_link = lc_ZITERP2.
  endcase.
  l_if_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
  IF l_if_navigation IS BOUND .
Navigate to transaction launcher using link id
    l_if_navigation->navigate( iv_link_id = lv_logical_link ).
  ENDIF.
in this the logical link is is lc_ZITISU whenever this BSP application is called from both the business roles but in  one the window opens up for BOR transaction whereas when we login again using different business role the code is the same as given above. I mean the sam logical link id is used and navigated to but window is not opening for transaction launcher as it happens for the previous business role.
Request your help to resolve this issue.
Thanks,
Rajwin

Hi,
I tried by applying the PFCG role id of business role which was working to the business role id of the one for which it wasn't working and then try testing whether the transaction launcher is triggering. But the transaction launcher screen is still not opening even after doing this.
Probably there's something else too which is causing the problem. Request your inputs on this,
Thanks,
Rajwin

Similar Messages

  • Transaction launcher not working for custom business role in WEB UI

    Hi Experts,
    we have maintained a link for activity reports in web Ui which triggers a program Z_CRM_TIME_REPORT . we have maintained the logical links and assigned them to the custom business role. when we run the program in SE38 in GUI its working fine but we are facing the problem when we click the link in WEB UI we get a different screen related to BP and not the activity report.Kindly suggest what are the configuration need to be tested.
    Thanking you,
    Deepa

    My guess would be that the parameter stated in the logical link (navigation bar customizing) that you use is incorrect. This should be the name of the transaction launcher definition you have maintained.
    Otherwise, check the transaction launcher wizard to see that the report is maintained correctly.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

  • Reverse Engineering is not working for custom

    hi odi guru's
    i installled Hyperion 11.1.2.2 and ODI 11.1.1 . while doing reverse engineering is not working for custom purpose.
    Iam working with Hyperion Financial management with odi. created dataserver and physical schema and logical schema
    and imported RKM HYperion Financial Management Knowledge module.
    is it required for hyperion latest patches to connect with odi. Please let me know . urgent?
    Thanks in adavnce

    hi
    is it required for hyperion patches to connect with odi?
    iam getting following error.
    ODI-1217: Session HFM_Model (5051) fails with return code 7000.
    ODI-1226: Step HFM_Model fails after 1 attempt(s).
    ODI-1229: An error occurred while performing a Reverse operation on model code HFM_MODEL.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
    File "<string>", line 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
         at org.python.core.PyException.fillInStackTrace(PyException.java:70)
         at java.lang.Throwable.<init>(Throwable.java:181)
         at java.lang.Exception.<init>(Exception.java:29)
         at java.lang.RuntimeException.<init>(RuntimeException.java:32)
         at org.python.core.PyException.<init>(PyException.java:46)
         at org.python.core.PyException.<init>(PyException.java:43)
         at org.python.core.Py.JavaError(Py.java:455)
         at org.python.core.Py.JavaError(Py.java:448)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)
         at org.python.core.PyObject.__call__(PyObject.java:355)
         at org.python.core.PyMethod.__call__(PyMethod.java:215)
         at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)
         at org.python.core.PyMethod.__call__(PyMethod.java:206)
         at org.python.core.PyObject.__call__(PyObject.java:381)
         at org.python.core.PyObject.__call__(PyObject.java:385)
         at org.python.pycode._pyx1.f$0(<string>:38)
         at org.python.pycode._pyx1.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java:165)
         at org.python.core.PyCode.call(PyCode.java:18)
         at org.python.core.Py.runCode(Py.java:1204)
         at org.python.core.Py.exec(Py.java:1248)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         ... 19 more
    Caused by: com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)
         ... 33 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: Error occurred while loading driver.
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:29)
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:51)
         ... 40 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: no HFMDriver in java.library.path
         at com.hyperion.odi.hfm.wrapper.HFMDriverJNI.getDriver(HFMDriverJNI.java:23)
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:26)
         ... 41 more
    please help me , thanks in advacne

  • Document splitting not working for customer & vendor Payment

    Hi,
    We have actived Document splitting on profit center for segment level reporting.
    In below scanario Document spliting working fine.
    Vendor Invoice (Docuement type - KR)
    General Ledger view
    Expense Dr 1000      PC1
    Vendor   Cr  1000     PC1
    At the time of Payment (General ledger view) (Document Type - KZ)
    Vendor Dr  1000        PC1
    Bank     Cr   1000       PC1
    In the above scanario we dont have any issue, Based on invoice profit center spliting automaticlly in bank in General Ledgerview.
    How ever in the below scanario Document spliting is not working in payment
    No issues in Invoice
    General ledger view
    Exp  Dr  1000 PC1
    Exp Dr   1500 PC2
    Vendor Cr 1000 PC1
    Vendor Cr 1500 PC2
    When we make payment to vendor Document splitting is not working, it get splitting in zero balance clearing account
    vendor Dr 1000 PC1
    Vendor Dr 1500 PC2
    Bank     Cr  2500  (No profit Center)
    Doc splitt A/C 1000
    Doc Split A/C  1000 PC1
    Doc Split A/C   1500
    Doc Split A/C    1500 PC2
    My Finance Team requires automatic split up in bank based on vendor profit center.
    We are using Business Transation 1000 (Payment) for document Type - KZ & DZ.
    Regards,
    Lokesh

    Can you please confirm if the following settings exist in your system in various IMG nodes.
    1. Bank G/L account is assigned to item category 04000 (IMG node: Classify G/L Accounts for Document Splitting).
    2. Document type KZ is assigned to business transaction 1000 and transaction variant 0001 (IMG node: Classify Document Types for Document Splitting).
    3. In IMG Node "Define Document Splitting Rule", under the method that is assigned to your company code, transaction 1000 and variant 0001, you see 04000 as one of the item categories to be edited.
    4. If the answer for (3) above is yes, if you double-click on 04000 item category line, the processing category is set to 1 (Splitting based on base item categories).
    5. Now when you double-click on 'Base item categories', you see 03000 - Vendor as one of the base item categories in the list there.
    Please respond with Y / N to the above questions and we can go from there.

  • Oracle Workflow Delegate is not Working for the Adhoc Role

    Hi All,
    I have a requirement where I want to send the workflow notification to the Adhoc role and then if the people who are part of the adhoc role are on vacation then the notification should get delegate to the person set by the first approver. Somehow delegate is not working here.
    Please let us know if anyone of you have worked on such requirement or have come across this situation.
    Thanks in Advance,
    Viswas
    Edited by: 873477 on Feb 6, 2012 12:30 AM

    Thanks for the replying on the issue.
    This issue has been resolved now.
    In WF_NOTIFICATION.route procedure, Following query was selecting the Adhoc role name instead of the fnd_user, We have changed our custom in such way that there should always be fnd_user for the follwoing query.
             SELECT   WN.RECIPIENT_ROLE, WN.MESSAGE_TYPE, WN.MESSAGE_NAME
               INTO   recip, msgtype, msgname
               FROM   WF_NOTIFICATIONS WN
              WHERE   WN.NOTIFICATION_ID = nid;Thanks,
    Arun
    Edited by: 873477 on Feb 6, 2012 11:26 PM
    Edited by: 873477 on Feb 6, 2012 11:27 PM

  • OLSP not working for custom rule criteria to filter BWKEY

    Hi,
    I am using PC10.0.
    I created a rule criteria for BWKEY values and assigned. I assigned it the table T001K and the connector to the target system.
    I then assigned it to custom made OLSP. However when the results come out, it doesn't consider the values I entered within the filter for BWKEY.
    The filters for the rule criteria that I created don't work. However the filters for the SAP provided rule criteria; 'COMPANY CODE' works.
    The tables in my configurable subscenario include MBEW and T001K, both of which have BWKEY. The business rules don't use the same filters as that of the OLSP.
    I can't find any error. The OLSP filter just doesn't want to work when I run the job. Certain BWKEY records within MBEW remain within the job results.
    I've attached images of the rule criteria.
    What could be the problem and how can I resolve it?
    Thank you.

    Based from what I've found, OLSP seems to only work for:
    Sales Org
    Plant
    Company Code
    Purchase Org.
    Is there an SAP note that can be used to get OLSP created from custom rule criteria to work in PC10.0?

  • Session Bean Transaction Rollback not working for RuntimeException

    Hi,
    I am calling a number of JDBC create/update statements within a method in a container managed transaction stateless session bean with transaction attribute set to required. I am running the bean within the embedded OC4J supplied with JDeveloper 10g (10.1.2). For each JDBC call, i connect to a datasource via JNDI containg a pool of connections pointing to an Oracle 10g database (standard J2EE)
    If i throw a runtime exception within the method the transaction is NOT rolled back as it should be according to the EJB spec. However, if i setRollbackOnly() on the session bean SessionContext the transaction does roll back.
    Has anybody experienced this before?
    Is this an OC4J bug?
    Thanks
    Dave

    Generally, for urgent issues it's best to open a SR with Oracle Support rather than posting to the forums.
    enlist=dynamic didnt exist in 10.2.0.2.20, but does now. I can't recall what specific version it was introduced though.
    enlist=false prevents enlistment in MSDTC transactions, so thats why it's not rolling back in that case.
    "transaction branch length 90 is illegal" was a known issue on Vista, is that the OS you're using? It takes a two part fix, and It is resolved by
    1) getting up to 10204 ODP (apply the 10204 rdbms patch to your client install)
    2) applying SP1 for Vista
    Hope it helps,
    Greg

  • Controller  Error  is not working for Custom Responsibility

    Hi All
    I create a controller , Its working with Standard Responsibility. I am Setting two Values , One from database Column and other from calling a custom funciton . Its working in Standard Responsibilty.
    But same thing I am trying in Custom Responsibility , Its showing One value ie database value, But not The function return value.
    Is it the issue with security?

    hi Gyan,
    ex;
    XXResp is custom Resp : Profile attach is HR Security Profile
    If you remove this Security Profile , the Controller Works.
    But if u set the Controlller it does not work.
    Thanx

  • Is join field value does not work for Custom object 4 to 15

    Hi Everybody
    I have Custom object 7 as Related Information to campaign object. I want to pull data from campaign to Custom Object 7. I tried with join field value function, but i am getting error.
    Is Custom object 4 to Custom Object 15 not exposed with join field value function.
    Can we pull data from child to parent or it is always other way ????

    Hi,
    JoinFieldValue is not supported in Custom Object 04-15.
    Thanks & Regards
    Sablok

  • Transfer OTL to Payroll is not working for Custom Field Values

    Hi,
    We have Extended the Payroll and Project layout in OTL to include custom fields.
    Now linked the fields to Element entries input values.
    The issue happens when a retro batch is processed and transfered to Payroll the input values are not getting pulled properly.
    i.e. The retro batch creates a positive value for the new retro entry and a Counter negative value for the old record.
    Only in the case of Negative value, the issue is happening. For the positive value it is pulling the record properly from the custom fields.
    Can you please let me know, how to debug the same.
    Also this issue happens randomly not all the employees are facing this issue.
    Thanks,
    Raja Rajan

    Hi Rsn,
    just check the put this code in
    1st way--
    jjust import the api in your custom Action class
    import com.sap.isa.core.logging.IsaLocation;
    private final static IsaLocation log = IsaLocation.getInstance(ZcustomeAction.class.getName());
    then
    log.error("value"+value);
    in this  way you can debug the code...if not possible thenn...
    you can write...
    System.err.println("value"+value);
    you can also try to this  way..i think it will work now
    Thanks
    Jati

  • Delta is not working for custom appended fields (ZAKNA1) form R/3 to CRM

    Hi, This question pertains to Customer Master (KNA1) replication from R/3 4.7 to CRM 5.0 system via middleware.
    Standard fields are working fine. The custom fields also replicate fine during initial load and request loads however, delta is does not seem to be working. Any ideas or suggestions highly appreciated...Thank you.
    Best regards,
    ---Manohar

    Hello,
    it's a long way since you post this question. I'm facing a similar problem. When i enter XD02 and change only something in the classification system, the trigger for CRM update doesn't happen.  Only if i change also a master field...
    I needed the force the trigger so he can update correctly when the system is only changed in the classification system.
    At the time (3 years ago...:)) did you remember if you found a workaround for your problem??
    Thanks,
    Best regards,

  • Trasnferpage is not working for custom page in peopletool 8.52

    Hi all,
    We are upgrading to peopletool 8.52.
    Issue : Record filed people we are using transferpage function to redriect to cutom page (standard page). But page keep processing not transfering to page... Same is working in peopletool 8.51
    We have all persmission in place for that page.
    Regards,
    Venkat Mandati

    Hi,
    Is the page in the same component from where you want to do the transfer?
    Are you sure this is not a secondary page?
    Which PeopleCode event is used to do the transfer?
    Can you post the PeopleCode command that you are executing?

  • Duplicate command is not working for custom importer

    Hi All,
    I am working on a custom importer plugin. Basic features are working fine, but, I'm facing an issue with Duplicate functionality.
    I added a new custom importer clip to project and created a duplicate of that clip (by right clicking the clip in Project window and selecting Duplicate from pop-up menu). Then I added both clip instances to timeline. Now, if I change properties of one clip instance it reflects in both clips. I noticed that both ClipIds are same and they are referring to same media path. I also observed the same behavior in SDK_Custom_importer sample. But, built in 'Color Matte' and 'Title' clips works fine.
    As per my understanding, Duplicate command should create a new clip from existing clip and new clip should be independent of original clip after creation.
    How to fix this issue? Is there any selector that I should handle to support Duplicate functionality?
    Thanks & Regards,
    Chandan

    Hi Chandan,
    The Color Matte and Title clips are not quite the same as your custom importer example.  Those are synthetic clips, without a file reference on disk.  If you exported a title to a file on disk, and then reimported it, and duplicated it so that there were two clips in the Project panel that reference the same file on disk, I think you would have the same behavior as what you're seeing with your custom importer.  Duplicate doesn't create a new file on disk.  The user would need to do that manually, and then import the new file.
    Regards,
    Zac

  • Search spec not working for Multiple Business Object in Siebel

    Hi,
    In Siebel Applicaiton Specified Search spec in Administration - BI Reports->Standard Templates-> integtion Object. the Specified Search spec is not returning particular record. It's seems returning all records. below we are using search spec as [Row Id] = [Quote.BillingaccountId].
    for testing purpose specified how code value : [Row Id]='1-wXR8'(some BillingaccountId in our application from Quote Object).
    Does anybody worked on Searchspec for MultipleBusienssObjects and is the search spec syntax is correct.
    Thanks
    -Chakri

    Hi Ravi..
    thanks for replay. with SR you provided getting no search results. If you have already can you please email me at [email protected]
    And also mention format as IO1.Field1=IO2.Field2. Need to give IO.fieldname i.e Integration Object Name .Field name or IC.Fieldname.. Can you please correct.
    Thanks
    -Chakri

  • Check table not working for custom field in tcode CAT2.

    Hi Guys,
    I have created a ZCITY table for Plant which has below  3 field
    Code (5 Char) u2013 Key field
    Spras (2 char ) Language u2013 Key field
    Description (40 Character)
    I have added a custom field ZZCITY in CI_CATSDB  with check table as ZCITY.
    Now in tcode CAT2, when I enter the city code (eg. 12345) thru keyboard. 12345 does not exist in table ZCITY.
    System is not giving any error message.
    How I can I validate the input data using check table.
    Thanks,

    HI
    At the Domain Level of field ZZCITY enter the VALUE TABLE field in the Value Range Tab of the Domain.
    Cheers & Happy Diwali
    Ram

Maybe you are looking for

  • Why FM DD_GET_NAMETAB?

    Hi All, I am using a SAP fm to update something. For one scenario it is working. But for another scenario it is not working. I debugged the FM and came to know that it is due to FM DD_GET_NAMETAB. CAn somebody tell what could be possible reason for i

  • Crossdocking in EWM - Vendor to Customer via Company Warehouse

    Hi All We have below scenario. 1). Customer places order. 2). Company places order to vendor to satisfy the customer order. 3). Vendor delivers to company. 4). Company ships to customer without keeping the stock in warehouse. As I know cross-docking

  • Runtime error R6025 when closing adobe captivate 6 or 7

    Everytime I close Captivate on a system running Win 8.1 (did it with previous version of Windows, too), I would get this runtime error R6025 pure virtual function.  Any resolujtions to this error would be appreciated.

  • Find disabled user in idm side or AD resource?

    Any disabled user is moved to disabled accounts OU in AD in our enviroment. What is the best way to check for any disabled user in a workflow? is this on IDM side or in the disabled user's OU in AD? If so, what would be the correct attribute to use.

  • Download adobe error

    When I download Adobe Reader I get an error1327.invaliddrive: G:\.  Please advise.