SAP Cloud Application Studio Make Account All Tabs fields/Table Entry readonly

Hi Experts,
I have urgent requirement with the below scenario.
Scenario : In Account have flag Prospect if this flag check then all the fields under "Header" and all Tabs(ADDRESSES , SALES DATA etc) fields are editable.
But if the flag is unchecked then under "Header" all fields are non editable and under the Tabs we want to disable the Add New record (Under ADDRESSES tab Add button want to be disable)
kindly refer the above figure in that the Prospect Flag is uncheck so all fields under Header are read only But i also want to disable the "Add" , "New" function under the all Tabs as mentioned in the above screen.
Kindly suggest me.
Many thanks
Mithun

Hi Mithun,
This is not going to be easy as this is a standard screen, but you can try this approach
Add a custom Field of type indicator and set this indicator to True when you unchek the prospect check box in after modify.
You can define the property read-only of your fields( which you need to disable) with the value as bound to this Custom Indicator you added.
You can also do the same using the UI Switch instead of modifying the standard configuration. But disabling the Action Add, I think is not possible unless SAP gives you an anchor to hide it by setting the Button property
Regards
Vinod

Similar Messages

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts,
    I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party).
    1) Is it possible to create custom object web service and used in external system ?
    2) When we create the Web service from custom business object what the necessary steps(action : Create , Read , Update) require?
    3) Sample Scenario :
    My Custom Business Object
    businessobject Custom_Integration {
      element EP_VAL1 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element EP_VAL2 : LANGUAGEINDEPENDENT_MEDIUM_Text;
      element IP_RES : LANGUAGEINDEPENDENT_MEDIUM_Text;
    I have created the Web Service using this custom business object.
    3) How i can use this web service in external system? what are the prerequisite steps in external system to consume this service in it?
    Please anyone have idea about this how to do this and how to achieve this using SDK and custom business object.
    Many Thanks
    Mithun

    Hello Mithun,
    Does this section in the documentation help you:
    SAP Cloud Applications Studio Help -> Developers Desktop -> Web Services
    The entry "Task -> Create a Web Service" describes how to create a Web Service on your own BO
    The entry "Task -> Test a Web Service" helps you how you can use it in a foreign tool / application.
    HTH,
       Horst

  • Extension fields in forms using Adobe LiveCycle Designer and SAP Cloud Application Studio.

    Hello everyone,
    I am new to using SAP Cloud Application Studio and am currently working on forms.
    I have created some extension fields in the dunning letter form message type : FormDunning Notification.
    Upon activating, the extension fields do show up in backend form data type structure.
    However i am unable to find the fields in the front end form under Form Template Maintenance.
    I have tried opening form with open editor as well as downloading template and opening in Adobe LiveCycle Designer .
    After creating the data connection in adobe ,the first field (ProjNumDun ) do appear in correct place in data view.But i cant find the rest of the fields.
    Any help,guidance and suggestion will be really appriciated.
    Thanking in advance,
    Kamakshi

    Kamakshi,
    First, any extension fields added must be explicitly assigned to appear on the forms. Through Front-end Adaptation, this would be via the "Further Usage" link. Within the SDK, you'd right-click the XBO and select "Enhance Forms" (which would take you to the same screen as you'd end up at in through front-end").
    You must select "Add Field and Edit..." to actually assign it to the Form Template schema.
    Once this step is done, re-download the Form Template, and make sure to reload the Data Connection within LiveCycle. Through there, you should see your fields. You'll likely have to dig for them - they appear at the very end of the child elements.
    Note that, while fields added through the front-end have a long string appended to the end (for example, it would appear as "ExtensionField_1234AISU897234HJA" if added via front-end adaptation), the fields added via the SDK do NOT have the suffix (you'll be looking for an element with JUST the field name, i.e. "ExtensionField")

  • SAP Cloud Applications Studio for ByDesign Partners

    If a ByDesign Partner requires access to SAP Cloud Applications Studio for some development work for ByDesign can they request for the Studio for Free or do they have to pay for the use of it?

    Any update by SAP on this? I'm unable to get to any help documentation via the SDK and links to API's and Web Services are all broken. The web site is not of much use right now to research any API capabilities, etc. ...

  • SAP Cloud Application Studio 1502 UI Designer proxy error

    Hi,
    When starting the UI Designer in SAP Cloud Application Studio 1502 I got the following error:
    Exception Message: XRepositoryException (0)The remote server returned an error: (407) Proxy Authentication Required.
    InnerException Message:XRepositoryException (0)The remote server returned an error: (407) Proxy Authentication Required.
    Source Type: SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy
    Machine Name: DEHEDEV1
    TimeStamp: 10.02.2015 16:42:42
    Application Version: 25.0.555.1045
    Windows Identity: GLOBAL\p-baurf
    Stack Trace:    at SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy.QueryFolder(String FolderName, List`1 Filter, String RecursiveMode)
       at SAP.BYD.LS.UIDesigner.Connector.XRepositoryProxy.QueryFolder(String FolderName, List`1 Filter)
       at SAP.BYD.LS.UIDesigner.Model.RepositoryLayer.ProjectWorkspaceManager.ExpandXRepositoryNode(FolderNode parentNode, List`1 componentFilter)
       at SAP.BYD.LS.UIDesigner.Model.RepositoryLayer.ProjectWorkspaceManager.GetRepositoryRootNode()
       at SAP.BYD.LS.UIDesigner.UICore.Toolwindowcontrols.VisualConfigurationExplorerControl.Init(Dictionary`2 DesignerProviders)
    So my question is, where can I configure the proxy settings for UI Designer? It seems that the general proxy settings in the studio (Tools -> Options -> SAP -> General) aren't used by the UI Designer.
    Kind regards
    Florian Baur

    if the error is different from this
    yes, raise an incident

  • SAP Cloud Application Studio 'Save' on Tickets

    Hello Experts,
    I had attached an embedded component 'Batch Info' on the 'Ticket' Screen. For one of the section group, I want these fields (Claim Justified [dropdown], Status [dropdown], Comments [text]) should get Saved on 'Save' button of the Ticket.
    I had created an association to the Service Request in my custom BO, added these fields in the extension object and in the script (BeforeSave) i want to save the values provided in these fields. Is this the right approach to achieve the desired result?
    Any sort of information is welcome.
    Thanks and Regards
    Pragati

    Hi Pragati,
    I dont know exactly what you want to do, however you can use embedded component in Ticket screen to show data from custom BO. You approach is OK.
    You can get lot of help from this portal, just goto content and search.
    for example below blog will help you
    http://scn.sap.com/community/business-bydesign/studio/blog/2014/03/18/how-to-add-custom-bo-facets-to-c4c-account-360-screen--part-1
    Regard
    Sunil

  • SAP Cloud Application Studio How to retrieve the details based on OVS in Product ID

    Hi Experts,
    I have small requirements in AdvanceListPanel. I have custom BO as mention below,
    businessObject Demo {
                   element ID : ID;
                   node Sporoduct [0,n] {
                        element P_ID : ProductID;
                        element P_DES :   SHORT_Description;
                        element P_QTY : Quantity;
                        element P_NET :  Amount;   
    I have attached the OVS on Product ID (P_ID) element.
    I want to auto-fill the details under the AdvanceListPanel ( Product Desc , Product Net value ( Price) ) 
    1) How to get the details of Product ( Prod Descr, Product Price etc ).
    Please anyone have idea about this share your thoughts.
    Many Thanks,
    Mithun

    Hi, Mithun
         What you want is to auto-fill the related details when you select a product from your OVS.
         That means you have to write your codes in Event After Modify.
         We normally use QueryByElements or some other query options given for a particular standard BO.
         It would be like that.
         var query=Product.QueryByElements;
         var selParams=query.CreateSelectionParams();
         selParams.Add(query.ProductID ,"I","EQ",this.P_ID );
         var result=query.Execute(selParams);
         for(var product in result){
         this.P_DES =product.Description;
    What I have just written is just a sample code. You have to find the exact name of the attributes of a standard BO in Repository Explorer.
    Hope this helps,
    Fred.

  • SAP Cloud SDK : How to create the Note Field with Char 1000 length

    Hi Experts,
    I have a requirement to create Note type fields in the standard business object. and that note field should be 1000 char length.
    Also I need to check whether that Note field we can add under the standard report or not with report enhancement?
    1) How to make a Note type field using SDK with length 1000 char? Is it possible? If yes How ?
    2) If using SDK Note type field possible then how to display that field in report ?
    Many Thanks,
    Mithun

    Hi Frank and Horst,
    I have followed the steps you have mentioned in the post.
    1) Create Business Object Extension.
    2) Add the Custom Field with Type " LANGUAGEINDEPENDENT_EXTENDED_Text".
    3) Enhance the Screen and Add into the Header section of the COD_TI screen.
    I have successfully entered the unrestricted character into that field.
    But I want to add that custom field into the Standard Data Source or Standard Report.
    1) Is it possible to add custom field under the Standard Data Source or Report Using SDK?
    2) Is it Possible to display the 1000 character length on the Report field?
    3) Is it possible to display the created extension field under the report / data source using SDK?
    Many Thanks,
    Mithun

  • Create Cloud Application Studio Solution on production tenant

    Dear all,
    I am trying to create a solution in Cloud App. Studio in order to be able to activate admin mode for my user and to be able to add fields in edit layout mode (HTML5) or adaptation mode (Silverlight).
    However, i get an 2 error messages:
    1st) Creation not possible on production tenant
    2nd) Need admin user
    However, my user has all the admin rights in the assigned business role.
    Am i missing something?
    Regards,
    Michael

    Hi Hossain,
    First, what is the end goal? Make these changes just for this tenant (admin mode)? Or be able to deploy them as part of an SDK solution?
    If you are trying to use the adaptation menu in the frontend you should not be using an SDK user. An SDK user should never be used for edit layout mode (HTML5) or adaptation mode (Silverlight). This should be done by a business user who has the work center view "Flexibility Change Log". This view will provide the authorization needed. If this is what you are trying to do, please create a new business user, assign this view to that user, and then make your adaptations in the frontend. For more information, try using the built in help located in the right hand menu under "Help Center". This can guide you to the steps I have mentioned.
    If you want your changes to be part of a PDI solution then you must start from a partner development tenant, or the customer test tenant. You should create an SDK user as Mithun points out and create a solution in TEST. It is not possible to create solutions in a production tenant.
    If you have any doubts just reach out to me.
    Best Regards,
    Nick

  • Account assignment tab fields on the PO

    hi gurus,
    Is there a transaction like ME2N which can show me the fields like G/L account, cost center and order fields in the output like ME2N, ME2M show some fields like net price, quantity, material group, etc etc
    Thanks
    Ravi
    Edited by: anusha vemulapati on Aug 28, 2009 7:44 PM

    Dear,
    As replied try ME2K with selection account assignment K and cost center with * sign and if applicabe other like plant.
    This report will give you the purchasing document - cost center - G/L Account wise quantity distribution details (irrespective of either Quantity or Percentage distribution in Purchase order).
    Regards,
    Syed Hussain.

  • SAP Cloud SDK : Send E-mail with multiple existing attachments

    Hi Experts,
    I have some requirements from our clients.
    1) Can we send email with multiple existing attachments to employee?
    I know that we can send email with attachment but how to add existing attachments to the email and send it to user.
    2) Can we enhance the standard embed component and add some standard fields under it?
    Here below under the Account TI screen Activity tab ->E-Mail Section
    I want to add the Category filed exist under the E-Mail Business object in this E-mail Section ( Account TI screen embed component )
    anyone have idea how to achieve this requirements using SDK or front end.
    Many Thanks,
    Mithun

    For the emails with attachments: How to send an email with attachments in SAP Cloud Application Studio
    For the other requirement, you need to identify wich screen is used in the section that you are referring, and see if you can add custom fields in this screen using extensibility explorer.

  • SAP Cloud SDK : Cloud For Customer HTML5 Development

    Hi Experts,
    I have Some questions about the Upgrade to Silverlight -> HTML5.
    1) When the Cloud For Customer release the C4C in HTML5 mode with all the available work-center "Application and User Management" and all ?
    2) What is the Development software/environment to create custom business objects or enhance the standard business objects using "SAP Cloud Application Studio 14XX" or "Eclipse" software?
    3) After Upgrade the C4C into HTML5 what is the language use in development environment?
    Many Thanks,
    Mithun        

    Hello Mithun,
    1) You can use the work center "Administration" which takes the role of the "Application and User Management" with a hopeful better representation of the business user needs.#
    2) At the moment there are no plans to replace the "SAP Cloud Applications Studio" by something else.
    3) As long as there are no migration plans, there are also no plans for a "new" langauge
    HTH,
       Horst

  • Training and certification for SAP cloud for customer

    Hi,
    I want to know if there are any professional training and certification available for SAP C4C.
    Thanks

    Hi Shweta,
    yes there are professional Training for SAP C4C. For example following courses are advisable.
    C4C50 SAP Cloud for Customer – Integration with On-premise SAP Solutions
    C4C30 SAP Cloud Applications Studio
    C4C10 SAP Cloud for Customer - Project Implementation No rating available
    Goto Site: https://training.sap.com/shop/sap-search/scheduled-courses?q=c4c
    At the Moment SAP finish the C4C Certification Program. So they say it will come in Q1/2015.
    You can watch the Progress for the Cloud certification program on SCN in this post:
    http://scn.sap.com/community/training-and-education/certification/blog/2014/12/18/exciting-upcoming-changes-for-sap-cloud-certification
    I hope this Information helps you
    Kind regards
    Carola

  • Financial newby: Combining SAP SRM and ERP Financial Accounting

    Hello,
    Looking for an Invoice Management System expert. I would like to know the following two things.
    1. On posting an 'incomming invoice' (with reference to a PO) in SRM this Invoice will be replicated to the R/3 back-end system. The back-end will and should use this invoice to follow-up the financial administrative process, how do they go about on this. The purchase order and Invoice will be posted to f.e. G/L 'Sources, with tax 19%'. What transaction do financial administrators use to book/post bank/liquid asset changes against these invoices?
    2. Up on creating a credit memo, for example for 1 of the 2 line items that wern't delivered but where initially invoiced, do we need to create a Credit Memo in SRM with negative amounts or does the Credit Memo with positive amounts suffice. It will always be used as credit, positive doesn't mean it's debit? (I think credit memo's in SRM work almost the same as Credit Memo's in R/3)
    Kind regards,
    Tim

    Dear all,
    I answer my request, as nobody is talking about this subject.
    I passed the CO certification
    SAP Certified Application Associate - Management Accounting (CO) with SAP ERP 6.0 EhP6
    and succeed without having SAP training, i've 4 years of SAP FICO experiences and 1 year of auditing, accounting experience.
    All i've to say is to read and study many times  SAP documentation but be carreful as CO change with planning in the new ledgers and CO report, take the most updated training documentation.
    My advice is to work hardly every day, even with the help of SAP training , you've to work hard, the training is just making it easy for you.
    Good luck.
    Houda

  • SAP Cloud for Travel and Expense r1405

    SAP Cloud Customer Engagement sent notification emails today, May 13th, notifying existing SAP Cloud for Travel and Expense customers of the planned upgrade dates for release 1405.  Test tenant upgrades are planned for May 23-26 and production tenant upgrades are planned for June 6-9.
    Release to new customers (RTC) is planned for May 23.  The What's New documentation will be published at http://help.sap.com/travel-od once RTC occurs.
    A customer infosession about the upcoming release is planned for May 21 at 5-6 PM CET.  Details regarding how Cloud for T&E administrators can join the session were included in the upgrade notification email.

    Hi,
    There is a separate community for Cloud Applications Studio.  Please post your question there.
    Thank you,
    Angi

Maybe you are looking for

  • Why cannot upload files to documents folder

    Hi all, I have EP7.0 and when i try to upload a file, it show me error:      "N01_BB_InstallGuide_EN_US.doc" does not exist, or file is empty; you cannot upload empty files. Here N01_BB_InstallGuide_EN_US.doc is the file name, i tried several files,

  • Time not showing on taskbar

    I believe after installed MAVERICKS my time has dissappeared from my task bar. Have gone into preferences to select it from the time/date option, but it does not let me select (check mark) that option---->of showing the time on the task bar Please ad

  • Using dbms_job for the 1st time

    I am attempting to use dbms_job for the 1st time and doing some test, but I can't get it to run. Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production SQL*Plus: Release 8.0.6.0.0 - Production on Wed Mar 1 10:36:18 2006 I have alter system

  • Deploying Office 365 Pro Plus on Systems with Existing Office 2010 / 2013 Installations

    We're preparing to deploy Office 365 Pro Plus with our existing SCCM 2012 infrastructure. Many of our clients currently have Office 2010 or Office 2013 installed on them. What is the default setup behavior for installing Office 365 Pro Plus on these

  • CDF in FIX statement

    Hi, I am trying to call a CDF from BR. FIX([Currency]) @Fun1(@NAME("Acc1"),@NAME(@CURRMBR([Currency]))); ENDFIX here 'Currency' is a RTP of type members. So user can select multiple currency. This BR runs endless. I don't know why it is not working f