SAP Cloud SDK : Default Check in Marketing Lead for Field "Use Existing Account"

Hi Experts,
I have requirement to enhance the standard business object Marketing Lead screen. In that screen i need to make default check on "Use Existing Account" checkbox when user click on New Marketing Lead or QC option.
I have tried using Application studio but the field "Use Existing Account" not exist in cloud repository its on Front-end UI screen.
How i can make default value check to this checkbox in UI designer for standard screen
Or
How i can make default value check to this checkbox using ABSL code.
Please refer the screen as shown below.
Regards,
Mithun

Mithun,
Could you please check Fine tune options available for Leads ?
Under Involved Parties there is an option "Forbid Manual Changes". For Account Party Role if you select that it will not allow user to enter new account information.
Fine -Tune -> Leads - > Involved Parties -> Account
- Shrikant

Similar Messages

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

  • 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

  • SAP Cloud SDK : Create URL mashups on OWL screen

    H Experts,
    We have requirement to put URL mashups on Custom OWL.
    Scenario :
    We have custom business object with 2 field with weburl data  type.
    Option 1:
    I want to link specific URL static on field 1 and field 2 and display only these 2 fields on OWL with Link option.
    So once I click on any fields its open new browser window with given url on backend.
    Option 2:
    Create 2 button and perform same steps assign URL to that button and once click on any button its open in new browser window.
    In standard we have option in URL mashups "Link to Header" and "Web Service" so is it possible to in custom OWL with option "Link to Header" so we can show that URL mashups on OWL.
    Please check the below screen for more idea.
    Regards,
    Mithun

    Thank you so much Horst Schaude and Alessandro Iannacci for your quick response...

  • Authority check in infoset query for field with multiple entries

    how can i perform the authority check in sq02 "at selection screen" for a multiple entry field
    e.g. EKORG low  0001 - high  0005
    or EKORG 0001, 0004, 0005
    I already added the following statements
    How the field for EKORG check must be filled
    if EKORG is initial.
      message 'Bitte Einkaufsorganisation wählen' TYPE 'E'.
    endif.
    AUTHORITY-CHECK OBJECT 'M_BEST_EKO'
             ID 'ACTVT' FIELD '03'
             ID 'EKORG' FIELD ?????.
    IF sy-subrc = 4.
      MESSAGE 'Keine Berechtigung für EKORG  sy-subrc 4'  TYPE 'E'.
    ENDIF.

    hi,
    which event do you use for your coding ?
    it must be AT SELECTION-SCREEN
    A.

  • SAP Cloud SDK : Creation of Form using Business Object Error

    Hi Experts,
    I have created custom business object with object based screen and i want to create form for this custom business object.
    I have tried using this.
    Step 1. Right Click on Business Object and select Create Form option.
    Step 2. Enter the require information and click on Next 
    Step 3.  Select the element from the business object you need to display in the form
    Step 4. Select the default language English and Next and Finish it,
    After finish it the form open in adobe reader automatically but i am getting error as shown below.
    and In the solution explorer i can see this.
    Can anyone help me why it display the error while open the newly created form.
    What are the software i need to install or add-ons in my system to open the from or remove this error.
    I have installed the Adobe Life Cycle Designer For SAP Business ByDesign 135.0XXX, Adobe Reader X(10.1.3) , SAP Business ByDesgin Add-In Adobe Life Cycle designer.
    Kindly any software missing or any add-ons require to be install or upgrade?
    Many Thanks,
    Mithun

    Hello Alessandro,
    I have solved the multiple line display in the table.
    I have issue to display the no of character in the table.
    I have Create custom business object and create the form i am using the TectCollection type in table level in businessobject node.
    Case 1. This is my Entry1 in the business object and it display as shown below.
    Here in the table "Undefined Text" is my 1000+ character text.
    When i click on preview button the data display under the PDF as shown below.
    Here the above screen we can see that the data comes perfectly in the PDF without missing data in table level.(Please i have not rename the columns name).
    Case 2.  When i Create new entry 2 and enter the multiple lines into the table as shown below.
    Here in the above screen we can see that i have multiple row under the table.
    When i click on preview button the PDF display with all the line under the table but the data is missing under the third column as shown below.
    Here above screen display the same result but the in the yellow highlighted part full data not display as previous case 1.
    Why the full data display in Case 1 and not in Case 2?
    Is there any configuration to display data ?
    Also i can not change the property of the page in form to "Allow Page Break with Content" this option is disable.
    Kindly suggest me what is wrong in this PDF design.
    Regards,
    Mithun

  • SAP Cloud SDK : Make Display mode when open Embed Component in Account TI screen

    Hi Experts,
    I have created the custom business object and assign some fields into it.
    I have also assign some custom action into this custom business object. After that i have created the Embed component and and configured into Account_TI screen and its display data.
    Now when I open Any Account and go to that newly embed component in silverlight 2 options comes ( Save and Cancel ) to remove this options or to make display mode by default I have followed the below steps:
    1) Open Embed Component into UI designer.
    2) Go to Properties Window.
    3) In the top from the dropdown list select embed component.
    4) In the Property go to Configuration --> WorkProtectRelevant equal to false.
    5) After save and activate and check but still getting ( Save and Cancel ) option in embed component
    Is there any other solution or any other settings require to remove this ( Save and Cancel ) option.
    Regards,
    Mithun

    Hi Brad and Sumeet,
    Thanks for you reply on this post.
    In my requirement we do not want to save record anymore.
    Also my scenario : We have consuming the on-premise web service into c4c we have created the custom business object ( Not Screen) and based on this custom business object we have created the embed component and  design the screen to embed with Account_TI.
    We have Read the Account ID from Account _TI screen and assign to embed component element Alternative key AccountID.
    We have created of configured the embed component Inport to Read and Assign the Account ID as below:
    My Custom business object :
    businessobject ECC_recordBO {
      [AlternativeKey] [Label("Customer Number")] element AccountID : BusinessPartnerInternalID;
      element CtLimit : LANGUAGEINDEPENDENT_LONG_Text;
      element AvailCLimit : LANGUAGEINDEPENDENT_LONG_Text;
      element AccCurrency : CurrencyCode;
      action ViewAcc;
    My embed component InPort event :
    ReadEvent
    In ReadBOEvent I have add below actions:
    BO Operation
    Condition
    And under the condition I have use the below actions :
    To create BOOperation
    Second DataOperation as below :
    Assign AccountID from Account_TI to AccountID of embed component.
    Also once the user come into the Account_TI screen and go to embed component first its in display mode and when he click on any action under embed component its in edit mode but we do not want to save data anymore.
    Regards,
    Mithun

  • Will SAP remain as market leader for long time?

    Hi
    I have just started  Masters of Business ERP SAP at victoria University. But  my background is
    accounting and have intermediate knowledge of software industry . From my understanding
    there is always something new replacing existing market in software industry. I just want to
    know about the sustainability of  SAP career . will it sustain in the market for long time?
    Regards
    Shafiq

    Hello, I can assure you that you will not suffer from hunger or anything like that... there are thousands of companies running SAP accross the globe. And if, and that will not happen, somebody would threaten SAP, understand how much money depends on SAP systems. It would take years to get rid of the vendor (SAP) lock-in for all those companies.
    Ok, that was the practical approach. On the other hand I do believe in quality and sustainability of what we do here and feel no fear about my future. Even if some kind of a problem appear, SAP would teach you so much about business processes and how companies are runned, that you could immediately switch to some kind of management/ analyst job. t least that is how I feel about it.
    Hope that helps a little, I wanted to offer something in return for your answer to my question earlier,
    maybe you would like to talk some more one day?
    Cheers Otto

  • SAP Cloud SDK : Advance List Panel Control

    Hi Expert,
    I need to know about AdvanceListPane control in UI designer.
    1) Is it possible to alignment of column text i.e center , left, right?
    2) Is it possible to make AdvanceListPanel with border same as excel?
    3) Is it possible to change the themes of cloud screen  or can we upload or assign our custom themes?   
    Please anyone have idea then share your knowledge.
    Regards,
    Mithun

    Thank you so much Horst Schaude and Alessandro Iannacci for your quick response...

  • SAP Cloud SDK : Display more 500+ character in the PDF form in table cell

    Hi Experts,
    I have requirement in the PDF form.
    Scenario:
    My custom business object
    businessobject DummyObject {
         element ID : ID;
         element FromDate : Date;
         element ToDate : Date;
         node AllActivity [0,n] {
                   element ActivityID : ID
                   element ActivityType : 
                   element Note: Note;
    The above business object have node level data and i under this node level data Activity Id , Activity Type and Notes associated with that activity as show below.
    so as per the above activity i have retrieve the data for the activity and store into my custom business object at node level ( Activity ID  , Activity Name , Activity Type and Notes ) that mentioned above screen.
    I have created 1 form and design in adobe life cycle just Drag and Drop the element from the DataView.
    After completed the print from i have create the preview button to display the data.
    Once i have done all the steps to display the form and click click on preview button i can able to see the data but the under the Note field only display the 256 character not more than that but as per the above screen i have entered the Notes with more than 500+ character.
    In the form design i have also change the property for Note field to Allow Multiple value and Rich Tech but data is not display with all the character.
    Anyone have idea on which data type display the more than 500+ character in the form.
    I am using "Note" data type.
    Can anyone suggest me what the solution to display the proper value in the form.
    Please let me because i am stuck in this issue.
    Many Thank,
    Mithun

    on the BO, add the following line:
    [DependentObject(TextCollection)] node Note;
    in some BO action, where the copying happens:
    var noteFromActivity; // contains the note from the activity
    this.Note.Create();
    var el_note_text : elementsof this.Note.Text;
    el_note_text.LanguageCode = LanguageCode.ParseFromString("EN");
    el_note_text.TypeCode.content = "10006";
    var text = this.Note.Create(el_note_text);
    var content = text.TextContent.Create();
    content.Text.content = noteFromActivity.content;
    To display the content of the textcollection, use the following SAP embedded component:
    /SAP_BYD_APPLICATION_UI/Reuse/Notes/singletextlangedit.EC.uicomponent
    In the embedded component properties, set the TextTypeCode property to "10006".
    Bind the embedded component using node reference binding to the BO containing the TextCollection
    Bind the LanguageCode to a data field containing the language code for english.
    Best regards,
    Ludger

  • SAP Cloud SDK : Create Quick or List Modification form require in Embed Component

    Hi Experts,
    I need requirement to create the quick create or List Modification in embed component.
    I have already make button for "Quick Activity" but i need quick create or List Modification from.
    I have also try using the following blog.
    How to create a List Modification Form?
    I have follow the steps.
    1) Go to embed component select the "DataModel" and select "DataList" right click on it and select "Add List Modification Structure".
    2) Now from the right side selected BOModel Drag and Drop the element you want to display in the Form and bind correctly.
    3) Now go to Designer tab and from the "Toolbar" double click on "ListModficationForm" from the Panes.
    4) Once the ListModificationForm open in designer open the BO browser and select the Data Model tab.
    5) Drag and Drop the element from the newly created "List Modification Structure" in previous steps and under the property window under the "Associated List Modification Structure" select the created List modification structure from the Root.
    6) Now create event handler to call this form and under the event add operation "ListModification" and  select the operation "Start" and under the List Modification Structure select the created structure from Root.
    7) I have assign this event in Add button OnClick Property when i activate and Test it. i getting dump.
    Please suggest me in the above steps i have mentioned any step missing or any steps i have do the wrong configuration.
    I have create the Custom business object with "Object Based Screen" ( QA, QIF, QWL , PTP,WCF, WCView.
    so i try using Quick Create QC using creation of screen but i dont know what the configuration require to call QC from embed component.
    Please suggest me if anyone have idea about this 2 solutions.
    Many Thanks,
    Mithun

    Hi Horst,
    well, it was just an experiment to test the list modification after the blog entry was published.
    So I did not test it extensively.
    However, to answer your question:
    I did manage to add two items to a list using the Browser, without any perceived anomalies (no dumps or such).
    But that's where I stopped experimenting with this feature.
    Best regards,
    Ludger

  • Creating delivery, can I check the sales order's field using user-exit or ?

    Hi dear.
    When I create a delivery in VL01N or other transactions, I want automatically to check the sales order's some field and to decide whether create or not.
    Can I use user-exit for that?
    Or other solutions is there?
    Thanks regards

    Yes your requirement can be achieved thru a User Exit.
    There are many User Exits available in Delivery as listed in the link below:
    https://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits
    The selection of necessary User Exit is based on your specific requirement.
    Also if you want to check some feild of Sales Order whether it is completed or not, then you can also use Incompletion Procedure in Sales Order, which will make sure that no Sales Order is saved until the end-user enter data in those feilds.
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • What kind of version checking should be done for applications using SQLDBC

    Hi,
    This query is regarding the kind of version checking that an application should do.
    Currently I am building my application in MaxDB version of 7.6.05.09, which is the community edition available on the sdn download site currently, this will change to the enterprise edition once we have finalized everything in terms of code and packging etc....
    Now when the application is shipped to customer site, what kind of version checking should the application do to ensure that the version of library/kernel/client/sdk it has been built with is consistent with the one that is installed at the customer site.
    From what i see SQLDBC exposes the following method for getting version related information.
    char * SQLDBC_Environment_getLibraryVersion(SQLDBC_Environment* hdl);
    char *getSDKVersion();
    SQLDBC_Int4 SQLDBC_Statement_getKernelVersion(SQLDBC_Statement* hdl); (Note: Wondering why should a handle to SQLDBC_Statement be needed to find the Kernel version)
    Just to give you little more hint of what i am talking about, for MySQL database we use the functions
    mysql_get_client_version and mysql_get_server_version and check that the values returned by these functions are less than the value which was used at build time.
    Regards
    Raja

    Hello Raja
    From the documentation:
    const char* SQLDBC::SQLDBC_Environment::getLibraryVersion ()   
    Returns the version of used SQLDBC runtime.
    This is the version of the used SQLDBC library. The version of the loaded
    runtime may differ from the version inidacted in the used header. It is our
    aim that newer versions of the runtime will run with old applications without
    the need to be re-compiling.
    Therefore, for compatibility checks, use getLibraryVersion.
    getKernelVersion is also available from the connection:
    SQLDBC_Connection::getKernelVersion()
    Regards  Thomas

  • Setting Default values for field using custom.pll

    Hi All,
    I have an rquirement to set the default values on Meterial Tranasction screen for some condition
    I tried it in both ways via Form Personalization and using custom.pll
    i m using the following code in custom.pll
    form_name      varchar2(30):= name_in('system.current_form');
    block_name varchar2(30):= name_in('system.cursor_block');
    trx_type           varchar2(30);
    subinv                varchar2(30);
    begin
    if form_name='WIPTXMAT' and block_name ='MTL_TRX_LINE' then
    if event_name ='WHEN-VALIDATE-RECORD' then
         trx_type:=name_in('WIPTXMAT.TRANSACTION_TYPE');
    if trx_type ='WIP Return' THEN
         copy(10,'MTL_TRX_LINE.TRANSACTION_QUANTITY');
              copy(10,'MTL_TRX_LINE.NUMBER_OF_LOTS_ENTERED');
              sinv:=trim(name_in('MTL_TRX_LINE.SUBINVENTORY_CODE'));
              if sinv is null then
                   copy(subinv,'MTL_TRX_LINE.SUBINVENTORY_CODE');
                   copy(fr_locator,'MTL_TRX_LINE.LOCATOR');
                   FND_MESSAGE.SET_STRING(sinv);
                   FND_MESSAGE.SHOW;
              end if;
         end if;
    end if;
    end if;
    end event;
    Problem is that default values are getting set but not for all rows . if there are 4 records then values are set for only first 2 rows and if there are 2 rows then defaults are set for 1st row only.
    Same behaviour happens when i do it via form personalization
    i couldn't understand the behaviour of WHILE-VALIDATE-RECORD event..
    Please provide some suggestion on it. its really urgent.
    Thanks in Advance
    Renu

    Works Now...

Maybe you are looking for

  • Empty System Fields after error creates a short dump

    Hello! Could someone please help me? After calling a function, I catch errors with sy-subrc NE 0. Handling this error the "normal" way throws a short dump (I marked the row bold), because all the system fields are empty! Could someone please give me

  • Send purchase order via email (external send) with special Czech characters

    Hi all, I am sending a purchase order created with ME21N via email to the vendor using "external send". The mail is delivered without any problems, PO is attached to the mail as PDF file. Problem is that special Czech characters as "ž" or "u0161" are

  • Lightroom Web Gallery in HTML page?

    Hello, I want to export a web gallery from LR 1.3 and insert this gallery into an html web page in Dreamweaver 8. This would be huge! I have researched it and found that it just may not work. 1 of the errors: the first gallery I made in LR and publis

  • Lumia 820 video playback problem

    I've recently bought a Lumia 820, my choice partly influenced by the 2  to improve video recording, in particular at live music gigs. Whilst it does seem to be avoid the "wind tunnel" sound effect I've had on previous phone videos, each one I've play

  • Doubt in LO

    Hi all, I have the following questions in LO extraction. 1. when exactly is the set up table created ? Is it during activation of the extract structure or during something else ? 2. In LBWG, we enter the application number say '11' for 'SD' for delet