General doubts in BI

Hi guys
I have some general doubts about BI.
WHAT DOES  the following terms mean?
1.Identifying business case
2.Proof of concept system design while implementing BI
3.prototype to management
4.sizing
I am thankful for your contribution.
Rgds,
S

Proof of concept is like doing the design cases before going it in client server.
Sizing is configuration of hardwares and software settings of BI before implementing the BI server.
there is a tool called quick sizer tool available in service market place. which is used for sizing of BI server.
you can use that. Hope this would help you.

Similar Messages

  • General doubt about devices and java applets

    I have one general doubt abt devices.
    Do all devices come with an SDK so that any language can interact with them?.
    Whats does it mean if i say that i need to build a CAB file for the devices
    and use them in my html object tag.
    Can programming languages like java(applets) or asp interact with devices
    once if we specify the classid and the cab file location(codebase)

    Let me make it more clear
    What i need is if we r using an ActiveX Component then we pack the .ocx and inf file into a cab file and give the location of the CAb file in the codebase attribute of object tag.
    When the browser renders the page, it will look into the classid attribute of object tag to see whether there is an entry in registry if not it will go to the location specified in the codebase and get it registered locally.
    As you know ActiveX works on windows.
    I want to implement the same thing in a platform independent way.
    So i chose java applets.
    Now i don't know what to do in this codebase part.
    i need to install the device driver files and all from the server once a person view the web page.
    when we use activex the classid field represents the device's entry but when we use applets thats the version of java being installed.
    Can any one suggest an idea to move.

  • General doubts on SAP GTS

    Hi Experts.........
    i am new to SAP GTS i have a small doubts i.e
    How do we process the preference process to customs department?
    what are the pre requisites of preference processing and what are the pre requisites of Transit process of T1., T2 and TIR?
    what are the required organisational units transfer from ECC to GTS?
    How do we define transnational data will process asynchronously and master data process synchronously?
    can any one help on these doubts it is great help me to discuss more on .

    Hi Gopala,
    Ok, but you are asking everything together here.  Please create separate threads for each question, and I think you will get better and more detailed responses.
    So many questions all together make it sound like you need a general training course, rather than specific answers!
    Regards,
    Dave

  • From AE to SWF : some general doubts

    Hello,
    I have made a little project with After Effects CS3 : some animated text who 'jazz' for about 4 seconds and then turns to its original position.
    In order to upload it to my site, I exported it into .swf format, and all worked OK, even if the size is quite big (which doesn't put many problems by now).
    I located the files in the correspondent folder, and paste the code AE provided me with into my html file.
    I have from there on several doubts:
    - the code have an "if" statement trying to assure the user will be owning a determinated script : AC_RunActiveContent.js. Why is it important ? In which case the user would be without it, or avoiding its download ?
    - I see, below that first part of the code, a second one : a "noscript" html tag, which seems to provide with an alternative, embedding the video as an 'object'. The video seems resized (argh). Are there more inconvenients beyond that one ?
    - Finally, a very basic question : as it seems to be this two posibilities (javascript vs. flash player + video), what if the user don't have a flashplayer (or an adequated version) ? Will he see the typical dialog asking for a download ?
    And that's all. Thanks very much if someone can clarify me out how to deal with this !

    You are worrying too much. Scripts are automatically downloaded, so the user does not need to worry. You need of course put them on the server along with your main content. The rest is pretty much standard procedure for "good conduct". The noscript and object tags merely serve as a fallback option, if e.g. ActiveX has been disabled or Java is being suppressed/ not correctly installed. And yes, of course they should at least trigger a warning to enable the functions or download the latest version of Adobe Flash Player...
    Mylenium

  • General doubt  in procedure

    Good Morning all;
    i am learning procedures  from  PL/SQL.
    i don't understand what i red marked following below.
    >>  This code collected  from web >>
    CREATE OR REPLACE PROCEDURE employer_details
    IS
    CURSOR emp_cur IS
    SELECT first_name, last_name, salary FROM emp_tbl;
    emp_rec  emp_cur%rowtype;
    BEGIN
    FOR emp_rec  in  sales_cur
    LOOP
    dbms_output.put_line(emp_cur.first_name || ' ' ||emp_cur.last_name || ' ' ||emp_cur.salary);
    END LOOP;
    END;
    REF_LINK : http://plsql-tutorial.com/plsql-procedures.htm
    My questions  are :
    sales_cur   indicates  what  ?
    when using for loop  can we use variable_name to start loop ?
    I want to say i am trying to execute  above code for my personal database  according to my emp table.
    if i dont under above doubt i cannot finish my self - practice.
    SQL> desc emp;
    Name                                      Null?    Type
    EID                                                      NUMBER
    ENAME                                              VARCHAR2(15)
    EQUAL                                              VARCHAR2(10)
    ESALARY                                           VARCHAR2(15)
    ECITY                                                 VARCHAR2(15)
    EPERK                                                NUMBER
    ECONTACT_NO                                NUMBER
    Thanks  in  advance !

    Reading is one thing. Trying another. Just try to run the code in the DB. (Perhaps you may try apex.oracle.com)
    You will find out that this will not compile for several reasons.
    One is
    emp_cur.first_name: This should refer the current row of the cursor loop, thats emp_rec, so it should be emp_rec.first_name.
    Second is
    sales_cur is not declared, instead it's called emp_cur.
    Below you will find the code altered so that it will work in my schema
    CREATE OR REPLACE PROCEDURE employer_details
    IS
    CURSOR emp_cur IS
    SELECT ename FROM emp;
    emp_rec  emp_cur%rowtype;
    BEGIN
    FOR emp_rec  in  emp_cur LOOP
    dbms_output.put_line(emp_rec.ename );
    END LOOP;
    END;
    you will execute it this way
    begin
    employer_details;
    end;
    Output in my case is
    KING
    blake
    clark
    jones
    scott
    ford

  • ABAP General Doubt!

    Hi all!
         I want to know in future abap was replacing by java then what about abap programmers i am intrested in abap than java what will happen to abapers like me  what i ve to do now.
    Do i ve a good career in abap if i study abap pls give your suggestions.
      Thanking you all for your replies
       Rahul.

    Hi Rahul,
    Java cannot Replace ABAP at Point of time as Java is following up ABAP in SAP.
    Most of the Products getting released in SAP are  based on ABAP than Java..
    Java is the second best language to learn in SAP.ABAP is the Star alwayz..
    Nothing can beat ABAP.Go ahead with ABAP.
    Cheers,
    Hakim

  • General doubt with statement

    Hi ,
    I have a work area with 10 fields.
    I want to check whether each field has a value.
    so i have to like this
    if  ( wa-fld1 is initial or
         wa-fld2 is initial or
    wa-fld10 is initial )
    or there a better way where with single statment i can check whether all fields of the wa have values.
    Thanks
    preeti

    You can try something like this.  This way if you add more fields to WA, you don't have to change your logic to check for initial.
    report zrich_0001.
    data: begin of wa,
          fld1 type c,
          fld2 type c,
          fld3 type c,
          fld4 type c,
          end of wa.
    data: error type c.
    field-symbols: <fs>.
    wa-fld1 = 'A'.
    wa-fld2 = 'B'.
    wa-fld3 = ' '.
    wa-fld4 = 'D'.
    do .
      assign component sy-index of structure wa to <fs>.
      if sy-subrc <> 0.
        exit.
      endif.
      if <fs> is initial.
        error = 'X'.
        exit.
      endif.
    enddo.
    if error = 'X'.
      write:/ 'There is at least one field that is initial'.
    else.
      write:/ 'All is well'.
    endif.
    Regards,
    Rich Heilman
    Message was edited by:
            Rich Heilman

  • General doubt logical layer

    Hi every one,
    I am trying to get a single table into presentationlayer, Can I just import that table X to physical and drag to logical and then to presentation??
    or do need a star schema(joins) in logical inorder to be consistent?

    Srini is correct, but there are ways you can do what you need without OBIEE getting unhappy. One quick solution would be to create a logical table from a formula based on the table you need to import. Then join the two tables together in the logical column. Drag both to presentation layer.
    This will allow OBIEE to validate and you will be able to see the results in Analytics if you create a quick analysis.
    Geo

  • General Doubt while Terminating Employees

    Hi All,
    I am creating a program where we have to terminate all the employees whose contract end date is todays date.
    i am using below mentioned APIs for the same.
    HR_EX_EMPLOYEE_API.ACTUAL_TERMINATION_EMP
    HR_EX_EMPLOYEE_API.UPDATE_TERM_DETAILS_EMP
    But when I terminate the employee, its creating 3( 1 original and 2 new) records in per_all_assignments_f
    -- the assignment record got end dated on the given date , this is original record
    --- One with the new assignment id, effective_start_date from the next date to entered termination date to effective_end_date AND with assignment_type as 'B', i think this is normal behavior...
    -- But, one more records has got created with same assignment_id as that of terminated assginment_id, effective_start_date from the next date to the entered termination date to effective_end_date AND with assignment_status_type as 3 (i.e. 'Terminate Assignment')
    My question is, is this the proper functionality, or I am doing something wrong??
    we are on 11i
    Kindly advise
    Thanks,
    S

    Can u tell more about the Profile Option+* , to get rid of the B(enefits) assignment records. the B(enefits) assignment records.                                                                                                                                                                                                                                                                       

  • General doubt

    is there ny difference in setting the parameter instance_name and db_name in the initparameter file.
    actually wat does ORACLE_SID should indicate? whether the instance name or the database name?
    Regards
    orauser123

    Learn Oracle from Oracle...!
    Complete Initialization Parameter :
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/toc.htm
    INSTANCE_NAME
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams083.htm#CHDFIGAA
    DB_NAME
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams052.htm#i1126530
    ORACLE_SID
    http://download.oracle.com/docs/cd/B19306_01/win.102/b14304/registry.htm#sthref712
    Hth
    Girish Sharma

  • General doubt  on development

    Hi Friends!
         What to say in the interview if being asked this report already available in SAP why u developed this report for eg:
       An open P.O report this is already in sap if i am saying i am developed this report for our client requirement.
    How to deal with this issues? pls reply guys.
    Rahul.

    Hi Rahul,
    Dont say that you avoided modification. Bcz in any case SAP doesnt recommend to modify Standard SAP reports.
    Say that Client had a requirement to customize the report by adding few more fields. Hence you created a new report stating that SAP doesnt recommend to modify standard sap report bcz of which you had to go for a new development.
    Best regards,
    Prashant

  • VIRSA-- Firefighter --General Doubt

    The FF users are created as a SERVICE user. This means that these users cannot log onto the SAP system. Now my question is:
    1. How does the FF get on to the SAP system ?Does he piggy back ??
    Thanks!

    Ruchit,
    Thanks for your following up this query.
    The link you have pasted in response I did visit. I have pasted below the relevent part :
    System (B)
    User type for background processing and communication within a system (internal RFC calls).
    &#9675;       A dialog logon is not possible.
    &#9675;       The password change requirement does not apply to the passwords, that is, they cannot be initial or expired. Only a user administrator can change the password
    &#9675;       Multiple logons are permissible.
    When you logon ie if the SAP system accepts your user id & Password  you are in all probablity a dialogue user.
    The Service user is not peremitted to logon to the system. best way to check this is to create your own user (Su01). in the process there is a section where you can select the type of user , try using the service user.
    Regards

  • CFolders General Doubt

    Hi,
    Would anyone tell me how exactly cFolders will be configured on the back-end PLM?
    I'm looking for detailed explanation from installation , configuration and security perspective.Any documents would be great.

    Hi Bris,
    as cFolders can be installed for security reasons also stand-alone, there is customizing inside cFolders, and also customizing on the ERP side (if you want to use cFolders attached to ERP / PLM, and not stand alone).
    In the Solution Manager you can find the latest info about the install-guides. In addition to that there is more at:
    http://service.sap.com/cfolders -> Media Center
    http://service.sap.com/instguides -> SAP Business Suite -> SAP PLM (here is also the security guide).
    The most important transaction on the backend are SM59 (for the RFC connection), CFC01 (define the connection details) and CFC02 (attribute mapping).
    Best regards,
    Martin

  • General doubt with recording

    Hi all,
    i want to know the programs in which the Recording was used . can anyone tell me how to go about this
    Thanks

    Hi,
    see this program
    report ZMSV1_BDC_CALL
           no standard page heading line-size 255.
    *include bdcrecx1.
    *parameters: dataset(132) lower case.
       DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***
      If it is nessesary to change the data section use the rules:
      1.) Each definition of a field exists of two lines
      2.) The first line shows exactly the comment
          '* data element: ' followed with the data element
          which describes the field.
          If you don't have a data element use the
          comment without a data element name
      3.) The second line shows the fieldname of the
          structure, the fieldname must consist of
          a fieldname and optional the character '_' and
          three numbers and the field length in brackets
      4.) Each field must be type C.
    Generated data section with specific formatting - DO NOT CHANGE  ***
    data: begin of record,
    data element: BUKRS
            BUKRS_001(004),
    data element: KTOKK
            KTOKK_002(004),
    data element: NAME1_GP
            NAME1_003(035),
    data element: SORTL
            SORTL_004(010),
    data element: ORT01_GP
            ORT01_005(035),
    data element: LAND1_GP
            LAND1_006(003),
    data element: SPRAS
            SPRAS_007(002),
    data element: BANKS
            BANKS_01_008(003),
    data element: BANKK
            BANKL_01_009(015),
    data element: BANKN
            BANKN_01_010(018),
          end of record.
    End generated data section ***
    data: itab like record occurs 0 .
    data: it_bdc type bdcdata occurs 0 with header line.
    data: it_msg type bdcmsgcoll occurs 0 with header line.
    parameter p_file type rlgrap-filename default 'c:\vendor.txt' obligatory
    start-of-selection.
    perform open_dataset using p_file.
    perform open_group.
    *perform close_group.
    *perform close_dataset using dataset.
    *&      Form  open_dataset
          text
         -->P_P_FILE  text
    form open_dataset  using    p_p_file.
    CALL FUNCTION 'WS_UPLOAD'
    EXPORTING
      CODEPAGE                      = ' '
      FILENAME                      = p_file
      FILETYPE                      = 'DAT'
      HEADLEN                       = ' '
      LINE_EXIT                     = ' '
      TRUNCLEN                      = ' '
      USER_FORM                     = ' '
      USER_PROG                     = ' '
      DAT_D_FORMAT                  = ' '
    IMPORTING
      FILELENGTH                    =
      TABLES
        data_tab                      = itab
    EXCEPTIONS
      CONVERSION_ERROR              = 1
      FILE_OPEN_ERROR               = 2
      FILE_READ_ERROR               = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      NO_AUTHORITY                  = 10
      OTHERS                        = 11
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.                    " open_dataset
    *&      Form  open_group
          text
    -->  p1        text
    <--  p2        text
    form open_group .
    loop at itab into record.
    perform bdc_dynpro      using 'SAPMF02K' '0105'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF02K-KTOKK'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RF02K-BUKRS'
                                  record-BUKRS_001.
    perform bdc_field       using 'RF02K-KTOKK'
                                  record-KTOKK_002.
    perform bdc_dynpro      using 'SAPMF02K' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFA1-ORT01'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'LFA1-NAME1'
                                  record-NAME1_003.
    perform bdc_field       using 'LFA1-SORTL'
                                  record-SORTL_004.
    perform bdc_field       using 'LFA1-ORT01'
                                  record-ORT01_005.
    perform bdc_field       using 'LFA1-LAND1'
                                  record-LAND1_006.
    perform bdc_field       using 'LFA1-SPRAS'
                                  record-SPRAS_007.
    perform bdc_dynpro      using 'SAPMF02K' '0120'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFA1-KUNNR'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_dynpro      using 'SAPMF02K' '0130'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFBK-KOINH(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTR'.
    perform bdc_field       using 'LFBK-BANKS(01)'
                                  record-BANKS_01_008.
    perform bdc_field       using 'LFBK-BANKL(01)'
                                  record-BANKL_01_009.
    perform bdc_field       using 'LFBK-BANKN(01)'
                                  record-BANKN_01_010.
    perform bdc_dynpro      using 'SAPMF02K' '0130'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFBK-BANKS(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTR'.
    perform bdc_dynpro      using 'SAPMF02K' '0210'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFB1-AKONT'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_dynpro      using 'SAPMF02K' '0215'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFB1-ZTERM'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_dynpro      using 'SAPMF02K' '0220'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'LFB5-MAHNA'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_dynpro      using 'SAPLSPO1' '0300'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=YES'.
    call transaction 'FK01' using it_bdc mode 'A' update 'S'
                                 messages into it_msg.
      write:/ sy-subrc.
        perform message_formatwrite.
    refresh it_bdc.
    clear it_bdc.
    endloop.
    endform.                    " open_group
    *&      Form  message_formatwrite
          text
    -->  p1        text
    <--  p2        text
    form message_formatwrite .
    data:l_msg(10).
    loop at it_msg.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = SY-MSGID
       LANG            = sy-langu
       NO              = SY-MSGNO
       V1              = SY-MSGV1
       V2              = SY-MSGV2
       V3              = SY-MSGV3
       V4              = SY-MSGV4
    IMPORTING
       MSG             = l_msg
    EXCEPTIONS
       NOT_FOUND       = 1
       OTHERS          = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.
    endform.                    " message_formatwrite
    *&      Form  bdc_dynpro
          text
         -->P_0112   text
         -->P_0113   text
    form bdc_dynpro  using    value(p_0112)
                              value(p_0113).
    it_bdc-program = p_0112.
      it_bdc-dynpro = p_0113.
      it_bdc-dynbegin = 'X'.
      append it_bdc.
      clear it_bdc.
    endform.                    " bdc_dynpro
    *&      Form  bdc_field
          text
         -->P_0117   text
         -->P_0118   text
    form bdc_field  using    value(p_0117)
                             value(p_0118).
    it_bdc-fnam = p_0117.
      it_bdc-fval = p_0118.
      append it_bdc.
      clear it_bdc.
    endform.                    " bdc_field
    regards,
    sreevani.

  • General doubts

    1. it´s possible to use MESSAGE PROCESSORS groups?
    2. it´s possible to generate alerts or notifications for new messages?
    3. it´s possible send escalation alerts?
    4. it´s possible use the CCMS to send alarms of service desk?
    6. which will be the strategy of reach to manage the Root Cause analisis? It´s obligatory to use it as a partner?
    7. it´s necessary to implement root cause analisis in the partners SOLMAN
    8. what procedures is used to the remote conexión to the systems of the clients, it´s required to connect directly?
    9. Do we use the same SLA´s for SAP with the final clients? It´s possible realize modifications to the final clients SLA?
    10. when a client adds a new system to his installation number, or adds a new installation number, is there a way to assign automatically this system at Message Processor, or only due the manual way?
    11. when a client adds a new system to his instalation number, or a new instalation number, is there the possibility to asign all

    I'd like to know if the official 2D API from sun is or not the most indicated API for developing a game... is there some other better? well as long as you pogram 2D in Java java2D is pretty much the only choice! you can also use OpenGL (JOGL) it's faster but more difficult and users do not have it installed by default and having users download a libray setup a classpath is the wost thing to do if you want your game to be played by someone ^_^

Maybe you are looking for