Building Block  & Best Practice

Dear All,
            I havea query. I am searching on net for quite some time but  I amunable to find the bulding block  configuration and Best practices for E Recruitment.
CAn any one please help me out with it. In case if SAP doesnot offer them then what is the next best possible option do I have.
Your feed back and help would be highly appreacited.
points will be awarded as well.
Regards

hi
Just keep in mind that before you do any configurations , there has to be a transition program from the mannual system to the automated system.
Document every step in the AS IS stage and then let them know what all is possible and not possible in the E-rec module .
Do not ever agree for major 'Z'. that is more important.
Regards
Sameer

Similar Messages

  • Activate Scenarios with Solution Builder CRM Best Practices V1.2007

    Hi,
    I finished all steps in Quickguide for CRM Best Practices V1.2007 until the end.
    All worked fine without any problem.
    Now I want to activate a scenario.
    1. In the field Workbench I get a list of 15 Request/Task, I`m only able to select one.
    2. In the field Customizing I do not get any values.
    3. How to maintain this fields?
    3. Do I have to create a customizing request?
    Can anybody tell me how to proceed with this step? I copied the standard solution to my favorite Solution and marked seven scenarios.
    Perhaps there is a another documentation than Solution_Builder_Quick_Start_V4
    Regards
    Andreas

    Hi Andreas,
    In the same popup window, at the bottom, you will find options to create work bench and customising requests.
    You can assign only one workbench and one customizing request for all the activities of solution builder.
    If you do not have an existing customizing request, choose the option to create one.
    Regards,
    Padma

  • Building a best practice web application using ColdFusion and Jave EE

    I've been tasked with rewriting a software using ColdFusion.  I cannot seem to find a lot of information on best practice development in ColdFusion.  I am an experience Java developer who has never used ColdFusion before.  I want to build this application using a synergy of ColdFusion and Java EE technologies.  Can someone recommend me a book that outlines how to developer in ColdFusion?  Ideally this book assumes the reader is an experienced developer with no exposure to ColdFusion.  Ideally the methods outlined in the book are still "best practice" methods.

    jaisheela wrote:
    Hello Friends,
    I am also in the same situation.
    I am a building a new web application using JSF and AJAX.
    Requirement is I need to use IBM version of DOJO and JSF but I need to develop the whole application using Eclipse 3.3,2 and Tomcat 5.5.
    With IBM version of DOJO and JSF, will Eclipse and Tomcat help to speed up the development or do you suggest me to go for Rational Application Developer and WebSphere Application Server.
    If I need to go with RAD and WAS, then I am new to RAD and WAS, is it easy to use RAD and WAS for this kind of application and implement web applicaiton fast.
    Any feedback will be great help.Those don't sound like requirements of the system to me. They sound more like someone wants to improve their CV/resume
    From what I've read recently, if it's just fast you want, look at Ruby on Rails

  • Build specifications best practice

    I am just wondering what other users do when building Installers to find what is the most efficient method.
    I used to include the LVRT Engine (LabVIEW Runtime) in the Installer Build
    PROS:
    1) Only one Installer required for the Target Computer to install everything making it much easier to install.
    CONS:
    1) Installer is very large - hundreds of Megabytes making it harder to distribute upgrades (eg. through e-mail).
    2) Each time you re-build the Installer takes a VERY long time, because it has to include the LVRT.
    3) If you change to a different LV version you then have to re-build using the new LVRT and the application EXE.
    So I decided to split the installation of the LVRT from the Application EXE.
    PROS:
    1) The Executable is now very small - say 10 Megabytes even for a large application making it easier to send upgrades.
    2) Very quick to build a new Installer.
    3) For each version of the LVRT installed, there might be several upgrades to the EXE making this approach more efficient.
    CONS:
    1) I have to now build & run an Installer for the Apllication EXE AND run the LVRT Installer to install application on Target Computer.
    Assuming we use the second approach, what is the best way of building and installing new and/or upgrading EXE applications?
    In my application I build a new Executable for each new software change and then create an Installer (with the same version number) to install the new executable as shown below.
    However each time I build a new Installer a new Upgrade code is generaterd - {45D6510F-EB72-4DA2-A8E6-A4CB2363129A} in the Version Information window and when I run the new Installer, if there is an existing installation present it just installs over it - BUT when you look in the ADD/REMOVE programs list there is a NEW entry each time a new Installer is run.
    Now to overcome this I could just use one common Installer that I upgrade each time with the latest EXE build as follows...
    But then I don't have separate Installers for each version and if I want to go back a version I have to build the Installer again.
    So what is the best method?
    Chris

    Norbert_B wrote:
    For longterm support, i suggest you to split the installers apart. One containing all components for executing the application (so drivers, LV RTE), another one for the application and it's support files (ReadMe, config, ...). Let's call the first installer "Framework Installer", the second "Application Installer".
    One correction in terminology btw:
    Since LV RT is the abbrevation for LabVIEW Real Time, we use LV RTE (LabVIEW RunTime Engine) as abbrevation for the components required to execute compiled LV code.
    So why split up?
    First, the big Framework Installer is not going to change much. It has to be updated once you update LV or some of the drivers, but for anything else, this could stay the same.
    Second, updates for the application can be supplied in small packages. Most developers like to use simple "copy&replace" mechanism to do this, which works fine once you update only a few files; but ojnce you have to update significant things (several files, changes in expected directory structure), i recommend you to use an installer.
    Additional note on installers:
    Each installer includes something called "upgrade code". This is the key the installer uses to register the application on the system. Once running another installer sharing this key, the OS will treat that as an update of the existing component. This is suggested to use once you want to replace things for a newer version of the application. Manual copy and replacing might induce errors....
    just my 5 cents,
    Norbert
    I also wonder about the upgrade code. Would you use the same code for framework installer and application installer? If so, wouldn't the application installer remove the framework again?
    When using different upgrade codes the user will have 2 entries in the control panel > add/remove software. In that case I how would installing a new framework deal with the files modified by another installer (the exe installer)?
    Also, will uninstalling both "products" leave a clean system (independent of the uninstallation order)?

  • Building tables - Best practices?

    Hi all,
    I hope this is a good place to ask a general question like this. I'm trying to improve myself as a DB designer/programmer and am wondering what are the current practices used when deploying a database that must be kept running at the highest performance possible (as far as selecting data and keeping the database clean).
    Basically, here are the specific topics of concern for me:
    - table sizing
    - index sizing
    - oracle parameter tuning
    - maintenance work required to be done on tables/indexes
    The things I've studied on were all based on Oracle 8i, and I'm wondering if much has changed for 9i and/or 10g.
    Thanks.
    Peter

    Actually I'm not very new to doing database work now, but I do still consider myself not quite sufficient in certain aspects of a typical DBA. For that reason, I'm trying to keep my questions very general as though as I'm learning them afresh.
    It does seem that I'm trying to ask something that is too broad to bring up in forum discussions... I'll go back and do some independent studies then come back to the forum with better questions. :)
    When looking through the 10g bug reports in metalink, it made me uncomfortable on some issues that people have been running into (been a while since I did the initial evaluation, and I forgot which specific issues I looked at). I realized that Oracle 10g provided a lot of conveniences with their new web-based EM and EMServer (especially interested in the new reports and built-in automations that Oracle provided), and also on grid deployments for high-availability systems, but we've been held back by many reasons to not go forward with 10g at this time. Having said that, moving to 10g is still planned for the future, so I am continuing the evaluation in several aspects that are specific to our design to determine what we can use and/or abandon in our existing deployment processes.
    Thanks for everyone's time, best wishes.
    Peter

  • SAP MM BUILDING BLOCK LIBRARY

    Dear All,
    Please give me the link of SAP MM Building block [Best Practices] library link.
    And also please explain the procedure to down load these best practices.
    Thanks in Advance !

    Hi All,
        For Bulding Block Related to MM Check on the Following from
    http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm
    J05 - Materials Management
      http://help.sap.com/bp_bblibrary/600/documentation/J05_BB_ConfigGuide_EN_DE.doc
      http://help.sap.com/bp_bblibrary/600/documentation/J05_Master_List_Global.xls
    J02 - Organizational Structure
    J49: Procurement of Stock Material
    J50: Procurement u2013 Contract
    J51: Internal Procurement (Stock Transfer with Delivery)
    J52: Internal Procurement (Stock Transfer without Delivery)
    J53: Internal Procurement (Cross-Company Stock Transfer)
    J73: Physical Inventory
    J94: Excise Periodic Processing
    J82: Procurement of External Services
    J83: Procurement of Imported Materials
    J84: Procurement of Capital Material to Manufacturing Plant
    J85: Subcontracting without Payment of Excise Duty
    J86: Procurement of Trading Material
    G80: Basic Settings
    This are the Bulding Block Related to MM you can check across.
    Hope this will solve you Problem,
    Pherasath.

  • Best Practice Building Block Library not accessible in Firefox

    Hello SAP Documentation Team,
    I've just get aware of the <a href="http://help.sap.com/bp_bblibrary/500/BBlibrary_start.htm">Best Practice Building Block Library</a>. Unfortunately it can't be used with Firefox 1.5.0.4 because of a script error. I see the dropdown lists but when I select for example Country "Germany" nothing happens. In IE it works perfect.
    Regards
    Gregor

    Hope that this will change with later Best Practice releases.

  • Best Practices Building Blocks for CRM 5.0 & CRM 2007

    Hi Experts,
    Where can I find Best Practices Building Blocks for CRM 5.0 & CRM 2007?
    Thanks in advance,
    Vishwa.

    Hi
    Go to: http://help.sap.com/
    Click on the Best Practices Tab,
    Then Cross-Industry Packages,
    Then Customer Relationship Management
    They should all be under there.
    Regards
    Arden

  • Looking for Best Practice Configuration Building Block for Material Ledger

    I need to configure and create the Material Ledger for a customer in the near future.  Could someone help me find the Best Practice Configuration Guide for Material Ledger?
    Thanks in advance!

    The official config is in Best Practices for Primary Steel
    there is a delta building block which contains Material Ledger configuration
    http://help.sap.com/bp_bblibrary/500/HTML/T02_EN_ZH.htm

  • Where to find best practice building blocks

    Hello,
    Does anyone know where to find best practice building blocks. I found it sometime ago, but could not find it now.
    It is a link to all the documentation list for a specific industry. (not the SAP Lib)
    Thank you!

    http://help.sap.com/bp_bblibrary/600/BBlibrary_start_newlook.htm
    Exclusively for retail preconfigured scenarios best practice  - http://help.sap.com/bp_retail603/Retail_US/HTML/index.htm
    for upcoming SAP Best Practices versions for SAP ERP 6.0 unde - http://service.sap.com/bestpractices
    Enjoy!

  • TEM Building Block in Best Practices

    Dear Team,
    I am not able find any building block and doc relating to TEM (Training and Event Management) in SAP Best practices
    Please guide me? Where i can find out more abt this.

    Dear Team,
    Please reply for my issue.
    Regs,
    Brahma

  • SAP Best Practices High Tech 1.6 error implementing building block 32

    Hi,
    We are currently implementing a building block 32. Choosen the country DE but system throws an error.
    The error occured at
    USER SETTINGS - SET DECIMAL NOTATION AND DATE FORMATTING.
    @5DQWarning@     Failure during Activation. Reactivate the project eCATT:    /SMB99/SU3_O009_B32
    Whenever I try to activate, I receive an error message. Please help how to go ahead from here. Tx. Derks.
    Below you find the details of the error.
    Runtime Errors         DATA_OFFSET_TOO_LARGE
    Except.                CX_SY_RANGE_OUT_OF_BOUNDS
    Date and Time          30.06.2007 15:53:56
    Short text
         Unzulässiger Teilfeldzugriff: Offset zu groß
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "SPLIT_NEXT_COMMAND" "(METHOD)", nor was it propagated by a RAISING
          clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         In dem laufenden Programm "CL_APL_ECATT_SCRIPT===========CP" sollte auf das
          Feld "TEXTLINE", das den Typ
         "C" und die Länge 255 hat, mit dem Offset 255 zugegriffen werden.
         Ein Teilfeldzugriff mit einer Offsetangabe, die nicht kleiner ist als
         die Feldlänge, ist jedoch nicht erlaubt.
    More specically the error log shows:
      203             ELSE.
      204               APPEND textline+indent TO command.
      205             ENDIF.
      206             IF stop IS INITIAL.
      207 * get next line and start at 0
      208               ADD 1 TO parse_pos-to_line.
      209               READ TABLE script INTO textline INDEX parse_pos-to_line.
      210               IF sy-subrc <> 0.
      211                 done = 'X'.
      212                 EXIT.
      213               ENDIF.
      214               linlen = STRLEN( textline ).
      215               parse_pos-to_pos = 0.
      216             ELSE.
      217 * . followed by an end of line is an eoc
      218               eoc = 'X'.
      219             ENDIF.
      220           ELSE.
      221 * next char
      222             ADD 1 TO parse_pos-to_pos.
      223           ENDIF.
    >>>>>           onechar = textline+parse_pos-to_pos.
      225         ENDIF.
      226       ENDWHILE.
      227       IF done IS INITIAL.
      228 * insert actual (part) in result
      229         IF parse_pos-from_line = parse_pos-to_line.
      230           linlen = parse_pos-to_pos - parse_pos-from_pos.
      231           indent = parse_pos-from_pos.
      232         ELSE.
      233           linlen = parse_pos-to_pos.
      234           indent = 0.
      235         ENDIF.
      236         IF linlen > 0.
      237           APPEND textline+indent(linlen) TO command.
      238         ELSE.
      239           APPEND textline+indent TO command.
      240         ENDIF.
      241       ENDIF.
      242     ENDIF.
    Message was edited by: Roy Derks
            R. Derks
    Message was edited by:
            R. Derks

    Barry,
    thank you for your reply. We advice from SAP do, set the Date Format and Decimal Notiation by hand (TA: SU3) and just ignore the error and go forward
    with the next step. Later we will test the system, hopefully we won't get any
    errors concerning this.
    Thanks,
    Roy

  • Best practice question -- copy container, assemble it, build execution plan

    So, this is a design / best practice question:
    I usually copy containers as instructed by docs
    I then set the source system parameters
    I then generate needed parameters / assemble the copied container for ALL subject areas present in the container
    I then build an execution plan JUST FOR THE 4 SUBJECT AREAS and build the execution plan and set whatever is needed before running it.
    QUESTION - When i copy the container, should i delete all not needed subject areas out of it or is it best to do this when building the execution plan? I am basically trying to simplify the container for my own sake and have the container just have few subject areas rather than wait till i build the execution plan and then focus on few subject areas.
    Your thoughts / clarifications are appreciated.
    Regards,

    Hi,
    I would suggest that you leave the subject areas and then just don't include them in the execution plan. Otherwise you have the possibility of running into the situation where you need to include another subject area in the future and you will have to go through the hassle of recreating it in your SSC.
    Regards,
    Matt

  • Best Practice Guide for object management in Integration Builder

    Hi All,
    I'm looking for a best practice guideline, or a strategy pattern for the management and maintainable of Integration Builder objects.
    Is their such a document, or has someone experience with a huge amount of objects ( 200-300 interfaces) ?
    I was thinking about a folder to sub-folder strategy, but don't feel comfortable with that solution:
    -->Root folders ( business relationship e.g. "Customer", "Supplier", "Bank" etc.)
    >Sub folders ( e.g. "AB Customer", "ZX Supplier", etc)
    Regards
    Oleg

    Hi ,
      I am in the safe confusion one year back, we developed 200 interfaces in XI3.0 ,every interfaces has minimum 10 mapping programs,its difficult manage the alla scenarios ,
    That what i created Software components for as per region like SA(South America), North Americ , Europe, Asia Pacific,we developed interafces for above regions,that why  created software compinehts like that.
    Then i created name spaces inside outbound and inboud to easy to diffentiate ..like that i had done.
    If you are with PI7.1 betetr to go for Folders,create folders and move objects.
    my answer not satisfies you..pls dont mind..:)
    Reagards,
    Raj

  • Best Practice / Solutions for using 11g DB+x86 or Small Computer to build iaas/paas?

    My customer wants to build their own iaas/paas using Oracle 11g DB, plus x86 or other small computer, running Linux or Solaris or Unix OS.
    Oracle Exadata is not feasible for them to use currently.
    Customer wants to know whether there are other customers have implemented their cloud solution based on these or not?
    If yes, would like to share the experience, presentation slides, best practices etc.
    Is there an Oracle email DL for asking this kind of question?
    Thanks,
    Boris

    Like Rick, I'm not aware of a specific "cloud implementors forum". Internally, Oracle has lots of material on implementing cloud, using any platform at all, although obviously we feel Engineered Systems are the most cost-effective solution for many customers. Are you interested in IaaS i.e. virtualised hardware, or PaaS i.e. DBaaS? They should not be confused, neither is required for the other, in fact, using IaaS to implement "DBaaS", as the OpenStack trove API attempts to do, is probably the most counter-productive way to go about it. Define the business-visible services you will be offering, and then design the most efficient means of supporting them. That way you gain from economies of scale, and set up appropriate management systems that address issues like patching, security, database virtualisation and so on.

Maybe you are looking for

  • Firefox crash in Windows 8.1

    I using Firefox 27.0.1 in Windows 8.1 Pro. Firefox is running normally, but when i search on google.com.vn and click to url is firefox crash. I installed add-on Adblock Plus 2.5.1, Advanced SystemCare Surfing Protection 1.0, IDM CC 7.3.69, Norton Too

  • Problem with CS5 Photoshop Installer

    I'm having trouble installing the latest CS5 photoshop.  I work for a university that receives a licensed copy of the CS5 software that we then distribute to all the students.  To make this possible we take the original installer, put it through the

  • Which universal dock adapter and connection

    Hi, I like to find out which dock adapter is right for the ipod video 30GB? and does the new ipod accept USB 2.0 connection only? I tried firewire and it doesn't accept the connection, thanks for reading, Tom

  • PCUI CRM Portal Performance Issues

    Hi Folks, We are using the PCUI CRM Portal. we done the Customized tab, like Product, Customer and Trade Contract Planner. All most all we are used Standard BSP Application, CRM_BSP_Frame. and all class and method also copy from Standard Class, and w

  • SomeTime Crystal report don't open from the website

    We are using Crystal report server XI R2 in Windows 2003 server with Dotnet 3.5 application. Some time when we try to open the report from the website, it never open. We are not getting any response from the web server and rest all pages works in web