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

Similar Messages

  • 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.

  • 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.

  • Standard Crystal Layout for General Ledger Report, Development Limitations

    Hi Guys,
    I have experienced some development limitations in the standard crystal general ledger layout for "General Ledger report" in SAP.
    So if we are running standard "General Ledger" report we have a lot of columns but we unable to get these columns in the standard crystal layout because PLD_Items (XML source file) doesn't contain all of them. For example, I need to add a "Project" into existing standard crystal layout and I can't do that.
    Do you have guys, any ideas how to change PLD_Items source or it's impossible?
    Any help will be appreciated.
    Thanks,
    Sergey Magsumov

    Hi,
    Please refer this thread http://scn.sap.com/thread/642764
    Thanks & Regards,
    Nagarajan

  • 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

  • General oracle report development scenarios

    Hi
    I need to develop oracle reports as part of my assignment .
    I am looking for some report development examples or scenarios to generate reports using oracle 10g reports developer tool.
    Any site or link or any info would be greatly appreciated.
    Thanks
    Dave

    It is the tasks i am looking for that a report developer usually performsI'm not sure what you looking for. A report developer creates reports. Oracle Reports is just a tool for that task. It would be the same task as for a developer in Jasper Reports, BI Publisher, Cognos, Business Objects or any other reporting tool.
    Basically:
    Based on the requirements you design a layout and see what data you need. This is just the analysis phase, no programming here yet.
    For this data you create a data model (the queries). I prefer to create the queries as much as possible as database views, to keep the report itself as simple as possible.
    From this data model you create the layout model.

  • 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 Oracle Applications Development

    I'm not new to development, but rather new to development in an Oracle 11i environment. Regarding the API's available to epand upon the ERP, how do you distinguish between public and non-public API's?
    My company is developing a custom order release process. The decision is not mine to make, I simply work on the project. I need to initiate a credit check and according to any source on metalink and anything else I can find, there is no public API for initiating credit checks. However, when I explore the packages in our ERP database I find a series of API's for doing credit checks, but none of which is documented anywhere. I guess Oracle considers these non-public API's? To those of you who have been doing 11i development is it taboo to use these non-documented API's? Are these API's prone to frequent changes, hence, Oracle makes them non public to discourage use. Or is it common to use these API's? I'd appreciate anyone's input. Thanks.

    If it is public is in the documentation.
    If it is not public you have to look for api's in the database. It is your risk if Oracle changes the code (not very common but possible).
    Juanje
    ex-Oracle Consulting.

  • Doubt in Developer / DBA track

    Hi,
    Im preparing for OCA 11g 1z0-051 and 1z0-052.
    I want to become a DBA.
    When I browse through some forums, I came across terms 'Developer track OCA' / 'DBA track OCA'.
    Could you please let me know what is this developer and dba track about?
    Please sugggest me whether I chose correct certifcation track for DBA?
    Also what are other options that I have inorder to become qualified DBA after clearing OCA.
    Thanks in advance.
    Agathya.

    agathya wrote:
    Hi,
    Im preparing for OCA 11g 1z0-051 and 1z0-052.
    I want to become a DBA.
    When I browse through some forums, I came across terms 'Developer track OCA' / 'DBA track OCA'.
    Could you please let me know what is this developer and dba track about?
    Please sugggest me whether I chose correct certifcation track for DBA?
    Also what are other options that I have inorder to become qualified DBA after clearing OCA.
    Thanks in advance.
    Agathya.You are studying the correct exams to become DBA 11g OCA.
    The next stage would be DBA 11g OCP .... but to get the OCP certificate you must prove you attended a specified hands on training course (can be expensive)
    See and become familiar with [www.oracle.com/education/certification] which is the definitive reference to these things
    Rgds - bigdelboy

  • 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

  • General Question WAS - Development

    Hello,
    i have never developed an sap-application and i am
    a java developer.
    Which components does i need to develop an Application on the WAS.
    For example to develop an address-input-form, that puts
    the address into the sap-system?
    Which licences does i need and how much does they cost?
    Has anyone some helpful links?
    Kind regards
    Christian Horn

    Hi Armin,
    thank you for your answer. I can have a Demosystem for 180 Days.
    But which licences does i need to develop a professional webapplication.
    Think of a webshop, which is based on sap-system.
    I get the following answer from a sap-employer:
    1. A developer licence "Developer User" costs 6.000 €
    and you need minimum 5 Developer User.  Result: 30.000 €.
    2. The whole paket (Productivsystem) mySAP Business Suite costs 20.000 €. 2 Developer User and 2 mySAP Business Suite Professional User.
    50.000 Euro investment for me to develop an application? That`s very hard? Isn`t there a smarter way, with lower costs, to develop a sap-application?
    Kind regards.
    Christian Horn

  • 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 ^_^

  • 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

Maybe you are looking for