Favorites - Generic User Interface Functions - SAP Library

To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
You can also go back to the SAP help page.

Hi,
not sure why your download stops.. you can also try to download via this link: [http://www.sapdesignguild.org/resources/CRM-UI-Guidelines-Customers.pdf|http://www.sapdesignguild.org/resources/CRM-UI-Guidelines-Customers.pdf] (Document is 17,4MB of size)
Here the guidelines also have been posted together with an article about the CRM 2007 Web Client UI.
Hope this helps
Best regards
Ingo

Similar Messages

  • Introduction of User Interfaces in SAP CRM

    Can someone tell the progression on how the SAP CRM  User interfaces (UI) were launched? for example, which  CRM versions supported which UIs (PCUI, WEBUI etc)
    Thanks
    or else, is there a documentation that provides differences and commonalities between CRM UIs

    Hi,
    concerning CRM User Interfaces it is very simple:
    1. WebClient UI: is the only supported User Interface for Users since CRM 5.1 and this is also the way forward from SAP point-of-view. SAP keeps investing in improving the WebClient UI for CRM in the coming releases.
    2. SAP GUI: is only used for Adminstrative tasks, customizing and developments in CRM.
    3. PCUI: is no longer supported since CRM 5.1
    Kind regards,
    Carl

  • Rule Builder - Basic Functions - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    For the Basic functions within the Sales documents see as well the SCN WIKI link
    SAP CRM Sales - CRM - SCN Wiki

  • Basic Functions - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    For the Basic functions within the Sales documents see as well the SCN WIKI link
    SAP CRM Sales - CRM - SCN Wiki

  • Using External Reference IDs - Basic Functions - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    as far as i know, you can also have external libraries in 10g. But, do you want to interact from a forms-dialog or from the database itself? If from the database itself, you should be aware that you can only use a dll, if the database-server runs on windows. Also, you should ask your question then in the database-general-forum.

  • Generic Extractor using Function module with Complex Interface

    Hi,
    Has anyone created Generic extractor using Function module with Complex Interface?
    What is the difference between Complex and Simple interface in Function module?
    Pls explain.
    Thanks,
    Gopal

    Hi,
    Go through this link.....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf
    GTR

  • How can I use Seeburger java functions on SAP XI's user defined functions?

    Hi All,
    As my title implies; how can I use Seeburger java functions on SAP XI's user defined functions?  I've tried searching over the net in tutorials regarding this topic but I failed to find one; can someone provide me information regarding my question? thanks very much.
    best regards,
    Mike

    Hi Mike !
    You should check your documentation about which java classes you need to reference in the "import" section of your UDF. And also deploy the java classes into the java stack or include them as a imported archive in integration repository...it should be stated in the seeburger documentation.
    What kind of functions are you trying to use?
    Regards,
    Matias.

  • Need to write USER DEFIND FUNCTION for following Business logic in SAP XI.

    Hi,
      I have Tto write a user definf function in SAP XI. can any once help in doing so.
    For the decimals it has to be completed with 0 (zeros) on the right if the value of the field has less than the size of the decimals and also it has not be sent comma (,) or point (.) in the numeric fields. Example: The monthly received quantity (field QTARICM) is 587,57. In the output file it has to be sent 000000000587570 (size 12 + 3 dec).
    Thanks in Advance.
    Best Regards,
    Joseph

    Hi
    I checked this works
    public void func(float sourceNumber)
              String targetNumber="";
              int size1=12;
              int size2=3;
              int numberOfDigits=0;
              int temp=(int)sourceNumber;
              int temp2=(int)sourceNumber;
              while(temp>0)
                   int digit=(int)temp%10;
                   numberOfDigits++;
                   temp=temp/10;
              String tempString=""+sourceNumber;
              String afterDecimal=tempString.substring(tempString.indexOf(".")+1,tempString.length());
              //to generate the target
              for(int i=0;i<size1-numberOfDigits;i++)
                   targetNumber=targetNumber.concat("0");
              targetNumber=targetNumber.concat(""+temp2);
              targetNumber=targetNumber.concat(afterDecimal);
              for(int i=0;i<size2-afterDecimal.length();i++)
                   targetNumber=targetNumber.concat("0");
              System.out.println(targetNumber);
    Let me know if you need any modifications.
    Thanks

  • Function module converts sy-datum to date according to user settings in SAP

    Hi experts,
    I need such a function module which converts sy-datum to a date format
    according to user settings in SAP.
    Thanks,
    Yogesh

    Use these function modules.
    CONVERSION_EXIT_PDATE_OUTPUT
    CONVERT_DATE_TO_EXTERNAL
    Please mark points if the solution was useful.
    Regards,
    Manoj

  • How to Developed user defined functions to call function modules in SAP R/3

    •     how to Develope user defined functions to call function modules in SAP R/3 system

    Hello Raja,
    Go through this V.imp Link...
    http://download.oracle.com/docs/cd/B10464_05/integrate.904/b10408/rfc.htm
    Steps to crate FM..
    Follow these steps..
    Go to the T: code SE37
    First You Create Function Group
    On That u specify
    Function Group Name..............
    Short Text..............................
    save...
    Go to SE 37
    Specify the Function Module Name: Eg: Z_Bapi_Materialmaster
    Short Text.......
    Save...
    Next Go to Attributes..
    Select Radio button : Remote enabled model
    Go to Parameters..
    Click Import...
    Give Parameter Type Associate type S.t
    next Click Export...
    Give Parameter Type Associate type S.t
    Next Click Tables Button..
    Specify tables..
    Next click source code button..
    Write Source code here..
    Eg : Select statements Etc..
    Finally we should be select the Radio button Enable remorely
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep
    Re: User Defined Functions Tutorials
    Hope this information is useful to you..
    Thanks ,
    Satya Kumar..

  • Filter on product search in SAP CRM 2007 User Interface

    Hi Experts,
    I have the following requirement: we need to have the possibility to filter the Products in the Product search in the user interface based on the User's sales organization. Meaning that, if a user belongs to Sales Organization A, he will be able to see ONLY the products belonging to sales organization A.
    Can anybody of you Experts, suggest a way to implement this via standard SAP and not via an enhancment if possible?
    Thanks in advance to all of you.
    MC

    Hi Michele,
    maybe have a look at BAdIs COM_PRODUCT_SEARCH and COM_PRODUCT_SE. Did not try them myself but they are for enhancing searches in product.
    cheers Carsten

  • EIC SAP HCM - ( Activity ) Flexible User Interface

    Hi All,
    We are implemennting EIC with EHP4, There is a badi to add custom attributes for an activiy.
    BADI : HREIC_ACT_CUSTOM_ATTR
    Enhancement Spot :HREIC_CUSTOM_ACTIVITY_ATTR
    as per my understanding we need to use the methods to edit and save any custom attribute we want to define for an activity. I am not able to understand how to show that attribute on the BSP page ActivityAttributesView.htm in BSP application HREIC_VP.
    If anyone has experience of using thsi BADI. Please explaing me how to use this BADI to display attributes on the BSP page.
    Regards,
    Puneet

    Dear Madhu,
    In the IMG, you will have to look at the following path for the step-wise WDA configuration :
    SAP e-Recruiting ->Technical Settings -> User Interfaces ->Settings for user interfaces with WDA.
    There is also an overview note which will talk in-depth about the settings(Just after the above mentioned node in IMG) & options one need to consider for the WDA screens.
    The basic thing to consider is if you want to separate your front-end from your back-end for WDA.In separated systems no sensitive data is located outside the company's firewall.
    The main advantage in using the WDA screens is that it is based on the latest UI technology & the latest functionalities released by SAP are only supported in WDA screens & not BSP.
    And WDA screens are available as of ECC 6.0 SP08 onwards.
    As of Enhancement Package 3, only the internal & external candidate screens are available in WDA. The rest are in BSP.
    In enhancement Package 4 which was just released, the Recruiter screens are also available in WDA.
    Regards,
    Sowmya
    Edited by: Sowmya Kadambi on Jan 19, 2009 11:17 AM
    Edited by: Sowmya Kadambi on Jan 19, 2009 11:28 AM

  • SAP SSM 2007 - Administrator's user interface

    Hello,
    I've a problem concerning SAP Strategy Managment 2007 (pilot).
    I get a "Page not found" when logging into the Administrator's user interface http://localhost/pilot/pipadmin .
    It opens a pop_up window with the path: http://localhost/pilot/scriptmain.pw?userinfo=/pilot/pipadmin/adminstart4.htm, but it doesn't work. IIS and Jboss are working correctly und the jboss_server.log contains no error.
    Has someone an idea?
    Thanks and best regards,
    Robert Männel

    Hi Chris,
    thanks for your reply! Pilot Extended Listener; Pilot Listener; WWW and JBOSS are running and I started Pilot Extended Listener before Jboss, but it doesn't work.
    It tries to open http://localhost/pilot/scriptmain.pw?userinfo=/pilot/pipadmin/adminstart4.htm but there isn't a file "scriptmain.pw" in the pilot directory, only the file "scriptmain.pip". Maybe it is missing?!
    best regards,
    Rob

  • Configuration of SAP MDG User Interface in Customer Namespace - 7.0

    Hello All.
    I have been constantly reading about the mentioned content,
    SAP MDG user interfaces from one single place. A dedicated WebDynpro application is provided to manage all user interface configurations.
    You can also copy a standard SAP user interface configuration to the customer namespace and configure it to your requirements.
    Can anyone give more details about the SAP MDG User Interface or share any links which denotes the same in detail.
    Any Help Appreciated !!.
    Regards,
    Shankar

    The document mentioned in the link does not state anything related to use user interface in customer namespace as suggested by sap in Innovations page. this is more about FPM applications.
    Can you please suggest how do we use MDG User Interface in the customer environment directly as suggested by SAP.
    Regards,
    shankar

  • Graphical User Interface Library

    I begin to develop a graphical user interface (which can be an applet or an application) whose main purpose is to display graph with nodes. I would like to use a powerfull graphical user interface library (even not free) but I don't know any. Someone's got an idea ?

    Good god my writing is awfu! edit:
    When something slows down a programme then in most cases algorithms are the source for the lag, try using better designed algorithms using less iterative content if you want some fast programmes.
    Anyways concerning portablility and avalability on the internet there is always a price you pay and in most cases the price is speed.
    Another concern is when using third-party libraries with Applets most users will have to download these to run your Applet, which of course takes it's time.
    Maybe you want to think about your position against AWT and Swing - I don't want to promote them in any way - but speaking of applets there is nothing that I know could circumvent additional downloads.
    Greetinng,
    .o0|LIQID|0o.
    ain't got time to loose.

Maybe you are looking for

  • Flash Builder 4 Installed, But Won't Start

    I installed Flash Builder 4. The installation completed without a hitch, but the application won't start. Here are the log files from \Local Settings\Temp and Adobe Flash Builder 4\.metadata. amt3.log - http://pastebin.com/snrXFkfD \metadata\.log - h

  • Using CreatedModifiedInfo in custom webpart SharePoint 2013

    We've used those lines of code in SharePoint 2010 for a long time and we never had any issues with them. We've created a custom webpart and added the modifiedinfo toolbar to the bottom. Now we've moved our site from SP2010 to a SP2013 while still usi

  • ALV not working in background

    I have an ALV report which is working in foreground but not in backgound.It is a simple report and i am using REUSE_ALV_GRID_DISPLAY for displaying. Any clue??? Thanks, Shweta

  • How to set InDesign CS5 as the default in the system having InDesign CS4 has the default ?

    How to set InDesign CS5 as the default .indd application when you have InDesign CS4 and CS5 installed and InDesign CS4 is the current default (InDesign CS4 was installed after CS5 installation)

  • Q. about the images that show in a file's preview

    Can I change the image that shows in a file's Alias (is that the right term?) ? Let me tell you a bit more about what I mean... I have 2 aliases for 2 files in use at the mo' - 1 is a tiff, created and saved by Grab. At the moment the picture that sh