Approval Authorization Template

Hi All,
We are trying to set an approval by invoice line item. We want approval authorization when  the quantity of specified inventory items are not between ranges identified per each item in user defined fields.  The approval authorization only works if the specific item is in the first line of the  invoice, otherwise it ignores it.  
We are using the following query:
SELECT Distinct 'TRUE'  FROM OITM T0 WHERE T0.ItemCode = $[$38.1.0] AND $[$38.11.NUMBER] NOT BETWEEN T0.U_RWeightMin AND T0.U_RWeightMax
We would really appreciate some help in making this happen.
Thanks

Hi Stephanie,
I think its impossible to make an approval authorization in the inv1 lines. i only made an approval authorization with Oinv. Approval authorization doesn't work on the grid.
I have a solution for you.
If you make a formatted search for example in the Item Description that is a field mandatory
<i>SELECT ' ' FROM OITM T0 WHERE T0.ItemCode = $[$38.1.0] AND $[$38.11.NUMBER] NOT BETWEEN T0.U_RWeightMin AND T0.U_RWeightMax</i>
If its true the Item Description will be ' ' and the item table appears.
I think it works
Regards
Augusto Silva

Similar Messages

  • How to delete (remove) a approval procedures templates ?

    I have added an approval procedures template for 2 stages for Good Receipt PO.
    then we used this approval procedure for several days.
    recently , our manager hopes me to remove this approval procedure.    &#9582;(&#65088;_&#65088;")&#9581;
    I have tried many methods to delete (remove) or stop this approval procedure.
    but , I still can not find out the solution.
    hope somebody can kindly give me a suggestion. :P

    Hi!
    THERE IS NO WAY TO DO IT.
    If you still want to delete it from the database please create message to SAP support. May be it helps.
    Regards,
    Anton.

  • Don't Know How to Activate or Find Approval Workflow Template

    Hi
    I'm using Sharepoint 2013. I want to add an approval workflow but I don't know how, and actually I don't know if it is already installed or I have to install the Approval Workflow template separately?!
    Can anyone tell me how can I overcome this problem?
    Thanks

    Hi,
    According to your post, my understanding is that you wanted to find Approval Workflow Template.
    To activate the Workflow feature, you need to click Site Setting -> under Site Collection Administration, click “Site collection features",  and then activate the "Workflow" feature.
    Then the Approval Workflow Template will be appeared.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Is there a SP2013 Approval Workflow template?

    I've researched the web and it appears there is no SP2013 Approval Workflow template. The only out-of-the-box approval workflow template for SP2013 is the SP2010 Approval Workflow template? Is this correct? I would to have this confirmed by an MS
    tech.

    Hi,
    In SharePoint 2013, there is no OTB workflows, But still SP 2010 OTB workflows can be created on the SP 2013 site and part of the default SharePoint installation.
    Still its runs on backward compatibility in SP 2013. 
    SP 2013 workflows are scoped broaden in terms of functionality and usage, scale able ,robust  and runs out side of the SharePoint server.
    For these reasons,SP 2013 does not have OTB workflows.
    Murugesa Pandian | MCPD | MCTS | SharePoint 2010

  • Approval/Authorization Issue

    Hii
    I have an Outgoing Payment document which has an Approval process, when a user add OP(Outgoing Payment) thee document is moving to the Approver properly but the problem is when an approver trying to view that document by clicking on arrow the system is giving a message
    you are not permitted to perform this action
    i tried checking in general authorization but of no  use
    I guess there is some authorization issue with the approver
    can anybody let me know the cause
    Thanks
    Riyaz

    Hi Senthil
    Yeah you are right this is issue of authorization,
    well i have given all what you asked but here the case is the approver can approve the document without any problem but the thing is when he tries to click on the document number in the approval screen he is getting the above mentioned error
    Thanks
    Riyaz

  • How to publish an Admin-Approved InfoPath template to 2 different site collections, and retain same internal column names

    Hi,
    I am wondering how best to publish an InfoPath form as an Admin-Approved template, to both Site Collection 1 (SC1) and Site Collection 2 (SC2). Some fields are promoted to SharePoint columns.
    I have already published my form to SC1, by choosing Publish to SharePoint Server > chose SC1 > Admin-approved > chose to publish to columns I had created manually on SC1 (these columns had relatively user-friendly internal names such
    as 'Form_x0020_Status' etc, which I reference in xsl + code). I then uploaded the template in Central Admin as Admin-Approved, and activated the feature on SC1. This all worked fine.
    However, if I then go to activate the feature on SC2, it creates columns with different internal names (GUIDs), which means my xsl + code won't work. If I try creating columns manually on SC2 before publishing, it still creates new GUID columns.
    This of course must be because on feature activation on SC2, it cannot find the exact columns specified in the template (which was published to SC1), so it creates new ones.
    In that case, what is the best way to publish an Admin-Approved template to 2 different site collections? One option is to create the columns using code, and deploy them to both sites as a feature, ensuring all IDs are the same. But should this be necessary, is
    there any option available using only InfoPath and SharePoint?
    Thanks for reading.

    Check these similar threads
    Republish
    existing InfoPath Form to a different SharePoint Site
    How
    to Programmatically Publish an InfoPath 2010 Template (.xsn) to Multiple SharePoint Sites
    Hope it will help
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • IM - Appropriation Request approval authorization based on Budget Value

    Hi all,
    Can someone help me confirm the following?
    I'm implementing Investment Management module and use appropriation request (AR) to approve budgets where AR statuses can be approved only by certain authorization groups, and we do not use Workflow. The problem is that we want the status change not only based on authorization but combined with the budget value. For example, for budget <50,000 then Superintendants can approve the AR but if it's >50,000 then only Managers can approve the AR.
    As far as I've looked, IM module does not provide this functionality where authorization can be restricted based on budget value. Can someone confirm this?
    Thx very much in advance!
    cheers,
    -Ri-

    The standard AR workflow sends a notification (document once approved) to the applicant and workflow to the approver (for approval). For details refer the link below:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/2a/f9f542493111d182b70000e829fbfe/content.htm
    Standard reports under Investment Management>Appropriation Requests>Reports on Appropriation Requests>Master Data Lists ex.,T Code IMR5 - Appropriation Request Without Distribution Without Variants with changed layout to include system status would show you the required information.
    Regards
    Sreenivas

  • How to delete Approval procedure Template,

    I have created one Approval procedure templete in which unfortunately i have taken manager as origenator.
    I have to delete this Procedure template.
    It is urgent.
    Thanks.

    i dont know if this is the right way...
    but there is 2 way i know of,
    1. use query analyser and change the originator from manager to someone else
    something like this
    update wtm1 set userid = '2' where wtmcode = '[code]' and userid = '1'
    2. give another user the autorization to modify the approva procedure which is not in the originator

  • Approval Stage & Template Problem

    Hi Experts,
    I have created approval stages and template for outgoing payments where document total is the only criteria for approval templates. Is it possible to restrict specific user with outgoing payment series wise by writing query ?? If possible how could I do it ...please suggest ..
    Regards,
    SK

    Hi Rahul,
    As per your suggestion I have written this query to restrict particular series and doctotal but its not working actually.The condition fires only on the basis of Total Document (checked) and Ratio - > condition as given
    But if I configure this set up as the given below format then
    Approval Template Setup -> Terms tab -> "When the following Applies" -> Total Documnet (unchecked) -> added a query in term based on user query box as below :
    Select Distinct 'True' From OVPM T0 Where T0.Series=115 And T0.DocType= 'A' and T0.DocTotal>1000 And T0.DocTotal <=10000 and T0.UserSign=7 and T0.DocNum=$[OVPM.DocNum.0]
    (The given query is wrtten on basis of specific doc Seris, Account type payemnt,  generated user and range of doctotal)
    then its not working ....Could you suggest that anything wrong in the query ??? Please guide.
    Thanx and regards,
    SK

  • SRM PO approval Wf. template no 14000145

    Dear all,
    We have got a PO approval WF in SRM. Here WF is stuck after PO approval step. For some reason it is not going further. We have got lot of POs in this state. It shows the error "exectuion interrupted" when we see the technical workitem display, at WF level  .
    we have got lot of WFs for POs in the same state.
    Please advice.
    WF template no: WS14000145
    Thanks
    Vittal

    Hi Vittal,
    Not sure if it will work, but you can try transaction SWPC to see if they appear there and if you can then give them a nudge to continue.
    Regards,
    Martin

  • Travel Approver Authorization

    Can we restrict Travel Approver to not able to make changes to the requests? The requirement is that the Travel approver should not be able to make changes to the requests and at the same time able to approve it as well.

    Hi,
    Your question is very generic. Following are possibilities for different scenarios:
    1. If travel mgmt implemented only in R/3 (No ESS/MSS).
        - It is posible to restrict approver not to make changes with R/3 authorizations.
    2. With ESS/MSS on Travel for ECC 6.0 (No enhancement package).
        - Manager can change the trip details and this too can be restricted with R/3 authorizations since the change/display will navigate from portal UWL to R/3 transaction.
    3. With ESS/MSS on Travel for EHP2 or above.
        - Manager can change the trip. However, we can restrict this by modifying the POWL class to remove the change option from the POWL approver screen.
    Thanks
    Karthik

  • Approval Authorization for Sales Order

    Dear Experts,
    Can anybody help me by providing a user query for Approval templete for the following condition.
    The system should prevent the sales order & Delivery when the customer is having one oustanding invoice above 90 days and the balance due for that invoice is less than Rs. 100
    Regards,
    Srinivas

    Hi Gordon,
    Thanks for your effort. I am getting the approval window after the sales order . ie at delivary it is asking me for approval and also for every delivary it is asking even the customer doesn't have any outstanding. if the approval process activates during SO genaration time ..then this will be helpful.
    If any previous invoice having outstanding balance >100 and if it exceeds 90 days then it should ask for approval. But the system should not check the Customer account balance.
    Regards
    Srinivas

  • How to Create authorization WAD template for BW3.5?

    Hi All
    How To create Authorization for a Web template in Bw 3.5 ?
    I have a requirement to restrict a particular Web templated in bw 3.5 So that all the end users should not be able to access that template only a particular user should be allowed to view the template?
    I cant find any authorization object for the WAD template in bw 3.5 ?
    Can anyone tell me the procedure to include the WAD template authorization?
    Should i include the authorization template in the Menu - in pfcg??? . i have added the template in the Menu in the PFCG but still it didnt work.
    Thanks

    As you said, the authorizations for the WAD templates should be given in PFCG roles.
    But you have to include the access/authorization details in the authorization objects. WAD templates have been created with including info/multiprovider, info cubes right.. first you have to include these objects inside the Role in PFCG.
    S_RS_COMP,S_RS_COMP1,S_RS_MPRO,S_RS_ICUBE.
    just assigning WAD template in the menu of the roles is to display when you login with the userid.
    Please request your BASIS folks to do the same.
    Hope this would help you.

  • SP2010 and Infopath: Can't publish form, getting "An Administrator must approve this form template before it can be filled out"

    Hi everyone,
    I'm hoping that someone can shed some light on this issue that I'm having, publishing an InfoPath form to SharePoint 2010 sharepoint site. To start off, I am admin of the sharepoint site I'm publishing to, with full permissions; I am NOT a central administrator
    for sharepoint services though, that is our IT manager.
    I have designed a simple form, questions and text fields, a button at the bottom to submit, and in the Submit Options for the form I added some emails to whom the form will go to once submitted.
    I published the form the first time successfully, selecting:
    -Publish
    -To a SharePoint server with or without InfoPath Forms Services
    Selected the site where I am an admin on
    -Enable this form to be filled out by using a browser
    --Document library
    etc, next, next success, I got the URL for the form.
    Went through just fine, until I opened the URL for the form and realized that I left the option to display the form Menu which I didn't want displayed to users.
    I went back in InfoPath and removed these options from Form Options (Browser), tried to republish it, and at the "Enable this form to be filled out by using a browser", the first two options "Document Library" and "Site Content"
    are no longer selectable, greyed out, and instead I can only select "Administrator-approved form template (advanced)" option.
    What gives here? Why was I able to publish it the first time without any issue, but once I remove the option to show the menu in the browser, I can't republish it. This is such a huge pain and causing so must wasted time trying to find a solution. I have no
    code in the form, it's a simple form. I tried adding the menus back, and it's still giving me the same problem about admin-approved forms..
    About 6 months ago I designed another form for another sharpoint site, and I remember having run into this issue before but found a way to get around it, but I can't find that info anymore.
    Can someone shed some light on this please, I find this behavior so inconsistent..
    Thanks in advance!

    Hi Teredactle,
    Based on your description, I did a testing per the below:
    Create a blank form with InfoPath Designer, and add a Text Box and a submit button, the submit button send an email to a people.
    Publish the form to a new library in my SharePoint site.
    re-open the form via InfoPath Designer, and click File->Forms Options->Web browser, unselect some options
    Then re-publish the form. I re-published the form via the Quick Publish and Publish->SharePoint server, they all worked well.
    Whether you can use Quick Publish to publish the form.
    As I cannot reproduce your issue, I suggest you create a new form, and test again, compare the result.
    And test on another site, check whether this issue occurres on other sites.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Approval Workflow and Templates

    Hi
    When using approval workflow and templates, does it exist a workaround of how we may solve the issue where we have to set approval and templates for each KM folder in a hierarchic structure?
    Could it be possible to set these settings for a topfolder and inherit the settings for the siblings?
    Regards
    Kay-Arne S. Aarlie

    Hi,
      You must configure approval service for each folder. It'is not inherit. But, you can develop it, in this link you can find knowledge management and collaboration funcions.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/knowledge management and collaboration developers guide.html
    Patricio.

Maybe you are looking for

  • SuPM home page getting stuck and couldnt able to enter

    Dear All, Greetings.... we are not able to enter into SuPM home page and getting stuck while its loading.. due this cause, we have installed flashplayer_10_ax_debug (No flash player exist earlier). Now while loading SuPM home page in Portal, its disp

  • New iMac 24 " GeForce 8800 flicker : sharing a solution

    Just in case you face the same problem I have had with a new 24" iMac equiped with a GeForce 8800 GS. I faced a flickering of rectangular areas on the screen in certain applications, the worst being Capture NX 2, but also while scrolling the iTunes S

  • User Status change problem in Process Order

    Hi, We are in process of upgrading our system from 4.6C to ECC 6.0. I have a problem with User status change for process Orders. In 4.6C we are using the profile x with settings: 10     ZNEW     Created process order     10     90     1     1     ZST

  • More and more money every month

    Been having problems with BT account for months now tried to set up a direct debit as had a problem with bank account and had to cancel and re set up, every time I try this it tells me I need to make a payment first which I do, this was £73 the first

  • CATS - adding WBS Short Text to Data Entry Section

    i got the wbs short text to appear in the work area but it's not showing up in the data entry section. It's all setup in CAC2 under worklist and data entry. Am I missing something else ?. There looks to 5 core fields in the data entry section and usi