Sample Functional document

Hi Guys,
I have been working on the technical side of BWw mostly datamodeling, dataloading and reporting. I want to know how to prepare a functional document, which is moslty done by analysts or architects, involving requirements gathering, gap analysis etc.
Can somebody please send me a sample functional document which includes requirements gathering, gap analysis for a sample project or a procedure describing how its done. It would be very helpful.
Thanks in advance,

Hi,
Please check  the link below and download ASAP documentation or Roadmap. There you may find many kinds of template.
service.sap.com/bi - > Services & Implementation -> SAP BW ASAP
Regards,
®

Similar Messages

  • Sample-function in select-statement

    hello,
    i have a sql statement to get 10% of the cutomers using the sample function:
    select count(*) from
    (select * from L_CUST sample(10));
    The table C_CUST contains 1800001 rows.
    if i execute the given statement, the resulut number of rows are different in range 1000
    1800001 * 0.10 = 180000
    if the number of rows differs between 0 and 2 record, its ok, but 1000 is to mutch.
    hast anyone an idea?

    If you read the documentation you will see that Oracle selects a random sample. It's the random part that's obviously confusing you. A 10% sample does not select every 10th row. Rather it says for each row there's a 1 in 10 chance of that row being selected. It's just like flipping a coin, only with ten values rather than two.
    If you are really bothered by this try...
    SELECT * FROM
      ( SELECT rownum as rn, a.* FROM
           ( SELECT * FROM your_table
             ORDER BY dbms_random.random ) a )
    WHERE mod(rn, 10) = 0
    /Cheers, APC
    Cheers, APC

  • Functional documents

    Hi,
       I am looking for some Soft copies of Functional documents for SD,MM,FI,PP.
       I have the Links for Help,but I am looking for some more Stuff.
        If any body have the soft copies regarding the Flows of SD,MM,FI and PP , any other related stuff ,pls mail me at <b>[email protected]</b>
    Will get the Reward Points.
    Thanks n Regards,
    vijaymenan

    hi vijay
    can u pls fwd me the documents for SD and FI
    and also the links of the materials if posible
    my mail id is [email protected]
    thanks in advance
    bye
    sid

  • How good is the SAMPLE function?

    I need to get a sample set from a database. Thankfully, ORACLE in the modern versions provides the SAMPLE function which does exactly that. Now, my question is how good is this function? As in, would the SAMPLE function pass the random number certification tests? If so, how do we test that?
    ~SB

    Hello,
    The SAMPLE function lets you select from a random sample of data from the table, rather than from the entire table. It depends what option or attribute you are using with
    BLOCK : attempt to perform random block sampling and possible only during full table scans or index fast full scans.
    sample_percent: specify the percentage of the total row or block count to be included in the sample and value must be in the range .000001 to, < 100. This percentage indicates the probability of each row, or each cluster of rows in the case of block sampling, being selected as part of the sample. .
    SEED seed_value: return the same sample from one execution to the next. The seed_value must be an integer between 0 and 4294967295.
    More information and examples can be found under ORacle 11g documentation
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_10002.htm#SQLRF01702
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_10002.htm#i2105143
    Regards

  • HR Functional Documents

    Hi All,
    Can U anyone send me the HR Functional documents to my mail id.
    pl send through Gtalk [email protected]
    Thanx
    Nasee.....

    You can go through these pdf docs....
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    also try this links
    http://www.sap-img.com/sap-hr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html
    http://help.sap.com/saphelp_erp2005/helpdata/en/74/df293581dc1f79e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/80/ea89395eb58c4f9d0c3e837cf0909d/frameset.htm
    consider points if it is useful.......
    Regards,
    Bala

  • System Requirement Specification Functional document --URGENT!!!

    Can someone plzz provide me SRS functional document for importing data from legacy system into the Oracle system.It is really urgent...
    Thanks..

    <b>Hi
    Make a through search in sdn u can have many posts on the issue</b>

  • Synchronization failed using sample function group SDOE_SAMPLE_BAPIWRAPPERS

    Hi all,
    I'm using SAP Netweaver Mobile 7.1.
    I've created an application using a BAPI wrapper with the BAPI of the sample function group 'SDOE_SAMPLE_BAPIWRAPPERS'.
    Everithing works fine. I'm able to create locally a new contact with its related address . I can see them in my local database and in the search screen.
    But when I synchronize I have this error in the trace file:
    "Error processing inbound message --&gt; java.lang.IllegalArgumentException: serverNode must not be null"
    and some others in the queue monitoring on the DOE for the services:
    KEYMAP_SERVICE_BV, VALIDATION_SERVICE, always with FBP MMW_FLOW_INBOUND_CLIENT_BV.
    Does anyone have any suggestions?
    Thanks and regards,
    Laura

    Hi Beatrice,
    2 scenarios when this error is raised.
    When the task of the message that is sent from client is 'I' , but the same instance is already present in CDS . Another case where the task is other than 'I' , but the instance is not present in CDS.
    Since you are trying to create a new instance.,may be you can check  one table called synckey lookup table and incase the backend key of the instance that you are creating is already present in this table, then you might get this error.
    Navigate to dataobject from sdoe_wb transcation.
    When you double click on the dataobject nodes(root and child), you will see one table name against it.
    Suffix 'SL' to the same table name and this will be synckey look up table for that node.
    This table will contain the synckey for the backend keys specified for that data object node.
    Give the key you are trying to create from client and check if a row already exists in this.
    You need to check for root node as well as both the child nodes.
    If its present there already even for one of the nodes, then this might be reason you are getting this error.
    You can try doing  a clean up of the SWCV using SDOE_CLEANUP , this will do cleanup of all objects for all dataobjects under this SWCV and then try upload of a new instance from the client.
    Disclaimer : This is not recommended to be executed in productive systems.
    Regards,
    Liji

  • Functional document and technical document?

    I would like to know clearly what is Functional document process and Technical document process in SAP implementation? As a technical lead how can we contact the functional team for this? What is the ideal time  to write a technical document?

    Hi Jayakumar,
    Let me explain u clearly
    Setp1:
    when there is any business req it is identified by the functional people
    depending on the req they will create a document keeping business standards in mind
    this is called as Functional Spec or Functional Document
    Step2:
    Once the Functional Spec is generated then it will be passed to the technical team
    They understand the Functional  Spec and change that into technical Document
    they interact wiht the functional people and then make a Document called Technical Document.
    Step3:
    Once the Technical document is prepared then they start to build the object based on the technical document they build only when they get the approval from the functional people.
    Business Requirement--->Functional Document->Technical Document--->Build Object.
    if found worth pls do the req
    Thanx
    Sampath
    Edited by: venkata sampath on Jun 13, 2008 5:58 AM

  • Sample Design Documents for Sales Planning

    Hi Gurus,
    Any One having Sample Design Documents and High Level Design Documents. If you have please mail me [email protected]
    Thanks,
    Bhima

    Bhima,
    Did you get a sample of the design docs. Pls send to me.
    Milind

  • FI datasource functionality document

    Could any provide FI datasource functionality document which is explaining how delta working.....why few datasource support only init with data and wont support init without data...etc...

    hi
    can you forward  the config document to my email it will be of great help [email protected]
    thank in advance

  • Sample Functional Specification_FICO

    Hi Friends:
    Could you please send me few Functional Specification and Technical Specification in FICO area.
    My email address is
    [email protected]
    Thanks in advance.
    Hasan

    Dear Hasan,
    Functional specification is used to develop custamized programmes. Whenl you have identified a new request from business which is not supported by SAP Example: adding new field, generating new report. There are several segments in functionsal specifications.
    First you have to identify the tables,fields and logic.Once you have identified the logic you have to give the functional specification in prescribed format to ABAP ers to develop the report. Once they have developed the report you have to test the programme by giving required input/data in all respects once you are satisfied . it will be tested by the users and finally moved to production.
    Following are the important segments in Functional specification
    1.Change history: It contains the date programme was created and the dates on which it is modified etc
    2.Request section: It contains who has requested the change,title of the change,seviority ,Technology used,if different alternatives available specify the alternatives.
    3.Functional flow:Here you have to give the logic i.e which fileds from which tables are to be selected and also the order.
    4.Report section: in this section you have to specify the report form,input data and also a sample report.
    5.Sign off: in this segment you have to specify the business who is eligable to sign off the document.
    What Is A Functional Specification?
    Functional specifications (functional specs), in the end, are the blueprint for how you want a particular web project or application to look and work. It details what the finished product will do, how a user will interact with it, and what it will look like. By creating a blueprint of the product first, time and productivity are saved during the development stage because the programmers can program instead of also working out the logic of the user-experience. It will also enable you to manage the expectations of your clients or management, as they will know exactly what to expect.
    Why write a Functional Spec?
    A key benefit of writing up a Functional Spec is in streamlining the development process. The developer working from the spec has, ideally, all of their questions answered about the application and can start building it. And since this is a spec that was approved by the client, they are building nothing less than what the client is expecting. There should be nothing left to guess or interpret when the spec is completed...and this, in a nut, explains my love affair with the Functional Spec.
    Joel on Software has a very good analysis of why Functional Specs should be written.
    Who writes a Functional Spec?
    The functional spec should be written by someone who is not involved in any other aspect of the project. You will want somebody who is very familiar with user-interface issues and web design, familiar enough with technology to know its limitations and capabilities, and someone who is a very skilled and detailed writer. While writing a spec, you will spend much of your time imagining how a user might use a certain feature and how they may navigate their way through the information. Not only do you need to map this world out visually, but you also have to write out in great detail what this world does; all the while, balancing everything within the current technological limitations and business demands. The functional spec writer's sole concern is marrying the user-experience with the various departmental, business, and technical requirements of the project.
    Next matter avaialble in link
    http://www.mojofat.com/tutorial/
    Hope this helps you
    Prem.

  • Hi, Want link for HRMS functional documents.

    Hi There,
    i'm new to HRMS.
    can any one give me links for some simple documents
    for HRMS functional.
    Thanks
    Bachan

    Search on metalink and OTN. There are also many old threads which discuss the same and have links. Search is your friend :)
    --Shiv                                                                                                                                                                                                                                                                           

  • Design ,Technical & functional Documents

    We are going to send PO(R/3) to our Supplier network thru XI and also we are going to receive the Invoices into our R/3 System.
    For the Above scenario we need the following Documents
    1)Design Documentation
    2) Functional Documentation
    3) Technical Documentation
    I want to know what Information I need for the above classifications and also who will be incharge for the above like who will execute the Design Documentation, Who will write the Functional and Technical Documentation?
    If there is any useful documents available?
    Thanks.

    Jenni
    Design Documentation tell us how the interfaces are going to work for the entire project. So usually Architects or Senior guys who have indepth experience of XI will usually write this.
    Functional Documentation tell us the functioanlity of the interface. This is written by the Functional guys who have indepth knowledge about the functionality what they are looking from the interface. They may even take the help of technical guys to some extent.
    Technical Documentation tells us how the interface is going to be worked technically. Here we will mention what are the adapters, naming conventions etc we are going to use for the interface. This is written by the XI developers. This are purely my views and this may change from person to person jenni.
    For further info go through the urls:
    Re: Building XI
    XI technical specification documents
    Regards,
    ---Satish

  • ADF BC Sample Design Documents

    Anyone out there using design documents for ADF BC, before starting the development?
    In the OTN there are lots of samples that start directly with the BC Wizard, but I have seen no recommendation of how to do a detailed design of the business logic layer (based on ADF BC), before the implementation.
    In the book "Oracle Jdeveloper 10g for Forms & PL/SQL Developer" it suggests the following:
    "An effective design method for the ADF BC layer is driving its design from the user interface screens as they are planned. View objects and view links should be developed to support the data requirements for each screen. In addition, entity objects are created to support the data needs of the view object".
    I am looking for a sample (doesn't need to be of a complex application), that shows design concepts of an application when using ADF BC.
    Thanks,
    Claudio.

    Hi,
    why don't you have a look at SRDemo for BC and the ADF BC developer guide ? Both are written by Steve Muench who probably knows ADF BC the best
    Dev Guide: http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b28957/configxml.htm#CIHIFGBJ
    Frank

  • Relation between partner function & document type

    Hi,
    Is there any customization setting for vendor partner role & FI document type?
    When I use the partner role PI(invoice presented by), MIRO document created against the vendor defined against the partner role 'PI'. However when I defined a new partner role 'XA' - copying from the partner role PI- MIRO document not created vendor against partner role 'XA'.
    Your input should be highly appreciable.
    regd,
    sp sahu

    Hi John,
    The partner types allow us to distinguish between different business partners such as customer, vendor, employee etc and the partner functions represent the functionality or role each partner plays within the business transaction.
    For example under the partner type Customer, you will find - Sold to party, Ship to party, Bill to party, Payer.
    The business partners that exist in the market place are represented with a partner type in the R/3 system. Examples of business partners are customer, vendor, employee and contact person.
    The following partner types are defined in the partner processing for the sales & distribution module –
    a.     AP – contact person (06)
    b.     KU – customer (07)
    c.     LI – vendor (08)
    d.     PE – employee/personnel (09)
    Assigning the partner functions in the SAP system determines the functions of particular partner in the sales process. One partner may take on several functions also.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

Maybe you are looking for