FM to return SC details - importing Approver ID

Experts,
I notice that FM  BBP_BW_APPROVER_COUNT gives the approver's for the SC.
Is there any FM that i could give the approver and it returns the SC that he has to approve ??
Thanks in advance,
Mário.

Hi. Current approvals are stored in table SWWORGTASK or transaction SWI5.
That will only show you what needs to be approved now or has been approved in the past though, not what needs to be approved in the future once prior approvals are done on certain carts.
Regards,
Dave.

Similar Messages

  • Function module that will return week  details

    Anyone know Sap FM that will return Week  details(as below)for a given start and end dates (similar to the function module HR_99S_INTERVAL_BETWEEN_DATES which  returns details for a month) independent of factory calendar
    I am expecting
    Inputs
    Start Date  - 01/01/2005
    End Date   -  05/05/2006
    outputs
    WK YEAR BEGDA      ENDDA      
    02 2005 01/03/2005 01/09/2005 
    03 2005 01/10/2005 01/16/2005 
    04 2005 01/01/2005 01/23/2005
    Thank, Bill

    Hi Bill,
    FM is <b>GET_WEEK_INFO_BASED_ON_DATE</b>
    Here's a test-program for your requirement:
    REPORT zforum09 LINE-SIZE 255.
    PARAMETERS:fdate  LIKE sy-datum DEFAULT '20050103',
               tdate  LIKE sy-datum DEFAULT '20060505'.
    DATA : BEGIN OF itab OCCURS 0,
           week LIKE scal-week,
           from LIKE sy-datum,
           to LIKE sy-datum,
           END OF itab,
           next LIKE sy-datum.
    next = fdate.
    WHILE tdate > itab-to.
      CALL FUNCTION 'GET_WEEK_INFO_BASED_ON_DATE'
           EXPORTING
                date   = next
           IMPORTING
                week   = itab-week
                monday = itab-from
                sunday = itab-to.
      next = itab-from + 7.
      APPEND itab.
    ENDWHILE.
    LOOP AT itab.
      WRITE:/ itab-week+4(2),
              itab-week(4),
              itab-from,
              itab-to.
    ENDLOOP.
    Regards Andreas

  • How To Import Approved Supplier List  ?(do  not  create PO)

    hi,
    when i import Approved Supplier List through the Purchasing Document Open Interface (PDOI). Affter this ,a Purchase Order be created.
    i do'nt want PDOI to create Purchase Order ,how to do??
    thanks very much !!
    ==========================================
    my test data is :
    l_iface_rec po.po_headers_interface%ROWTYPE;
    l_iface_lines_rec po.po_lines_interface%ROWTYPE;
    l_iface_rec.org_id := l_org_id;
    l_iface_rec.interface_header_id := 101;
    l_iface_rec.process_code := 'PENDING';
    l_iface_rec.action := 'ORIGINAL';
    l_iface_rec.document_type_code := 'BLANKET';
    l_iface_rec.document_subtype := NULL;
    l_iface_rec.document_num := NULL;
    l_iface_rec.approval_status := 'APPROVED';
    l_iface_rec.agent_id := 61;
    l_iface_rec.vendor_id := 1;
    l_iface_rec.vendor_site_id := 1;
    l_iface_rec.interface_source_code := 'Test';
    l_iface_rec.batch_id := 987654321;
    l_iface_lines_rec.interface_header_id := 101;
    l_iface_lines_rec.process_code := 'PENDING';
    l_iface_lines_rec.action := 'ORIGINAL';
    l_iface_lines_rec.line_num := 1;
    l_iface_lines_rec.line_type_id:=1;
    l_iface_lines_rec.item_id := 1001;
    l_iface_lines_rec.unit_price := 1.01;
    Edited by: Shaowei.Zhang on 2009-11-20 下午9:39

    Hi Shaowei;
    Please follow below and see its helpful:
    [Link 1|http://www.oracleappshub.com/oracle-purchasing/approved-supplier-lists-asl/]
    [link 2|http://forums.oracle.com/forums/thread.jspa?threadID=936670&tstart=15]
    Regard
    Helios

  • Automatic PO creation from Imported Approved Requisition

    Hi,
    Is there any setup to allow automatic PO creation from Imported Approved Requisition.
    1. Run Requisition Import to import approved Requisition with no workflow fired.
    2. Can we kick off automatic PO creation workflow without kicking off Requisition approval workflow?
    Any suggestion will be helpful.

    Hi,
    pl.review the MOS doc.
    How to Create and Approve a Standard PO Automatically From an Approved Requisition Sourced to Standard Quotations [ID 308470.1]
    HTH
    Sanjay

  • Cant Update iSupplier Bank details after approved,need to modify account no

    I created the bank details in iSupplier and approved it. Now While trying to update the bank account number, in update page the field is not editable. The only fields that are editable are End dates and Bank Account Name. Is there a way i can make Account number field editable?
    System on R12.1.3
    Steps to reproduce:
    1) Login to iSupplier
    2) Go To Admin Tab
    3) Click on Bank Details
    4) Press Update for bank details with Approved Status
    5) Account Number field is not editable
    Any suggestions??

    Hi,
    I am also currently experiencing the above issue.
    Have you been able to resolve this, or identify whether this is intended functionality?
    Thanks in advance.

  • I ma getting   message SOA returned no detail. /message   in BPEL

    Hi All,
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party.
    It is showing below thing:
    <message>SOA returned no detail.</message>
    I am also getting '
    oracle.fabric.common.FabricInvocationException ' along with the errors.I think it is related SOA infra memory issue.
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is coming in BPEL intial activity.).
    Please help me in this as I am stuck in production issue.It is very urgent

    Hi All,
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party.
    It is showing below thing:
    <message>SOA returned no detail.</message>
    I am also getting '
    oracle.fabric.common.FabricInvocationException ' along with the errors.I think it is related SOA infra memory issue.
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is coming in BPEL intial activity.).
    Please help me in this as I am stuck in production issue.It is very urgent

  • Pkg tool return package detail information

    I got a UltraSparc enterprise 2 server. When I try to reinstall solaris 8 on it. I found it is very hard to manage pkg information.
    I get a lots of experience with Red Hat Linux system. RPM can return a detail information such as: installed files name and location by using rpm -ql <package name>.
    When I try to get similar result from PKG tool from solaris by using pkginfo -l <package name>, I only got some high level information about that package, no any details.
    So could any body tell me how I can get installed file's name and location in the system?
    Best regards

    Check this file
    more /var/sadm/install/contents
    Senthilkumar

  • Return delivery to import vendor

    Hi all,
    I have Created an
    1.) Import PO.
    2.)custom Miro done
    2.) GRN done at Port Plant
    3.) Created a STO and recived material at working Plant
    4.) Invoice verification done
    Now,I want to return a material to import vendor, what will be the steps to follow.
    Pls help me to resolve the issues.
    Thanx
    Regards,
    SAGAR

    IF this is indian scenario than follow the steps below
    Without creating GR Document, system will not reduce stock of material on the basis of return PO.
    Return PO Cycle is as following;
    1. ME21N - Create a Returns PO (Activate "Returns" indicator for PO line item)
    2. MIGO - Goods Receipt > Purchase Order (Returns PO) (Here system will hit Mvmt type "161" and you can also select Un-restricted/blocked stock from where you want to return the stock)
    3. J1IS u2013 Excise Invoice Other Movements
    Here click on u201Ccreateu201D button to create an outgoing excise invoice and reverse the CENVAT Amount.
    Here put all details as below and Press u201CEnteru201D.
    Ref.doc.type - MATD, Doc Number - Material document No of 161 mvmt, Doc Year, Series Group, Excise Group, Vendor
    Here check BED, ECS and SECess values to be reversed and click on u201CSaveu201D button to post the excise invoice.
    4. J1IV - Post and Print Outgoing Excise Invoice.
    5. MIRO - Credit memo w.r.t. Returns PO.

  • Vendor return in for imports

    All SAP Gurus,
    We have created the import's PO.
    In the PO we have given Basic price, Customs duty and CVD values correctly, but forget to enter freight cost.
    GR has been made (excise invoice captured), material also cleared from Quality (UD is done).
    Now, we want to add freight cost:
    1. so that the freight cost will be inventorised
    2. Payment can be made to vendor
    How this can be done now?
    (All options including cancellation/reverse of material document, vendor  return are open for us.)
    Regards,

    Hi Rajan,
    In MIRO  we can enter frieght cost in unplanned delivery cost then
    It will hit consumption account.
    Hope this will solve ur problem
    Thansk and regards
    Gitesh
    Edited by: gitesh mahamuni on Aug 31, 2009 9:35 AM

  • Return with credit only approval

    Hi,
    I have customized the workflow Order Flow - Return with Approval, for few orders which are credit only and must be approved in approval notification.
    For these order no notification came and now they are in booked status and no credit memo is created, what should I do to so the notification should come again ?
    The workflow is completed , weather I should re run workflow?
    thanks,
    /Zubair

    Hi John,
    For the user who has created the RMA, what are his profile option settings at site, responsibility and user level for the profile option OM: Notification Approver?
    I assume you have already checked this but it's worth checking that the notification is being routed to whom you expect it to be routed !
    Regards,
    Jon

  • Workflow not returning document details after update

    Hi,
    I have implemented a custom BPEL workflow process which is triggered upon a document being created or updated in Content Services. The BPEL process uses embedded java to obtain the filename of the document which triggered the workflow (much in the same way as done in the Content Services Web Services Development Kit). This works fine in the GUI version of content services, and using Oracle Drive works when a file is created, however the filename is not retrieved when updating a file using Oracle Drive (even though the workflow is initiated). As far as I can make out the Java Content Services API Workflow Manager is not returning any items when the file is updated, does anyone know why this might be?
    Many Thanks
    Dave

    Please ignore the above as the problem is not actually what I originally thought was happening. It turns out that any file which is updated through Oracle Drive does not trigger the BPEL workflow for the Upload Document workflow operation. The workflow that was being triggered for which I could not get details for was a temp file that was being created when browsing Oracle Drive before overwriting a file, the workflow could not get the temp files document details as the file was deleted before it could do so. Does anyone know a way of getting the workflow to be triggered upon the update of a file in Oracle Drive?
    Many Thanks
    Dave

  • Return delivery for imports with duty

    Dear all,
    I have recieved goods from imports vendor and paid the duty taken credit . I want to return the goods back to the vendor
    What's the procedure coz it involves duties.
    Is ARE1 anywhere related.

    Hi,
    Yes, follow Export sales process to return the material and also you have to create ARE1 document for the same.

  • Duplicate records returned when details come from 2 different tables

    I believe this should be a trivial case, but after days and days of experimenting, I can't get it. I'm creating a report of customers' transactions. The customer table links to a transaction header table (default join type). There are 2 tables which link to the transaction header, one for normal transaction line items, one for refunds. There is no correlation between the line items in the transaction table and those in the refund table, and they may or may not share a header. I have linked these two tables to the transaction header with left-outer-joins. What I want in the dataset, for a given transaction header, are all normal line items followed by all the refund line items (or vice versa). What I get, however, is a record for each combination of transaction details and refund details, whenever they share a common header. So, for example, if I have transaction line items 1, 2, 3, and 4 for a given header, plus refund lines A and B for the same header (as might happen if a customer returned 2 products at the same time he bought 4), what I want is a data set of 1,2,3,4,A,B. Instead, what I get is 1A,1B,2A,2B,3A,3B,4A,4B.
    How can I get the result I need? Is this simply a join issue, or must I weed out the duplication using complex formula scripts? Or a subreport? Or something else?
    thanks.
    John

    Subreport would solve this problem but it sub-report take a long time export. Does anyone know how to integrate subreport without suffering the performance lost?
    My report have two subreport and everytime I tried to export the value it take ages to export. My database is only about 20k items and it take almost 10 min to export.
    Does any one know how to make this process faster?

  • Timecard details in approval notification

    Hi All,
    My query is related to entering timecard in OTL for projects.
    I am entering time against 2 projects in a timecard and timecard is being sent for approval to 2 different approvers having details of time entered against their respective projects.
    e.g. approver one is getting data in its approval notification for project 1 only while approver 2 is getting project2 only in its notification.
    I wish to know from which table, we can see what project and time data is being sent to approver 1 and what project and time data is being sent to approver 2.
    Edited by: gsaxena on Oct 11, 2009 11:08 PM

    When you submit time for multiple projects, mutiple application periods will be created, this application period is key for approvals.
    So if you submit time for 3 projects, 3 application periods will be created and these 3 will be linked to main Timecard id.
    This link will be stored in HXC_TC_AP_LINKS table.
    Once you know the application period ids, query in HXC_APP_PERIOD_SUMMARY with the application period ids. in this table there is column called Time category id, this actually represents which project the application period is for. get the time category name (from HXC_TIME_CATEGORIES table), the name actually contains the project_id.
    So once you identify the correct application period for a particular project, query in HXC_AP_DETAIL_LINKS table with the application period_id, this table contains the actual Detail building blocks belonging to a particular project.
    Hope my explanation is clear!!
    Though it looks little complicated, just browse thru the above tables, you can understand easily.
    - Ramu

  • Qualified Table (Bank Details) Import Question

    I am using MDM 5.5 SP6
    I am using the Standard SAP delivered Vendor Master Repository and trying to load the Qualified Bank Details table. Bank Details qualified table we have 9 non-qualified fields and 6 qualified fields.
    Do we need to load the non-qualified fields in the bank detail table first?
    Anyone help me with details about how to load this table including linking this to the main table?.  If anyone has any document explain the steps in detail then could you send it?
    Thanks in Advance
    Steve

    First thanks to all who contributed.
    I am able to load the qualified table but these non- qualified fields (Street, City, Swift Code, Bank Group, Bank number and Bank branch), I am not able to map it so after loading it was blank.
    Out of the 9 non-qualified fields in the Bank Details Qualified table, Country, Bank Key and Bank name are DISPLAY fields and I am able to map and load these fields. 
    Other non-qualified fields such as Street, City, Swift Code, Bank Group, Bank number and Bank branch are NOT DISPLAY fields. While using the import manager and doing field mapping, for these 6 fields there is NO destination fields displayed. So I couldnu2019t map it.
    When I made the above 6 non-qualified fields as DISPLAY fields, then try to map it, I am able to see these fields in the destination side and did the mapping. After import still those 6 fields are blank.
    What I am missing here?.  Is there any limit that only 3 non-qualified fields we can map it?
    Steve.

Maybe you are looking for