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

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

  • 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

  • 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 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

  • 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.

  • 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

  • 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

  • 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 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

  • Identify price [Derive dynamic pricing] related fields within sales quote output form in SAP cloud for customer CRM application

    We have designed a Sales Quote Output Form using ADLC for SAP Cloud for Customer (C4C). We need to print both header and item level price details like Unit Price, Tax%, Tax Amount, Discount %, Discount value on the output form. We are now struggling to find the actual fields which will carry these values in the transaction. We are using multiple pricing procedures which have different condition types. The struggle is to find the actual condition type while generating the output. Can somebody guide which fields could carry these values which condition type. Can this be achieved without coding. Please guide.
    I have added two screen shots for reference.

    I am not sure I understand your question. What I think you are asking is in your data binding where is the data for fields in question. That is something you will need to get from whoever defined the data. The connection simply binds the data to your form but determining which field carries that data is not something this group would be able to help with. I would go back to your DBA and ask for a schema or DB reference to show which bindings will carry that data. Does that help?

  • Features in SAP Cloud for Customer

    Hi All,
      We have the possibility of enabling transaction launcher within SAP CRM on premise to kind of embed the backend SAP ERP
    screen within CRM UI. Can those options be configured/developed within SAP Cloud for Customer?
    If so, what are the options.
    Thanks,
    Suvankar Chatterjee

    Hi Suvankar,
    I actually thought of the mash up framework as well but for that you need to have single sign on configured between SAP system and cloud. Also, the application logic will reside in on-premise system.
    One more option would be to create a custom screen altogether using Cloud development studio & link it using a real time synchronous web service with On-premise. By this method, you application logic will reside in CLoud.
    So, you can pick any of the two methods based on your methodology.
    Thanks,
    Ravi

  • SAP Cloud For Customer : How to change the Logo or Image into the Standard Form Template

    Hi Experts,
    I have requirement to change the standard template format.
    I have copy standard template and edit using Adobe Life Cycle Designer to change the logo / image.
    After changed and upload modified template and change the output setting for print i can able to see the changes but logo / image can not display.
    Can anyone have idea how to solve this issue ?
    Can we change the template within cloud system?
    If Yes than How ?
    Regards,
    Mithun

    The following are the instructions (November 2014 version of SAP Cloud for Customer)
    Edit a Form Master Template
    Overview
    As an administrator, you can edit existing form master templates. These are used to define the header, footer, and logos used in form templates. Form master templates also contain an e-mail disclaimer that is appended to automatically generated e-mails sent to business partners when a document is output from the system.
    Procedure
    1. Go to Application and User Management or Administrator Business Flexibility Master Template Maintenance .
    2. In the Master Template Maintenance view, select Form Master Templates from the Show menu.
    3. Select the master template you want to edit and click Edit.
    4. On the Form Master Template tab, do the following:
    Under Header, click Upload and browse to find the file you want as logo. Adjust the size and alignment of the logo, as required.The file formats .gif, .bmp, .jpg, .png, and .tif are supported. The logo should not be larger than 40 mm width x 20 mm height. If you upload a graphic that is larger than 40 mm x 20 mm, it is resized automatically.Select the Header Divider checkbox if you want a graphical divider to appear on your form.Under Sender Address, enter your company’s address. The sender address is shown above the recipient's address in a letter.Under Footer, choose the number of footer columns you want to display. Enter the footer text exactly as you would like it to appear on the form. You can maintain up to 4 footer blocks with a maximum of 10 lines per footer.Note that the width of each footer block is equally divided over the available space. If a line of text in the footer is too long for the current font size, the system will automatically enter a line break. If this automatic line break does not meet your needs, you may need to enter the text after the line break as a separate line.To maintain multiple languages, you must first add the language from the Add menu and then maintain the texts in that language by selecting the language from the dropdown list.
    5. Click the refresh button to preview your changes. From the dropdown list under Preview, you can select a country. The preview is then displayed using the country-specific template, for example, some countries do not use sender addresses or have different paper sizes.
    6. On the E-Mail Disclaimer tab, you can enter a disclaimer or other company-specific legal information.
    This text is appended to the main text body of e-mails that are created when a document is output by the system. It is not possible to create separate language versions of this text; therefore if your company uses multiple communication languages, you should enter all language versions of the disclaimer here.
    7. Click Save and Close.
    Result
    If required, you can now assign the form master template to a company/org unit and/or output channel. For more information, see the Master Template Maintenance Quick Guide.
    Note that master templates can be activated and deactivated for each form template in the Form Template Maintenance view. For more information, see the Form Template Maintenance Quick Guide.

Maybe you are looking for

  • New Hardware found but not automatically installed.

    Hi there, Could someone please help me I've just bought a 5th gen 80gb and my computer recognises it but doesn't automatically install the hardware. It takes me to the install new hardware wizard and can't automatically do it. So I can't do anything

  • Boot Camp drivers for windows (download)

    I am trying to instal windows 7 on my MacBook Pro thru Boot Camp. Does anyone know where I can download the Boot Camp drivers for windows. I can't find them on the apple website and I don't have my Mac OS X instal DVD with me. Thank you

  • Google Search Gone in Safari

    Hello, Please anyone help, my google search that is normally in top right of screen has vanished. I have tried 'View-Customise Toolbar' and can see that the search bar is there to move but is greyed out. I can add other buttons and functions just not

  • Why are chords not in order of I, ii, iii, IV, V, Vi, Vii, in GarageBand for iPad?

    In Garageband for iPad, for each instrument such as Smart Piano, the chords that you can play are listed "out of order." For example, in the key of C major, the chords are listed in the order of Em, Am, Dm, G, C, F, Bflat, Bdim. Is there a reason the

  • IMovie to Final Cut Express

    Took an iMovie edited ad I did for a painting event in our town and transferred it back to Canon HD CMOS camera. Transferred that into Final Cut Express for some more color tweaking and the quality dropped significantly. Why? It was brought in the co