Fiori Approve requisition (Header) can't fetch item data

Hi,
I am trying to implement approve requisition (approval by header level).
I can see the number of PR I need to approve in the tile,
But when I click, it is HTTP error, and there is dump at the backend (CL_GBAPP_APV_PR_API)
this is because the item number is 00000.
system is new, notes are implemented.
any idea?

Hi Masayuki,
We have the same issue here and our SP level are the following:
GBAPP002 SP07
UIX01EAP SP04
Error in the frontend: {"error":{"code":"/IWFND/CM_BEC/026","message":{"lang":"pt","value":"Erro RFC: Access via 'NULL' object reference not possible."},"innererror":{"transactionid":"5486B3C840FD1830E10000000A5A0C07","timestamp":"20141210160652.9077510","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[]}}}
Dump in the backend:

Similar Messages

  • SAP Fiori Approve requisition

    Hi All
    I have recently cofgured SAP Fiori approve requisition (Purchase requisition) using custom workflow. Attached is the error I get when rejecting or approving a purchase requisition.
    Please note that the error only Occurs in QA and works fine in Dev

    Please check troubleshooting steps @ SAP Fiori - Configuration
    http://scn.sap.com/community/mobile/blog/2013/11/13/sap-fiori-ll11--consultants-should-know-about-odata-troubleshooting
    Pls put break point in backend ECC and check where the errors are coming from. You can also see /iwfnd/error_log txn in SAP GW to inspect the errors in GW side. On backend you can check in ST22 or put breakpoint and troubleshoot.
    First check general troubleshooting using oData in link above and see where the error is coming from.
    thanks
    Ashish

  • Fiori Approve Requisitions error - unable to start app

    Hello Experts,
    We have implemented the UIX01EAP (SAPK-10002INUIX01EAP) Fiori component. I have followed the link Approve Requisitions.
    I have activated the OData Service GBAPP_PRAPPROVAL, activated the UI5 application MM_PR_APV, assigned the Business Role SAP_MM_BCR_Buyer_X1, Technical Role SAP_MM_TCR_T_X1 in the Front-end Server and the authorization role SAP_MM_PR_APV_APP in the Back-end server to the relevant User ID.
    I have also followed the Configuration Tasks given in the above link including maintaining the Workflow Task under Customizing for Materials Management under Purchasing Purchase Requisition Approve Requisitions App Specify Workflow Task IDs for Approve Requisitions App.
    After this when I login to the launchpad URL using the approver user, I am able to see the Buyer (MM) group on the home page and also the Approve Requisitions tile with the correct number of pending workitems.
    But when I click on the Approve Requisitions tile to open the app, I get an error popup saying Failure - Unable to start App and get the below error in Chrome console.
    Can this be due to some missing role/authorization? Or can this be an issue with the Approve Requisitions app itself?
    Regards,
    Saurabh

    Thanks for your response Masa.
    I am getting the below response when I run the service /sap/opu/odata/UI2/INTEROP/ResolveLink service:
    Regards,
    Saurabh

  • Can I fetch LOB data directly using OCIStmtFetch2 instead of lob locator?

    Is it possible to fetch Lob data using OCIStmtFetch2 instead of fetching lob locator? I think using lob locator can increase the round-trip between client and oracle server. Is it right?

    Senthil,
    have a look at JDeveloper 10g. You can use UIX instead of JSP simply by changing the file extension from jsp to uix when creating new forms. The form bean used is oracle.adf.controller.struts.forms.BindingContainerActionForm which is a generic form.
    Frank

  • How can i Fetch the data of Kunnr address

    For Invocie printing
    vbrk- kunag/kunrg we will get payer no with this i want to fetch the data of kunnr address
    Thanks and Regards
    kishore

    Hi Kishore
    Generally If it is related to billing , payer address will be printed for invoice printing . But if you want the KUNNR address then check in VKDFS - KUNNR
    Regards
    Srinath

  • Hi how can i fetch the data from tree table

    Hi i am designing a UI in which i am creating a java tree table as on sun java site http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html now i have to fetch the perticular column value on the mouse click.I have implemented mouse listener and on mouse clicked event I tried :
    Object obj=tableInputOutputEntities.getValueAt(tableInputOutputEntities.getSelectedRow(),tableInputOutputEntities.getSelectedColumn());
    as we usually do in case on JTable but it is also throwing null exception. Again after going through forum i found some code to get the current row and current column selected values and tried with getValueAt(int,int) method but still it is throwing nulll pointer exception. Please help me out.
                         public void mouseClicked(MouseEvent e)
              Point p = e.getPoint();
              int row = treeTable.rowAtPoint(p);
              int column = treeTable.columnAtPoint(p);
              Object obj=treeTable.getValueAt(row,column);
              System.out.println("Object value: "+obj.toString());               
                                }Regards
    Naxy

    Hello Kevin,
    The question to use which method depend on your detail requirements. If you use BAPI, you need to find which Bapi can provide the data you want. Bapi normally use as a function called by external system. So you need to develop an external program like VB/Java to call this Bapi and move it to SQL. LSMW is use when you want to upload data from an external system to SAP. So it does not serve your requirement. Idoc can be use to export data to an external system. Again like Bapi, you need to find what Idoc can provide the data you want. However, it does not any programming from the external system. If I were you, based on your requirements, I think writing an Abap program that read the data you want and download it to NT/SQL server will be faster and easier.

  • Header and Item data in a module pool

    Hi Friends,
    I designed a screen in that i have header data and item data.
    Here in my screen header i have vendor number,Vendor name,
    bank Name, Branch, LC value and Due date fields.
    and for item details i have to take table control.In the item details i have the fields Sl No, PO Number and Po Value.
    and Two push buttons i need to put.SAVE and CANCEL.
    When i click on SAVE all my screen details should be saved in a ZTABLE and should generate a LCDOCUMENT-Number from the system.
    So my question is shell i take the two tables for header and item data or one is enough and if i take two tables(one is header and one is item data) how i write the logic to store into the ztables.
    How can i proceed.Plz provide me with ur inputs
    Thanks and Regards.

    Hi!
    you have to take one table.....in which u have to move the header and item data into that b'coz according to the header data the items are to be displayed.......
    select the data for which ever tables they came and then take a final table in which include all the fields of header and item .loop on all the tables from which data u have taken and inside it move the data of those fields into the fields of the final table.
    In the ALV u need to call the function module to display the ALV with that final table in which ur all data is there and prepare a field catalog of those fields you want to display in the item list.
    for example a sample code is there...
    types:
      begin of type_s_vbak,
        vkorg type vbak-vkorg,             " Sales Organization
        aufnr type vbak-aufnr,             " Sales Order Number
        auart type vbak-auart,             " Sales Order Type
        kunnr type vbak-kunnr,             " Customer Number
        vbeln type vbak-vbeln,             " Sales Document
        knumv type vbak-knumv,             " Number of Document Condition
      end of type_s_vbak.                  " BEGIN OF TYPE_S_VBAK
    types:
      begin of type_s_konv,
        kwert type konv-kwert,             " Condition Value
        kbetr type konv-kbetr,             " Rate (Condition Amount)
        knumv type konv-knumv,             " Number of Document Condition
        kschl type konv-kschl,             " Condition Type
      end of type_s_konv.                  " BEGIN OF TYPE_S_KONV
    types:
      begin of type_s_material,
        kunnr      type vbak-kunnr,          " Customer Number
        matnr      type vbap-matnr,          " Material Number
        arktx       type vbap-arktx,          " Material Description
        steuc       type marc-steuc,          " Fiscal Classification
        kwmeng   type vbap-kwmeng,         " Quantity
        knumv      type vbak-knumv,          " Number of Document Condition
        vbeln        type vbak-vbeln,          " Document Number
        kwert       type konv-kwert,          " Condition Value
        total         type p length 14 decimals 2,
                                           " Total
        ipitype  type p length 9 decimals 3,
                                           " IPI Type
        ipivalue type konv-kwert,          " IPI Value
      end of type_s_material.              " BEGIN OF TYPE_S_MATERIAL
    data:
      fs_vbak type type_s_vbak.
    data:
      fs_mati type type_s_material.
    data:
      fs_konv type type_s_konv.
    data:
       t_vbak like
    standard table
           of fs_vbak.
    data:
       t_konv like
    standard table
           of fs_konv.
    data:
       t_mati like
    standard table
           of fs_mati.
    loop at t_konv into fs_konv where kschl eq 'ZPNF'.
        move fs_konv-kwert to fs_mati-kwert.
        modify t_mati from fs_mati
        transporting kwert
        where knumv eq fs_konv-knumv.
      endloop.                             " LOOP AT T_KONV INTO FS_KONV
    * Modifying Total Field of Material Table.
      loop at t_mati into fs_mati.
        w_total = fs_mati-kwmeng * fs_mati-kwert.
        move  w_total to fs_mati-total.
        modify t_mati from fs_mati
        index sy-tabix
        transporting total.
        clear w_total.
      endloop.                             " LOOP AT T_KONV INTO FS_KONV
    * Modifying IPI-Type Field of Material Table.
      loop at t_konv into fs_konv where kschl eq 'IPI3'.
        w_total = fs_konv-kbetr div 10.
        move w_total to fs_mati-ipitype.
        modify t_mati from fs_mati
        transporting ipitype
        where knumv eq fs_konv-knumv.
        clear w_total.
      endloop.                             " LOOP AT T_KONV INTO FS_KONV
    * Modifying IPI-Value Field of Material Table.
      loop at t_konv into fs_konv where kschl eq 'IPI3'.
        move fs_konv-kwert to fs_mati-ipivalue.
        modify t_mati from fs_mati
        transporting ipivalue
        where knumv eq fs_konv-knumv.
      endloop.                             " LOOP AT T_KONV INTO FS_KONV
    and then fill the fieldcatalog and display the ALV
    Edited by: Richa Tripathi on Apr 15, 2009 3:28 PM

  • Fiori Approve Requests App

    Hi,
    few questions about SAP Fiori Approve Requests App:
    As I understood so far this App is the mobile way to see tasks like in the UWL. Am I right?
    And is SLC supported? Can we see task out of SLC?
    Thank you
    Özlem

    Hi Ozlem,
    SAP Fiori Approve Requests app can handle any workitems which are handled in SAP Business Workflow Engine on any ABAP systems.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Plant Maintenance(PM) IW21  populating Item data

    Hi There,
        I have been looking to find out the way through we can populate the item data ( Object part, Damage and Cause codes) into the IW21 from a custom program while we create/change the Notification (maintenance).
        I created an action box to get the user inputs. from there I need to populate the iw21 item data. Can anyone please give some Idea on it.
       I have tried almost all the exits but couldnt find the right one.
      The only Exit which is available is QQMA0014. But this Checks before saving notification. my requirement to see the populated data while creating.
      any input is welcomed.
    Regards
    Srithan

    Hi,
        Check the BADI <b>NOTIF_EVENT_SAVE</b>.
    Regards

  • Fetch Rx Data questions

    The Fetch Rx Data vi contained in the Rx Streaming (Host) example doesn't seem to want to time out for me.  When a data underflow occurs, instead of timing out and giving up (per the documentation), it just locks up whatever loop it's in until the application is restarted.  Is there a way to modify this vi to prevent it from stalling my RX loop?
    If I drill down to the Fetch Rx Data (U32) vi, I can see that the Timeout method in the Invoke function is grayed out.  Is that significant? 
    Thanks.

    Thanks for the suggestion.  I see now that the timeout does actually do something.  Just not what I want it to do. 
    If I don't wire the Timeout input and then I stop the FIFO data, it stalls the loop while it's waiting for more  data.  If I feed it more data then it's happy and the loop iterates.  If I wait until it times out (10 seconds by default) the loop stays locked up for good.  If I stop the application I get no error, but if I stop just the loop it throws a -50400 at me.
    If I wire a 0 to the timeout it doesn't work at all because there are gaps in my FIFO data (the FPGA won't send any unless it's triggered).
    So I guess my question becomes this: does anyone know of a way to poll the DMA FIFO status so that I can execute Fetch RX Data conditionally?
    Thanks again.

  • How can i join the header and item table to fetch the data

    hi experts,
                   i have a doubt in using inner join or for all entries, for fetching the data from the item table mseg, by taking the doc.no from mkpf. Plz sort out the difference, what happens, if i use the both statements for fetching data

    Hi,
    Both has same functionality.
    but if u are using FAE, u ahev to check for the
    ~intial condition of the source table,
    ~ duplicate entries, if any
    Inner join will fetch the data from all the join tables at once. FAE will fetch the date from a table first then use that data to fetch data from subsequent table.
    say in ur case, if u r using FAE,
    1.select from mkpf.
    2.select from mseg fae in I_MKPF.
    first try using JOIN. if it is taking lots of time, then try FAE.
    regards,
    madhu

  • Is there a way we can default the Requisition header description to Purchase Order header description in iProcurement?

    We would want to default the Requisition Header description to get imported onto the Purchase Order Header description. After the Requisition approval the Purchase Order gets created but the Header description is empty and I expect this to be defaulted. Please suggest available alternatives.

    Try with t.code AUT10 -Audit trail using which you can see the change histories.
    Regards,

  • Creating user defined pay items in a complex PO which will be created from an Approved requisition

    Hi,
    We want to create user defined pay items in a complex PO which will be created from an Approved Requisition.
    User will select the approved Req. through WebADI and update the pay Items which will be uploaded and a complex PO will be created with user defined Pay Items.
    Approach 1:
    The API po_interface_s.create_documents is running good but there is one issue with this API as below.
    When we add user defined pay items to the po_lines_locations interface table against a line they are also getting added to the complex PO correctly.
    But the issue is coming when the API is creating default shipment lines and distribution which we dont want.
    Is there any way to stop creating the default pay items and distributions?
    We only want the shipments we have entered in the po_lines_locations interface.
    We can delete the lines from the PO_line_locations and po_distributions base tables for the default lines but that will be the last option to do delete on base tables.
    Approach 2:
    We can also do the same with the open PO import interface but it is not linking the complex PO to the approved requisition from which it is created.
    Oracle mentioned that this is a future enhancement and this functionality is not available in standard PO import prog.
    We are trying for Approach 1 so any suggestions/solutions are appreciated to achieve the requirement.
    Regards,
    Sanket

    UDT cannot be created in sbo-common. You may create new db and work with table in this db (but it will be not UDT, but standard sql table), or create new company db only for this purposes and create UDT there.

  • Error while approving requisition using Fiori

    Hi All,
    I was able to configure the Purchase Requisition Approval apps in Fiori and I can able to see all the requisitions waiting for my approval.
    When I try to approve the requisition, it is getting approved.
    but it is not deleting from the list and in backend also it is not deleting from business workplace.
    but the release status of the PR is Released in me53n t-code.
    What could be the problem it is not deleting from the list when approved/rejected.
    Thanks,
    Venu
    Tags edited by: Michael Appleby

    Hi Venu,
    The root cause is your custom workflow template or your user decision task.
    There are several ways for a solution.
    1. Use SAP delivered standard approval task instead of user decision task
    2. Set same container elements for the user decision from SAP delivered approval task and implement BADI which fills user decision result container.
    3. Change your custom workflow template which checks user decision result container. Check the approval result from PR document instead of user decision result container.
    4. If you want to stick to the user decision, you can use Fiori Approve Requests instead of Approve PR.
    1. is an easy solution.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Error in Approve Requisitions Fiori App

    Hi All,
    I am configuring the fiori app "Approve Requisitions", and when clicking the tile in the launchpad, I am getting the error: "Could not start the app due to a configuration problem".
    The strange thing is that I have configured the app "Approve Travel Request" without problems, and it's working great. I can approve and reject the travels.
    I think that the error I am getting with the "Approve Requisitions" app, is due to the workflow is a custom one, and the approval task is different from the one that the standard workflow for approve requisitions have.
    Does anyone have any idea which is the reason of the error?
    Thanks in advance,
    Emanuel

    Finally, the error was due to a lack of configuration.
    I was missing the activation of some services in transaction SICF.
    Front-End Server: Activate SAP UI5 Application
    Component
    Technical Name
    SAP UI5 Application
    MM_PO_APV
    Best Regards,
    Emanuel

Maybe you are looking for

  • Macbook Pro trying to connect to Airport Extreme I no longer own

    I used to own an Airport Extreme which I used to run backups on my Macbook Pro, but got rid of it over a year ago. Then a few days ago, after a software update, I've started getting the following error message when I wake my macbook up from sleep "th

  • K9N6PGM2-V

    Can anyone confirm me which cpu's this board takes?  By what I read on MSI's website it looks like it can go all the way up to a Phenom II. Thx

  • Display count for each category in sharePoint 2013 blog site

    Hi, I have added category list in the left side as web part in SharePoint 2013 blog site. Here i want to show the count for each category. And on clicking on the category, it should show the blog posts related to that category. Is there any way to do

  • Which Reader version for Mac Powerbook G4 10.5.8 PowerPC?

    I received update notice for adobe reader  version 9.4.6. With Adobe's help I finally was able to download flash player 10.1.102.64 for my Mac Powerbook G4 version 10.5.8, Power PC processor (1GB mem). Is the 9.6.4 version compatible with my computer

  • Import from Picasa - Album names

    I'm in the process of migrating from Picasa to Lightroom and have a number of questions.  I'm posing these separately to help others search later Should the thread be worthwhile. One is:   Is there a way to get the Picasa album name into metadata som