Removal of Buttons from Adobe form for PCR Approval

Hi,
I am using adobe forms for PCR approval using the Business object method EXTSRV-PROCESS. The binding parameters are as follows,
<b>MODE = &Displaymode&
REQUEST_NO = &Notification.Number&
DESCRIPTION = &Notification.Description&
IFV = A</b>
The display mode passed as parameter is 'Change'.
The problem is i am able to see all the 5 buttons (Approve/Reject/Return to Author/Compete/Exit) but I want only the Approve/Reject/Exit buttons to be seen. I found the following thread with more or less similiar requriement but unable to find a solution from it. Any suggestions on this?
Buttons for ISR_APPROVE & ISR_PROCESS appearing in Workflow
Thanks,
Prasath N

Hi Prasath,
Long time before even we too had a similar requirement...But we were not able to solve the problem. Luckily, USER is convinced with going ahead with those 5 buttons.
Will surely keep you updated in case if I get to know any solution.
Regards,
<i><b>Raja Sekhar</b></i>

Similar Messages

  • Migration of JSP forms into adobe forms for PCRs

    Hi All,
    I am working on Upgrade project for ESS/MSS. Our client had JSP based PCRs which we need to migrate into adobe based PCRs.
    i have few questions regarding this migration.
    Has someone the experience to migrate a  JSP based PCR into Adobe based PCR?
    How much effort the migration will take, and can we fully reuse ISR configuration and workflow?
    Thanks,
    Ankur

    If you are using the SAP delivered JSP forms - there maybe equivalent SAP delivered Adobe based PCRs in the next ESS/MSS releases that you can use instead of migrating the forms
    I am not aware of any tools or documentation that help to migrate custom JSPs to custom Adobe forms
    As I see it you would have to create new Adobe based versions  of your JSP PCRs  - I am vaguely aware of a guide entitled
    "Developing Your Own Personnel Change Requests" for ERP2004 - however I am not sure how you would obtain a copy
    or whether this approach is recommended, supported or complete - this documentation would detail how to create an ISR based Adobe form
    At the same time there may be restrictions as to what standard JSP forms are available as standard Adobe forms and what can be configured in the ISR scenarios (for example use of Value Help in WD JAVA Adobe scenarios)
    - SAP have been recommending instead of creating say a ISR based Adobe form for WD JAVA to
    use HCM processes and forms (also available in the MSS role) going forward
    - HCM processes and forms is WD ABAP based framework using Adobe which allows users to create custom Adobe forms which update back-end infotypes directly from the Portal - also such scenarios as Value Help etc may be possible (or more easily achieved)
    Best wishes
    Stuart

  • Submit button from Adobe form doesn't trigger action???

    Hi all,
    the submit button within Adobe form doesn't trigger any action that i wrote. it happens to my machine, but it doesn't happen on some of my colleague's machines.
    i am using Adobe reader 8, when the first time i use IE to display the app, it prompts me to install some kind of activeX plug in, and after it installed, it told me that some setting is not correct, and it mentioned about adobe reader 6 or 7.
    will downgrade to 6 or 7 solve this problem? is there any other walkaround for it?
    thank you!

    If you are on Netweaver 2004s SP9 or higher, you could change the displayType property of InteractiveForm UI element to "Web Dynpro Native" and use the submit button from "Native" tab.
    If you are any other lower version, you dont have a choice but to use "activeX" which requires Active Component Framework (ACF) to communicate with server. You need to use button from "Web Dynpro ActiveX" tab. You need to install the right version of ACF (SAP Note 766191). Better if you use Adobe Reader 8.1.2.
    Thanks
    Ram

  • Remove DEFAULT BUTTONS from User Form

    Hi.
    At the bottom of the Create User Form are 6 standard buttons :
    SAVE..........BACKGROUND SAVE..........CANCEL..........RECALCULATE............TEST..........LOAD
    I would like to remove some of them.
    How do I do this?
    P. S. I am aware of the "*noDefaultButtons='true'"* command. This is not what I want. I would like the default buttons to remain. For instance : SAVE and CANCEL.
    I just wish to remove others.

    The code for the default buttons are not likely to be found in a form but rather defined within the java code embedded in the jars.
    Regarding the definition of the other buttons you are unfortunately digging into areas of Sun IDM that are not very well documented.
    (See the results for the processInputs you show: [http://search.sun.com/docs/index.jsp?col=docs_en&locale=en&qt=processInputs&dcol=1514.6|http://search.sun.com/docs/index.jsp?col=docs_en&locale=en&qt=processInputs&dcol=1514.6] )
    The difference between the background save and a regular save (as you noted), from what I'm guessing since it's not well documented, is the definition of the processInputs.backgroundProvisioning in the field name. (Most buttons don't have field names since they don't need to push data back into the user view.) It's being set to "true" but the command is the regular "Save" button command. (The save button command instructs IDM to process the changes WITH form validation as opposed to SaveNoValidate.)
    This means that when the button is clicked the user view is being updated with the processInputs.backgroundProvisioning option set to true. Obviously IDM uses that flag to process the user view differently.
    Again, how and why that is used is not well documented. The only references I can find is in the ViewConstants and UserViewConstants classes in the javadocs but there's really no explanation about the use of the backgroundProvisioning variable.
    This is easily my biggest complaint about IDM. The options you need to customize the product aren't exposed properly to a developer. Sorry I can't be of more help. You've run into the same brick wall many of us have.

  • Submit button from Adobe form doesn't trigger event???

    Hi all,
    I am having this weird problem, the submit button wont trigger any event i register to "submit" and so as to the "check" event. when i send the link to one of my colleagues, the button can trigger the event.
    i am using adobe reader 8 on IE 6, didn't solve the problem when i downgrade it to reader 7.
    any advice???
    Thank you.

    Hi,
    I too had a similar problem sometime back regarding the Submit button. Since you are saying that it is working for your colleague but not you, I predict that something wrong with the network you are in, compared to that of your friend.  Have you provided the Preprocessor URL for the button in the Adobe designer?
    Cheers
    Madhu

  • Hide buttons from Adobe on Interactive Forms

    When the PDF is displayed, I get all the buttons from Adobe on my toolbar. I can only find one option in NWDS where i can hide toolbar, but that hides the whole bar. I want to keep the fileoptions like save, print, search.can anyone help me.

    You can also easily add a button yourself for actions like save, print, etc.
    for save add the following javascript: app.execMenuItem("SaveAs")
    for print: xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);
    look in the acrobat javascript scripting reference for more detailed information.
    You can also configure your own custom menu through the app object.
    Kind regards, Marijn Sponselee

  • Creation of UI elements on click of a button in ADOBE form

    Hello Experts,
    I have a requirement which is ,
    on the ADOBE form after pressing some action Button i need to create a row of UI elements like Textbox label and Radio button with the values coming from Backend WDA application.
    Number of rows created are equivalent to number of  times button is clicked.
    Also in some cases i have to preload the rows with the existing data.
    Please let me know if this requirement can be accomplished in ADOBE form.
    Any inputs ,Suggestion and help will be very helpful.
    Thanks,
    Siddharth

    Thanks for the help,
    I resolved this by creating elemnts in WD context on click of a button in ADOBE form,And in form i used the WD context structure as a table with required cell editors.
    PDF form should be of type dynamic in this case.

  • Interactive Adobe form for performance appraisal

    Hi Experts,
    Is it possible to create Interactive Adobe Form for Performance appraisal? I understand that the appraisal template varies company to company.Does it affect the Form? Can we update the infotype 0025 ( Appraisals where appraisee /Appraisals where appraiser tab) ? Please advice on this.

    Hi,
    We had the same question sometime back. This is what we found
    1. Users will not finish Performance Apprisal document in one session, they will complete partially and then comback another day to complete it.
    2. IT25 is not like normal infotype, it might be challenging to update it with BAPI/RFCs.
    These two issues stopped us from doing Adobe interactive forms (PCR like) for Performance apprisal.
    Srini

  • WebDyn pro code doesnt call on perssing Submit  button in Adobe forms

    Hi all,
       I am tryng to save data from Adobe form into SAP, by clicking Submit Button.
    for this submit button I have selected *click event and in Web Dynpro event onSubmit written method.
    to see flow I put a Break-Point inside method, when I executive this application and click on submit button
    control doesn't go to the Break-Point.
      can anybody help me in this.
    Thanx..

    HI,
    Check whether u have dragged and dropped WebDynpro ActiveX Submit button..
    Also check whether u hv given the property *"displayType"*  in MAIN view--> Layout Tab as ActiveX.
    And if u hv any javascript coding for that Submit button, u hv to goto *Utilities--> insert scrip*.
    For this u hv to check the form is in change mode and then only u can insert the script
    Regards,
    Surya

  • How to hide 'SAVE' button in adobe form layout

    Hi  Friends,
    I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .
    Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution
    Thanks and Regards,
    Subeesh Kannottil

    Hi Subeesh,
    Are you talking about restricting the User from Saving the Adobe Form Output. 
    Regards,
    Sivanand Ala

  • Remove EDIT button from FPM ToolBar

    Hi All,
    I am new to FPM, and I am working on SRM 7.0. In the Monitor Shopping cart WD application, after search event, a list of Shopping Carts are displayed, when we click on one of the SC number, the SC screen opens as a new Pop-up.
    Here we have an EDIT button, and we need to remove this button from this screen.
    Technical Details(EDIT button):
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: FPM_OIF_COMPONENT
    Window Information: FPM_WINDOW
    View Information: CNR_VIEW
    Configuration ID: ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL
    Technical Details(SC screen):
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: /SAPSRM/WDC_UI_SC_DOFC_HD
    Window Information: IV_L_FPC_CA_HDR
    View Information: V_SC_BOFC_HD
    Configuration ID: /SAPSRM/WDCC_FPM_SC_HD_PR
    Appreciate any help on this.
    Thanks,
    Prabhakaran

    Hi Prabhakaran
    You will need remove the static usage of config id ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL and make use of dynamic component configuration depending on the particular scenario.
    Create two configuration id's ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL1 and ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL2. Set visible property of Edit button as visible in the first config ID and none in the second.
    Now assign this config ID dynamically depending on the scenario. If scenario is Monitor SC, then assign config ID ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL2, else assign config ID  ZSAPSRM_WDCC_FPM_OIF_SC_PROFNL1.
    Please refer the below document for usage of dynamic component configuration.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70337875-167f-2e10-daa7-a1c69d55ee95
    Hope this helps.
    Regards
    Lorraine

  • How to dynamically add/remove a button from the ribbon based on some condition? (Ribbon XML)

    Hi,
    I have a ribbon (done using ribbon XML) with menu options. I need to remove few buttons from the menu dynamically based on some condition. Also, I want to change the label of another button. How to achieve this programmatically? (C#)
    Thanks in advance.
    Thanks Prasad

    Hello Prasad,
    Use callbacks for populating Ribbon controls such as menu, dropDown, gallery and etc. Then you can use the
    Invalidate or
    InvalidateControl methods of the
    IRibbonUI interface to get your callbacks invoked when required. Thus, you will be able to delete the required item(s).
    You will find the following articles in MSDN helpful:
    Chapter 11: Creating Dynamic Ribbon Customizations (1 of 2)
    Chapter 11: Creating Dynamic Ribbon Customizations (2 of 2)
    To change the label of your controls at runtime you need to use the getLabel callback and call the Invalidate or InvalidateControl methods of the IRibbonUI interface. The following series of articles describe the Fluent UI in depth:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • JSP forms for PCR's on ERP2005

    Hi,
    I have the opposite problem upgrading to ERP2005 we would like to use our existing JSP forms rather that develop new Adobe forms.
    However when I configure my scenario with an entry type ‘Using JSP iView’ I get an error message in the portal ‘No Adobe Form Is Assigned to the Scenario’ After debugging it is because the template id does not have an entry. – You can only enter a template id if I use the Adobe form config. This to me suggests that its Adobe forms for your PCRs or nothing.
    Has anyone used JSP forms with this version ?

    Are you using MSS iviews that have been delivered to call Adobe PCRs ? - it may be possible via SFP, QISRSCENARIO
    NWDS, Iview properties to change the iview to call JSP - however I am not aware of any documentation providing steps
    to do this or supporting this
    What if you use instead the old MSS iviews that were delivered to call JSPs PCRs
    As I see it JSP forms should be callable if you either use old MSS role entirely or a custom role containing old MSS iviews
    There is another thread which might be of interest in this regard
    Using JSP based PCR forms in ERP2005 rather than Adobe interactive forms

  • Update SAP from Adobe forms

    Hi all,
    I use BAPI with web service to update several line items (e.g. of a PO) from a table in Adobe forms to SAP.  I expect that all the occurrences of the line items to be transferred to the func mod. via the defined table interface, but only the last line got transferred and the others seem to be overwritten.  I have tried adobe fixed and dynamic tables but that did not change the outcome (In another application, I'm able to display all line items from func. mod. to Adobe form).  Question : What do I need to do to have ALL the line items transferred  from Adobe form to the func. mod. ?            
    Components used : Designer 7, SAP ECC 6 level 9 .
    Please, provide help with concrete and proven information only.
    Best regards,
    Nancy

    Hi Vaibhav,
    Thanks for the reply.  I use table and not structure but somehow all the records did not get transferred.  So far i've been able to get the data to and from SAP without web dynpro and hope to be able to get this scenario to work as well.
    Regards,
    Nancy

  • Connecting SQL server from Adobe forms

    Hi Experts,
    I want to know, whether it is possible to connect SQL Server database from Adobe Form directly at runtime without WAS/ADS. If it is possible, please provide any material to proceed further.
    Please help.
    Thanks,
    Rajee

    Have a look at the following document, it explains how to use a MS Access database but it should also work when using a ODBC Data source configured for a MS SQL database.
    [Providing interactive database lookup from forms|http://www.adobe.com/devnet/livecycle/articles/lc_designer_db_lookup_tip.pdf]
    I hope I could help you.

Maybe you are looking for