What is the SAP best practise

we are planning for new co.code, does it suggestable of using existing document types for various  business processes like purchases, returns and stock transfers..etc or creating new document types.
plz suggest the best practise

hi
SAP Best practices are entirely different subject. your case is what  is best suited for you and whether you can go with the existing document types of SAP. My reply will be it all depends upon your processes you have already and how you wish to take forward. As fas as document types are concerned unless  it is specifically required to differentitate betwen different activites one must go with standards for example IMPORT and DOMESTIC POs , you should have two different document types, like wise.. or else it is better to go with standrads.
Regards

Similar Messages

  • Liquid: What are the suggested best practises for multiple languages?

    Right now we are doing this:
    {% if globals.country == "EU" %}
    {% assign login = "Log in" %}
    {% assign userName = "Username" %}
    {% assign password = "Password" %}
    {% assign rememberMe = "Remember me?" %}
    {% assign confirmLogout = "You are now logged out!" %}
    {% endif %}
    {{login}} would output "Log in"
    Another thought would be to have it all in a string with commas and split it, like this:
    {% if globals.country == "EU" %}
    {% assign strings = "Log in;Username;Password;Remember me?;You are now logged out!" %}
    {% assign lang = strings | split: ";" %}
    {% endif %}
    {{lang[0]}} Would output "Log in".
    What are the best practises here?
    I would imagine either being slower than the other as well, maybe Adobe have some input?

    Hi Machinette,
    Use your first option in my opinion:
    A webapp where each item would contain a field for each language. i.e.  item 1 name login; en -> Log in; es -> Iniciar sesion. item 2 name logout; en -> Log iout; es -> Cerrar sesion....
    Here's an example of my multilingual web apps:
    FAQs:
    EN Question
    JP Question
    EN Answer
    JP Answer
    Testimonials:
    Title-NZ
    Title-JP
    Quote-Preview-NZ
    Quote-Preview-JP
    Quote-Full-JP
    How did you hear about us:
    Title_En
    Title_JP
    Multilingual Text:
    Text_En
    Text JP
    As you can see above, the items in the web apps form the different multilingual text - the different FAQs, the different Testimonials, the different Multilingual Text. The domain name needs to determine the language. Very important. And use a globals.site.countryCode to determine the language.
    The key is when you want to reference that item. I think Abhishek was onto it using JSON files, easy to select the text you want. If JSON files don't work, here's what you do:
    {module_webapps id="Multilingual Text" filter="i" itemId="4951580"}<!-- login -->
    {module_webapps id="Multilingual Text" filter="i" itemId="4951611"}<!-- Try Lesson 1 -->
    {module_webapps id="Multilingual Text" filter="i" itemId="4951612"}<!-- Join for free -->
    Else place everything into a collection, but I have hundreds of items, so I don't want to collect too many records. Only the ones I need per page.
    Finally, here's my code for one of the web apps, FAQs.
    {% assign countrycode = globals.site.countryCode -%}
    {% case countrycode -%}
    {% when 'JP' -%}
    <div class="faq-question">
        <h4>{{this['JP Question']}}</h4>
        <div class="faq-details">
            <div class="answer"><p>{{this['JP Answer']}}</p></div>
        </div>
    </div>
    {% else -%}
    <div class="faq-question">
        <h4>{{this['EN Question']}}</h4>
        <div class="faq-details">
            <div class="answer"><p>{{this['EN Answer']}}</p></div>
        </div>
    </div>
    {% endcase -%}
    http://www.samandmelenglish.com/faqs
    http://www.samandmelenglish.jp/faqs
    Hope this helps.
    Stephen - Fuel Design

  • Experiences on SAP Best Practise packages?

    We are considering applying a specific SAP Best Practise package on top of ECC6. It will be a new ECC6 installation.
    I have read the BP faq pages http://help.sap.com/bp_bw370/html/faq.htm and read note 1225909 - How to apply SAP Best Practices - and the specific note and the specific installation guide for required Best Practise package.
    I understand that applying a BP package is something not that easy but should speed up the implementation process.
    If you have been participating in a project that implemented SAP Best Practises on ERP, would you please share your experiences with me.
    Here are some topics for discussion:
    (BP=SAP Best Practise package)
    BP implementation could make constraints to your future EHP or SP upgrades, while BP is tightly linked to certain EHP and SP-level?
    SAP support?
    Installation process including config steps according BP installation guide is longer than usual, while there can be multiple activation and configuration steps done by others than basis consultants?
    BPs are country dependent. What if your application is used multinationally?
    What if you later find BP unneccessary?
    generate difficulties in the beginning but did considerably speed up reaching the final goal compared to ECC6 without BP.
    traps to fall in?
    typical issues that basis staff has to notify when preparing/installing a ERP system to be with BP?
    positive/negative things
    I am not saying above statements are true or false. Just wanted to charge you giving comments.
    Br: KimZi
    Edited by: Kimmzini Siewoinenski on Aug 11, 2009 8:35 PM

    Hi,
    Make sure your web service URL correct in Live Office connection and also in Xcelsius data manager.
    Did you check all connection in refresh button proprties? you may try selecting "Refresh after component are Loaded" in Refresh button properties Behavior tab.
    I think Xcelsius refresh are serial refresh so it may be possible that first component refresh is still in progress but you are expecting other component to refresh.
    Click on "Enable Load Cursor" in data manager's Usage tab, it will give you visibility of refresh. If anything refreshing you will see hour glass.
    Cheers

  • SAP Best Practises - Installation

    Hello All,
    I had installed SAP best Practises base line package SAP BP-ERP 617V6 in my system a couple of weeks back. But now when I am trying to activate the Best practises it is asking for the solution scope files and the installation text files. But when I am checking on Service market place , it seems SAP has with drawn the files for 617-V6 and has updated them with the latest files of 617-V7.
    Now without these files I cannot proceed any further. And I have already activated the Business sets and Business Enterprise Functions in Client 000 and created a new client from 000.
    In this regards can anyone advise what will be the best way forward. Can I upgrade my BP version BP-ERP 617-V7 now and proceed. Are there any special steps that I need to do for the BC sets which are already activated. I am guessing I will need to a client copy once again.
    I also went through SAP Note 1301301 , Point IV , which talks about the upgrade of SAP BP package but it lacks clarity on the above points.
    I have also raised a Customer message on this but will really appreciate your views in this regards.
    Thanks
    S

    Hello Surajit Das,
    In http://service.sap.com/swdc have you tried looking in Archive Area ?
    SAP will generally hold the previous versions of software and components in the archive area for some time.
    Regards,
    Siddhesh

  • SAP BEST PRACTISE BI-Purchasing Volume Dashboard issue

    Hello,
    I am working on Purchasing Volume Dashboard (from SAP BEST PRACTISE BI package), I adapted Crystal Reports sources of this dashboard so that they connect to our local database and successfully generated the Export.xls, I Imported this Export.xls file into Purchasing Volume Dashboard.xls, added and configured Live Office Connections (ticking"Refresh before components are loaded" for each Live Connections.
    The issue is that when I click on PREVIEW the four components (Charts and Scorecard) don't refresh simultaneously.
    I have to click once on REFRESH button to have the first component refreshed with data then to click again to have the second component refreshed then click again and again !
    I don't understand why those components don't refresh in the same time !!
    Did one of you ever encountered this issue ?
    many thanks for your help,
    Regards
    Christiane

    Hi,
    Make sure your web service URL correct in Live Office connection and also in Xcelsius data manager.
    Did you check all connection in refresh button proprties? you may try selecting "Refresh after component are Loaded" in Refresh button properties Behavior tab.
    I think Xcelsius refresh are serial refresh so it may be possible that first component refresh is still in progress but you are expecting other component to refresh.
    Click on "Enable Load Cursor" in data manager's Usage tab, it will give you visibility of refresh. If anything refreshing you will see hour glass.
    Cheers

  • Problem in installing SAP best practises v1.600

    Hi guys,
    we have to install SAP best practises v1.600 in ECC 6.0 version. i down loaded  SAP best practises v1.600 from www.service.sap.com But in that all building blocks are belongs to AUSTRALIA(with extention .AU) As i need to install with .US extension buldings bolcks.  Is there any difference between these 2 types of buliding blocks.(.US &.AU)>
    Can i install .AU files instead of .US files?
    help me in thi regard ,
    thank u

    Hi,
    this is not working. the files and installtion objects are different.
    Please download the appropriate BP version from SAP Market Place.
    Regards Ralf

  • SAP Best Practises for Logistic Modules

    Dear Reader,
    Does anyone know how to find SAP Best Practises for Netweaver 2004s Logistic scenarios (SD, MM,)
    The old Netwvr 2004 scenarioas are less helpful, especially in Inventory mgmt.
    Thanks

    Check this link, this is the latest I guess.
    [SAP Best Practices|http://help.sap.com/bp_bw370/html/index.htm]
    Cheers,
    Neel.

  • So iWeb is dead? what is the next best thing for a beginner?

    Hi Guys,
    I have my new Mac and i want to build my first website....with iWeb dead, what is the next best web builder for a beginner like me...? I want to creat a blog add the odd photo and link to my twitter page. Thats about it.....any suggestions?
    Many thanks
    Ian

    Are you saying that you have an iWeb blog hosted on a 3rd party ftp server which allows visitors to add comments? That would be a first since the following has always been part of iWeb's Help file:
    Features Unavailable When Publishing to a 3rd Party Server:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    The following is a screenshot of  iWeb Help on publishing to an ftp server:
    Currently if the site is published directly from iWeb to the 3rd party server the RSS feed and slideshow subscription features will work. However, if the site is first published to a folder on the hard drive and then uploaded to the sever with a 3rd party FTP client those two feature will be broken.
    OT

  • What is the current best possible Qosmio I can buy?

    Hi, only just joined the forum, i run a large pc/laptop/gps reail repair outlet in es***, uk, I'm (for my sins) a microsoft ex employee and left 13 yrs ago to go it alone.
    I have become something of a Qosmio Addict, now owning 8, my latest aquisition a Brand New F-10-124 from e-bay for next to nothing.
    Just thought I'd say Hi and ask what is the current best possible Qosmio I can buy, because no 9 is coming!
    Paul
    Message was edited by: techstore

    Hi
    Well, at this time the Qosmio G30 and F30 are the newest Qosmio units at the market.
    If you want to know more details about the Toshiba notebooks and especially about the Qosmio so please check the Toshiba website:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/model_index_page.jsp?service=EU&ID=96787
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/notebooks_desktops_servers_family_page.jsp?service =EU
    bye

  • HT1476 What is the absolute best way to recharge my iPhone 5S?

    What is the absoulute best way to charge and discharge my iPhone 5S?  Should I wait until the battery is below a certain percentage level before recharging?

    Plug it in anytime you desire.
    Charge it until you are ready to unplug it, then do so.
    The only no-no is allowing the device to completely discharge.

  • SAP best practise to use transportation component

    Hi,
    I need to know when should be the shipment created after delivery? When Shipment create for group of deliveries?
    Indeed I would like to know the SAP best practices to use transportation component. Please forward if you have any related links which describe the SAP best practice to use transportation component.
    Thanks,
    Victor

    Dear Victor,
    The shipment document will be created after delivery creation but before Post Goods Issue(PGI).
    When the deliveries belongs to the same route you can create shipment document for group of deliveries.
    For more information go through this Help link it will help you,
    http://help.sap.com/saphelp_47x200/helpdata/en/93/743c21546011d1a7020000e829fd11/frameset.htm
    I hope this will help you,
    Regards,
    Murali.

  • What are the SAP inbox tables.

    Hi Team
    i want to know what are the SAP inbox tables.
    if i have click on SAP inbox for perticular user, retrived 37000 entries and give short dump "Time Out" . i want to know from which table retrived the records and display into the SAP inbox(SBWP).
    Thanks in advance.
    Puneet.

    Look at SAPoffice tables and Business Workplace tables : SOOD, SOOS, SOC3, SOFFCONT1, BCST_SR, BCST_CAM
    Regards,
    Raymond

  • What are the SAP Business one requirements for intercompany intergration

    Hi. what are the SAP Business one requirements for intercompany intergration

    Hi Wendy,
    Intercompany 1.1 is supported on SAP Business One 8.82 and Intercompany 2.0 is supported on SAP Business One 9.0.
    So depending on Solution version your are looking for, refer to Prerequisites section in the respective version's Administrator Guide.
    For further information on Intercompany Integration Solution for SAP Business one, you may refer the following:
    https://websmp210.sap-ag.de/partneredge/b1/intercompany  
    Regards,
    Agneesh Jain
    SAP Intercompany Team

  • Help on Installing the SAP Best Practices Baseline Package

    We are in the process of installing the SAP Best Practices Baseline Package. We are on ECC5.0. Any tips/ tricks/ gotchas will be greatly appreciated.

    hi Mani,
    check this out:
    http://help.sap.com/bp_bblibrary/500/documentation/BL_Quick_Guide_EN_DE.doc
    regards
    sham'm

  • What is the app best or way to clean iphone from temp files?

    What is the app best or way to clean iphone from temp files?

    If when you plug your iPhone in to iTunes to sync, you see the size of "Other" get much larger than 1 gigabyte, restoring the iPhone from iTunes will do cleanup.

Maybe you are looking for