Blueprint Document for KM

Hi All,
I am looking for a template of a blueprint document for a SAP KM implementation.
If anyone has a template pls email it to me, (if the blueprint document has the sectons filled in , all the more great), or if you can redirect me to a URL where I can find the revlevant information, it will be very helpfull.
Thanks in advance.
Will definitely reward points.
Regards,
Vivek

Hi Vivek,
The only document that comes to mind are the ones in the Portal Roadmap that can be found at https://websmp203.sap-ag.de/roadmaps.
Regards
Paul Chambers

Similar Messages

  • Can anyone please provide me Blueprint Document for BW

    Can anyone please provide me Blueprint Document for BW on <removed>.I will be very thankful to u,,,and <soliciting points for answers is forbidden >....
    Edited by: Arun Varadarajan on Nov 27, 2008 3:00 PM

    please search the forums for the same - the necessary links have been given in previous posts and blueprint is something that has been discussed many a time on the forums...
    Arun
    Locking the post.....

  • Getting error while generating Business Blueprint Document for Project

    Hello Experts,
    I hv created a project in Solution manager 3.2 through solar_project_admin . Now iam in the phase of defining its Business Blueprint . I hv completed the steps, at the end when iam generating Business Blueprint document ,following error is being displayed:
    <b>Blueprint document cannot be created. Check the selection
    Message no. SOLAR110
    Diagnosis
    A Business Blueprint document created for the selected selection options would contain no structure elements. It would be empty, so it is not created.
    Procedure
    Choose less restrictive selection options, especially the option
    "Print Structure Elements: Complete Selection" in the "Options" tab.</b>
    I hv checked this error and the option displayed above in the error message but no such option is being displayed anywhere,can anyone plz help me out with how to resolve this problem?
    Requested to revert at earliest as iam stuck with this since many days,My email id is <b>[email protected]</b> .
    Regards,
    Saumya

    Hello Horst ,
    Thanks for ur reply.I hv now again tried to Generate Blueprint Document with unselecting option Only with Documents but in the structure selection when i tick on all the options given in tat structure then regenerate Business blueprint Document ,following error message is displayed:
    <b>Error 130: Business Blueprint cannot be generated
    Message no. AI_SOLAR08130</b>
    For this error no long text/ explaination exists .But when i try to generate Business Blueprint Document with unselecting option Only with Documents but in the structure selection unticking on all the options given in tat structure then following error message is displayed:
    <b>Blueprint document cannot be created. Check the selection
    Message no. SOLAR110
    Diagnosis
    A Business Blueprint document created for the selected selection options would contain no structure elements. It would be empty, so it is not created.
    Procedure
    Choose less restrictive selection options, especially the option
    "Print Structure Elements: Complete Selection" in the "Options" tab.</b>
    Plz revert back, wt shld i do now?
    Regards,
    Saumya

  • Blueprint document for SSM

    Dear Gurus,
    Could you please share the template of SSM implementation blueprint document.
    contact arif.qurishiATgmailDOTcom
    I will be thankful to you.
    Regards
    Arif

    Dear Bob,
    Thanks for reply.
    I belive ,I don't need to explain what a blue print document contain , for any SAP Module implementation ( FI ,CO,SD etc) , we have to prepare a document to mention what we understand from the customer requirement in SAP terms ( including gap analysis),  in simple word blue print for module implementation.
    I am looking for a template which has following segamnets
    Model input , out put results , consolidation rules ,
    Act ,Tar , Virtual variables corosponding to each KPI to be implementaed.
    User interface input , Entry approval input ( workflow) , authorization level.......... etc
    A Blank template  , based on I can create my implementation blueprint document.
    "Just a reminder, that sometimes these items have a cost associated with them" , I am OK with thatr if it suites my requirement , lets discusses over personal communication channel.
    Regards
    Arif

  • Blueprinting Document for SD

    Does anybody have Blueprinting documentation?
    What workshops we would have in Blueprinting stage?
    Will Reward points for the right help
    Thanks

    Hi sam nan,
    pl check this link ;
    [Business Blue Print|http://help.sap.com/saphelp_sm40/helpdata/en/f1/30e9e8252111d5b3760050dade3beb/content.htm]
    regards
    sadhu kishore

  • HI Need Business Blueprints Documents

    Please search the forums before posting
    HI Experts,
    I Have a requirement of Implementing SAP BI 7.0 at our client, we are in Bluepriniting Phase and SAP R/3 Ecc6.0 and BI implementations are in Parllel.
    We have FI,CO,SD,MM,PS,HR, modules here .
    Can some body help me for Sample Blueprints Documents for all modules and Process Documents  
    It will be very helpfull for me to go ahead in the project.
    Regards & thankx in Advance,
    Deepak
    Edited by: Arun Varadarajan on Apr 9, 2009 8:01 PM

    Hi,
    Pls chk this link;
    http://help.sap.com/bp_biv235/BI_EN/documentation/SolutionScope_EN.doc
    http://help.sap.com/bp_biv235/html/index.htm
    https://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000420636&_SCENARIO=01100035870000000202
    Regards
    CSM Reddy
    Regards
    CSM Reddy

  • SAP Blueprint Document

    Hi,
    What are the content present in SAP Blueprint Document? please share if any template available
    Are are any SAP specific business process flows available for banking?
    Regards,
    Kamal

    During ECC 6.0 Partner Summit in Bangalore recently question was raised about Blueprint document. The answer provided by SAP was to use Solution Manager for Blueprinting. The blueprint should be the definition of Business Blueprint and Configuration in Solution Manager. SAP does not suggest creating a separate blueprint document for implementation any more unlike what was provided through QAdB earlier.
    So there is no separate document unless a consulting company creates one for its client.
    However standard configuration documents are available as Building Block library under help.sap.com >> SAP Best Practices >> Cross-Industry Packages >> Supply Chain Management >> V1.50 >> Technical Information >> Building Block library.
    That should help in determining the configurations required once you have defined the associated business processes for customer requirements.
    Thanks,
    Somnath

  • Need some Blueprint docs for a Housing client

    Hi Folks,
    I am developing Blueprint documents for a Housing client. To begin with, can any one of you help me with a link or some docs that can help in giving a BI solution for housing(in terms of KPIs that he can map).
    Thanks in advance!!
    -Noble

    HI,
    You need to get requirement from client before providing them solution:)
    They should be able to say what they want to see in dashboard.

  • Q&A DB,BPML,Blueprint,scope document FOR PS PROJECTS

    Hi,
    If any body have Q&A DB,BPML,Blueprint,scope document FOR various types of  PS PROJECTS ,please send me at [email protected]
    Thanks]
    Muzamil

    You can use the -replace operator and a regex to do this.
    '<692>) Tj ET' -replace '\s*<(\d+)>.+','$1'
    692
    In your code, you should be able to use that when you set $value:
    $Value = $line[1] -replace '\s*<(\d+)>.+','$1'
    The $1 is a "backreference", which designates the first capture group (inside the parens) in the regex.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • FI Blueprint Documents

    Hi I m new to here and this is the first time I m posting any questions here.
    Our team have a big undertaking and I have been assigned to assist the SAP lead for creating blueprints and business process documents for the project.I had been the Business lead for the migration from Legacy to SAP but no idea about the FI Blueprints
    If any body can help me out with this and email me , I will be really grateful and will rewards points to the fullest ..
    My Id is [email protected]
    Thanks Sahil

    Hi Sahil
    This function documents the business processes in your company that you want to implement in the system. In a Business Blueprint for Projects, you create a project structure in which relevant business scenarios, business processes and process steps are organized in a hierarchical structure. You can also create project documentation and assign it to individual scenarios, processes or process steps. You then assign transactions to each process step, to specify how your business processes should run in your SAP Systems.
    see the below link
    http://help.sap.com/saphelp_sm40/helpdata/en/2a/62c33af63ae93ae10000000a11402f/content.htm
    nagesh

  • Generate Blueprint Document

    All,
    I know how to Generate the Blueprint Document using SOLAR01. However we are using this feature more for a mass download of all documents of a certain documentation type instead of generating the actual blueprint document. Does anyone know how to get the name of the document in Solution Manager to be the name of the document that gets exported instead of the logical name. So for example:
    This is the current file name: 4695F8A00AB05599E10000003630908A.DOC but I would like it be something like 01.00.00.00 Sales Order.DOC
    Does anyone know how to do this?
    Thanks in advance.

    His problem is when the documents are downloaded to the computer for compilation into the one Blueprint document the files are given new names with a bunch of random looking characters instead of keeping the original file name.
    However, don't think it's possible without modifying Blueprint Generator or creating a custom macro that loops through all files in the Blueprint folder, opens them up, reads the name you want (which would need to be maintained in a custom property field), and renaming it.
    regards,
    Jason

  • No all graphics are generated by Blueprint document (tcode SOLAR01)

    Hi,
    I patched SAP Solution Manager to SP15.
    Since that only the first graphic of Blueprint documents is generated from tcode SOLAR01, and not all the graphics of the business processes.
    Does anyone know the appropriate SAP Notes corrections?
    Any helpful information will be appreciated.
    regards
    Thom

    Welcome to the forum.
    You updated the TOC but that does not automatically update
    the TOC you see in the print wizard. If you go into the print
    layout, you will see some books with a turquoise colouring to
    indicate they are in the print layout and some will be white to
    indicate they are not.
    If you want a complete duplicate of the TOC, you simply click
    the left pointing arrow to clear what is there and then click the
    right pointing arrow to insert the whole TOC.
    Show All is simply a means of seeing topics the build
    expression has excluded. You are not using one. In any case, they
    still would not print. It is simply an aid to what could have been
    included but for the expression.
    There's a whole topic on printed documentation on my site.
    Post back to let us know if that fixed it.

  • Generate accounting document for cancel of credit memo

    Hii Guy,
    Need your help to solve this problem.
    My user have perform VK11 to cancel of credit memo. in the sales order document flow, the status is OPEN.
    my user cannot perform creating of accounting document for this cance of credit memo. what are the tcode to generate accounting document ?

    Nizamkz wrote:Hi,
    >
    > Hii Guy,
    >
    > Need your help to solve this problem.
    >
    > My user have perform VK11 to cancel of credit memo. in the sales order document flow, the status is OPEN.
    Are you sure its VK11???? I guess for the cancellation if billing document its VF11......
    Try to do the manual release to accounitng....by going to VF02 and pressing the Green Flag button after entering the cancellation document number. Or Else Try to reverse the posting with FB08.
    Thanks,
    Raja

  • Need Single Billing Document for Materials and Services in Sales Order

    Hello Friends,
    I am selling FERT items and DIEN items in the Sales Order.
    Document flow as follows:
    Finished goods - Order-Delivery-Billing
    Services - Order-Billing
    In this process 2 seperate billing documents are created
    i.  Delivery Related Billing document for Finished goods.
    ii. Order related Billing document for services.
    I want to create a single billing document for both the items (FG & Services) in the sales order.
    Please suggest.
    Thnx.

    Sorry for the delay friends.
    Somebody suggested me to make services 'relevant for delivery' to ensure single billing document.
    What I did were the following steps:
    1. Copy Item Category TAD to ZTAD and make is 'relevant foir delivery'
    2. Assign Item Category ZTAD to Sales Order type and Item Cat Group 'LEIS'
    3. Go to Deliveries Item Categories and through new Entries add ZTAD. Make ZTAD relevant for Picking.
    4. Go to copy control 'Order to Delivery' and insert ZTAD in Item Categories relevant for this combination.
    Now when I create sales order with materials and services, they pass over to the delivery document and in the Services item, storage location/plant is greyed out. Only the picking quantity is required to be filled.
    PROBLEM :
    I am not getting the price of Services item in the billing document.
    Billing document copies all line items (tangible and intangible) from Delivery Document
    It takes the services item details/quantities etc. to VF01 but the price comes '00.00'
    Any suggestions.
    Is this legally viable? Someone told me its not legally correct.
    Thanks.
    Mohammed

  • Table to look for change documents for users

    Hi friends,
    Is there any standard table to look for change documents for a user?change document through SUIM does not give the correct log.
    Thanks for you support.

    Julius
    Looking at another of Tracy's other post (http://scn.sap.com/thread/3598947) she's trying to use ACL. Hence needing to know the tables to write joins/queries to hit tables within ACL
    I've seen ACL used and have had the fun experience of Auditors using Google to find tables to perform checks on without context of what has actually been implemented in their particular system.
    Regards
    Colleen

Maybe you are looking for