Html template for approve/ reject sc

Hi there,
Whats the HTML tempalte for the approve / reject SC.
There is button called 'change' in the approval screen of the approval.
I want to remove this button through html modifcation.
has anybody done thsi befor / how to achieve this.
Please help.
regards

Hi,
IF you are talking about the CHANGE button which appears when adding an approver,then you can implemnet the BADI  BBP_CHNG_AGNT_ALLOW for it.Also see note 894346.
If you want to remove /disable or not allow the approver to chnage the SC using the CHANGE button,thenn you can do this by setting the  value of the paramtere "BBP_WFL_SECURITY " to low in trasn PFCG.
See if the foll threads are useful to you....
1>Re: Employee should not be able to change SC at all
2>Re: How to stop an approver from changing a line item during approval
You can also implement the BADI BBP_WFL_SECUR_BADI,
method - SET_SECURITY_LEVEL to overwrite ur PFCG settings....
BR,
Disha.
Pls reward points for useful answers.

Similar Messages

  • Sales Order (Returns)  for Approval / Reject

    Hi,
    I have a Sales Order of Credit Only Order type.
    Existing Custom Workflow
    When the Customer Service creates Sales Order of Order Type Credit Only, it will got to AR dept for Approval/Reject.
    If the AR dept rejects, then a Notification will flow to Customer Service with Rejection comments.
    Required Logic
    Once Customer Updates and saves Sales Order, Customer Service should have an option to send SO back to Approval to AR dept.
    Could any one give me the logic.
    Thanks

    Thanks for your quick response Ajay.
    I am aware that I can move it to unrestricted stock but I would lose my link to the RMA sales order. Correct?
    We currently are not using split valuation.
    Any other suggestions?

  • Changing HTML templates for Standard SRM screens!!!!!

    Hello SRM gurus,
    I have to modify the standard SRM PO screen. I have modified the screen and added the requirement tracking number field but on activation it gives me message to adapt the HTML template manually.
    How to change HTML template assigned to the screen? Also what more needs to be done for the field to appear on the SRM portal?
    I am not aware even of the transaction code to be used.
    Your help will highly be appreciated and rewarded.
    Regards,
    Shrikant Gavali.

    Hi,
    You need not chnage the Standard SRM screen nor the HTML template  to add a custom field in the PO sceen.
    Please check these notes:
    672960 - user-defined fields.pdf
    676016 - user-defined fields.pdf
    There is an additional note for req tracking no not available in SC but in your case you want the field in PO so wont be relevant.
    Note 676016 - SRM: Requirement Tracking Number not available
    Also refre this weblog for adding custom fields in the std SRM screens:
    /people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm
    The tcode for PO is BBP_POC.If you ever need to  modify the HTML template for this screen/trascn,goto SE80.select Internet service as BBP_POC.There you can see all the HTNL templates and each of which corresponds to some screen in the trascn BBP_POC(PO trascn).
    BR,
    Disha.
    Do reward points for useful answers.

  • Creating a HTML Template for Professional Web Transaction

    Hi ,
    I am  trying to create a template for a transaction. While creating the internet service.. i select the initial screen for the template to be generated. A template is generated. But it gives error when i try to use it.
    How do i create a HTML template for transaction , for which there are no default template available when creating a internet service.
    Please help.
    Thanks and Regards
    Bharathwaj

    Hi ,
    I am  trying to create a template for a transaction. While creating the internet service.. i select the initial screen for the template to be generated. A template is generated. But it gives error when i try to use it.
    How do i create a HTML template for transaction , for which there are no default template available when creating a internet service.
    Please help.
    Thanks and Regards
    Bharathwaj

  • HTML Template for Items

    I'm working on creating an HTML template for use with and Item type portlet on Portal 10.1.4. I have the items themselves rendering as I want with the layout I want but I'm having an issue with the item categories. Since the template renders itself for each item, how do I add the category to the layout so that it renders similar to the portal default, which is grouped by category. The category is displayed once and the items assigned to that category are listed below it. If I add the category substitution tag to the template the category name is rendered along with each item. If there are 14 items in one category then the same category displays 14 times.
    Does anyone have any ideas on how to accomplish this? Thanks in advance.

    You don't.  That isn't how Web Dynpro works.  The architecture is such that it abstracts the HTML/JavaScript rendering of the output.  You place a UI element on the screen and only a metadata reprsentation of the screen is created at design time.  At runtime different rendering engines can be applied to produce the final output.  This allows SAP to add new rendering engines and to improve the rendering engines over time without having to adjust the applicaitons itself. This makes Web Dynpro sutiable for producing Business Transactions, but not general web pages.  It also gives us the flexibility to render Web Dynpro in HTML/JavaScript, a desktop client (.Net 3.0 and WPF), and a RIA client (Adobe Flex).
    You can alter the theme of the WDA application when running in HTML rendering.  The theme gets automatically inherited from the NetWeaver Portal - or you can apply a stanalone theme when running without the portal.  Theming allows for some basic changes of color scheme and branding elements - but is not the same as applying a complete HTML template.

  • Enterprise service for Approving/Rejecting Time sheets

    Hi All,
    I am searching for the Enterprise service regarding "Approving / Rejecting Employee timesheet by Manager", i am able to find the Approve/Reject leave request but not the time sheet. could any one please help me in finding these services regarding time sheets. I need these services names as it is high priority issue. or is there any other way to accomplish the same task ?
    Thanks,
    Rohan

    Hi Shrivastava.G,
    Thanks for the quick response, i will look and dwell into it and see if it's fit my requirements and award points accordingly. time being i am stuck in one more problem i was able to find the Enterprise sercvices for Changing timesheet and even displaying timesheet, but surprisingly we could not find the enteprise service for the initial basic requirement of "CREATING TIMECARD", where a user can enter and book the necessary hours on weeekly basis.
    i got these two enterprise service, but it does not fit our requirement:
    1) ECC_EMPLTIMEEVENTERPCRTRC
    2) ECC_EMPTIMSHEETCHGRC
    Any help on this would be much appreciated,
    Thanks,
    Rohan

  • HTML Template for Web Dynpro (ABAP)

    Hi Guys,
    I am developing a webpage in webdynpro abap.
    my requirement is to use a existing HTML(same as existing applications) template for this.
    how do i do that ?
    regards
    Siddharth

    You don't.  That isn't how Web Dynpro works.  The architecture is such that it abstracts the HTML/JavaScript rendering of the output.  You place a UI element on the screen and only a metadata reprsentation of the screen is created at design time.  At runtime different rendering engines can be applied to produce the final output.  This allows SAP to add new rendering engines and to improve the rendering engines over time without having to adjust the applicaitons itself. This makes Web Dynpro sutiable for producing Business Transactions, but not general web pages.  It also gives us the flexibility to render Web Dynpro in HTML/JavaScript, a desktop client (.Net 3.0 and WPF), and a RIA client (Adobe Flex).
    You can alter the theme of the WDA application when running in HTML rendering.  The theme gets automatically inherited from the NetWeaver Portal - or you can apply a stanalone theme when running without the portal.  Theming allows for some basic changes of color scheme and branding elements - but is not the same as applying a complete HTML template.

  • Finding Html template for Internet Serivce BBPCF02 and BBPCF03

    Hi ,
       We need to change some spelling mistake in "Confirm Goods/Services " so for that i think we need Html template but i searched in SE80 but for BBPCF02 I am not able to get the template can any one
    sugest me how to carry the changes to the fields in the Confirm Goods/Services .
    Thanks
    Channappa Sajjanar

    Hi  Pradeep ,
         In the SRM portal  we have  "Confirm Goods / Services"  there are some spelling mistakes which we need to change like Calculate(calcullae)  so for that i view the source   i find the below template
          Template:       bbpcf02/99/saplbbp_cf_2200.html .
    but when i gone to SE80 and entered the Internet serivice "BBPCF02" but it will not display folder 99 and any of the html templates .
    Thanks

  • Any suggestions on HTML templates for MAC?

    I'm wanting to create a email page for blasting, and I've used Netscape7 for this,
    but it's not up to my desires. I've tried with iWeb/save to folder, and was told it doesnt' work well with PCs. Does anyone know of a template program or site that creates sophisitcated web pages on mac that I can create and load into an email that will work well on both MAC and PCs?
    Also any good sites on simple HTML snippets that can be loaded into iWeb for my sites?
    Thanks

    I have used Sony 7506's forever, and I still love them. I think considering most of the world listens to the majority of their music on earbuds now, it's very legitimate discussion. There is a real validity to devoting some time to making sure things sound good in the cans these days. I think the days of the Maxell guy sitting in his chair in front of his expensive stereo system and getting his hair parted are long gone. Everyone is on the go these days and listens to their music on the run.
    When I was in high school..(back in the 70's...Yikes) all the guys worked part time so they could buy stereo components. You had the great big speakers, cassette deck, turntable, amp, receiver, graphic eq... that's how we listened back then. Bigger was better... it's the opposite now, new generation new approach.
    I hate to sound too pragmatic and break the mould of the traditional studio mixing on studio speakers and nearfields, but I think we are getting close to the day where the best way to mix will be setting up you mixing facility in the front seat of a car (as your main mix) and the cans acting as your nearfields. If it's something that is going to be played in clubs, do a special mix. You have to mix your music to sound good where people are going to listen to it.
    Of course I am somewhat joking, but you have to admit I have a point.

  • Trying to add functionality for Approve/Reject a request

    Hi,
    I'm using Oracle OIM 11g, currently I need to add the functionality to Approve or Reject a given Request through API. I have gone through the following classes in "*Oracle Fusion Middleware Java API Reference for Oracle Identity Manager 11g Release 1*":
    1- oracle.iam.request.api.RequestService
    2- oracle.iam.request.vo.Request
    Nothing was available in the above classes to help add Approve or Reject functionality.
    Can somebody please help me out on how to Approve or Reject a Request through API. It would be really help full if somebody who has implemented this functionality can please post the code or any help full links etc.
    Thanks in advance.
    Regards,
    Arjun Choudhury

    No probs buddy. Just as a thumb rule all approvals are managed by soa/bpel and in OIM its just a link to that task in soa. So any custom code for approvals would have to be done via bpel apis.
    Try your hands and let us know if you face any specific issue. I have worked a bit on these and would be glad to help.
    -Bikash

  • Html template for email

    I have just started my trial with DreamWeaver.
    I'm curious will dream weaver allow me to create and design and email that I can insert into my email system using the HTML?  If so, what is the easiest way to do this?

    The easiest way I have ever created and sent an HTML email was with Dreamweaver and Apple's Safari.
    First construct your email in Dreamweaver with the understanding that you will need to define any styles in the code and not in a separate style sheet. You might consider going old-Skool and just just inline styles.
    Second, upload the result to your server. You needn't worry about navigating to it from the rest of your website. Having a server version with an unique link allows you to insert a link at the top of your HTML email that invites the viewer to look at the email in their web browser.
    In Safari, go to File>Mail Contents of this Page. That will create an email with the HTML.
    Send the email.
    Don't forget that if you use BCC to each recipient you won't be distributing your entire email list with each mail you send.
    Constant Contact and MailChimp both offer HTML email production and maintenance, and if you are looking for paid options, they are good alternatives.

  • FM for Shopping Cart Approve/Reject with comments

    Hi,
    I am looking for a FM for Approve/Reject a shopping cart/Work item ID with writing comments on Approve/Reject.
    Thanks,
    Fract

    Hi Fract,
    Yuo can change the status of shopping cart by using FM:
    BBP_PD_SC_STATUS_CHANGE_WF
    but adding commnets is not possible here.
    You can try to copy this FM and then modify the parameters to add comments though.

  • In approval workflow, can we have one action in which item can be review and approve/reject

    Hello,
    I have created approval workflow using SPD.
    While sending notification to approver, we need to mention link for viewing : [%TaskProcess:Item Title%][%Variable:InternetLink%] and for approve/reject : [%current task: form_URN%]
    So is it possible to have one link, where reviewer can review document and approve or reject it. he/she should not have to go again to mail and click on another link.
    Thanking you in advance.
    Regards,
    Jayashri

    hai
    go for DispatchAction class and then pass as parameters
    refer struts complete reference...
    it will solve ur problems..

  • Problem with speed after adding external html "template

    HI
    I created nice looking  html "template" for my site in program Aristeer 2. Basicly it created 3 files for me- *.HTML (about 10kb) *.CSS(avout 25kb) and *.js(javascript about 7kb). I was thinking that it will work perfectly ,when i will just define new dreamweaver site and open the html file in my Dreamweaver CS3.
    problem is,that everything ,what i want to do,in this site takes enormly long time...if i just click to open my html file,it takes about 2 minutes to open it,later,when am trying to delete some picture,delete some text,add some ApDiv,create table etc,it takes really a lot of time to do it...
    am just wondering why,cos am still working with ,lets say,small files,so where is the problem?
    can please somebody help me how to fix it? (when i open another site,that i designed all by Dreamweaver CS3,there is no problem like that....)
    thanks a lot
    radko

    I have no idea what the problem is.  I did download your page and I have no idea how you can even work with that file in DW.  Every time I moved my cursor, the elements either disappeared or reappeared as I moved over the page.
    Looks like every element on that page has been placed inside an absolutely positioned div which may or may not account for the 'slowness'..
    I did notice a lag (slowness) with the mouse movement - but once I managed to get open a content container, I did paste some text into it but it was all very slow.
    I' put it down to the way the page has been created honestly.  Even though it validates and no errors were found, that really is not the best way to create a web page.  (sorry).  I realise YOU did not create it, it was an automated process - I'd stay well away from it in future  :-)

  • Email Template containing approver details

    Hi all,
     I am in urgent need of sending the e-mail template to the Approver for approving the request in FIM 2010 containing details as follows:-
    Approver's Name,Request CompletedTime and request Timeout
    I have already tried [//Request/ComputedActor],[//Approval/Approver] but none revealed the result.
    Request parameter doesn't contain these attributes and Approval/CompletedTime just does not resolve.
    Please help!
    HBB

    <Going through old threads>
    Approver's name isn't needed since the email is sent to them. Plus this is a multi-valued reference attribute and you can't get those to resolve properly in the Email template. Finally the approval object points to the request and not the other way around. 
    As for when the request was submitted you can do [//Request/CreatedTime]. Unfortunately the timeout is set on the on approval object (ApprovalDuration). The best you could do here is say "You have three days to approve this request before it is escalated."
    Then use that template for approval workflow activities that have been set to three days.
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

Maybe you are looking for

  • How do I add a 2nd Backup drive to TM

    How do I add a secound hard drive for backups in TM? I have a HD backing up areas of several hard drives but I have run out of space on that terabyte BU drive. I want to add a second drive to backup files that I don't have space on my current BU Driv

  • Tie PO to a requisition via Interface

    Is it possible to create a PO through the purchasing open interface from an approved requisition line(s)?

  • Please help me solve the problem.

    I am using a sample code- VideoTransmit.java-from SUN.COM to transmit a *.avi file displayed by QuickTime,which version is 5.0.1. But there seems to be some settings in QuickTime that are compatible with the given codec plugin. And I don't know what

  • I've gone thu all of the tweeks to get firefox to use less cpu, but its still a hog since i upgraded to maverick

    since i upgraded to maverick, firefox uses btwn 30 -60% of cpu causing my whole system to run sluggish. i've gone thru all the tweeks suggested with no improvement. safari, on the other hand, uses 10-15% cpu. what is the problem?

  • SCAN Ip addresses

    Hi, doest the scan DNS entry needs to point to the node's public ip address? or that i need to allocate 3 new ip address from the same subnet as my cluster's public ip? http://www.oracle.com/technology/products/database/clustering/pdf/scan.pdf 1. Def