ABAP areas in BI

Hi Gurus,
Could you pls tell me the areas/sections in BI/BW where ABAP will come into picture?
Thanks in advance..
Regards,
Saj

Hi Saj,
1. Datasource enhancement and the coding in the exit for getting/extracting the data for the enhanced fields in the source system.
2. ABAP coding in routines in transfer rules/ update rules (transformation in BI 7)
3. ABAP coding for Customer exit variables used in Queries.
Assign Points if useful
Regards
Venkata Devaraj !!!

Similar Messages

  • Some functionalities in ABAP are not appearing after IE7

    Hi,
    Yesterday I did windows update and it upgraded my IE version from 6 to 7.  After this upgrade, I am unable to view certain areas in ABAP.
    For example if I go to SE80, the portion where we can select the drop down (Program, BSP application, ITS etc) and the place where we enter the program name  - is totally blank. 
    Also if I click F1 on ABAP key word, the key word documentation is appearing blank - only the left side tree for "ABAP - The SAP programming language" is appearing - nothing on right side - it is totally empty!!.
    Kindly suggest what should I have to do to get back all.
    Thanks,
    Krishnan V

    Hi,
    the patch download is not easy to find. Here's the link (on marketplace)
    <a href="https://smpdl.sap-ag.de/~swdc/012002523100007945712006D/gui640_22-10001615.exe">gui640_22-10001615.exe   SAP GUI for Windows 6.40 Patch</a>
    Regards,
    Clemens

  • HIDE Command in ABAP

    What is the exact purpose of using a HIDE statement while making an interactive report? I know it is needed , but what purpose it exactly solves.

    F1 help.....
    HIDE
    Basic form
    HIDE f.
    In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Constants not allowed in HIDE area.
    Effect
    Retains the contents of f related to the current output line. When the user selects the line from the list f is automatically filled with the retained value.
    The selection can occur in:
    AT LINE-SELECTION
    AT PFx
    AT USER-COMMAND
    READ LINE
    The contents of the field do not have to have been displayed using WRITE in order for you to retain them.
    The HIDE statement does not support deep structures (structures that contain internal tables).
    Useful system fields for interactive reporting are listed in the System Fields for Lists documentation.
    Note
    Lines or components of lines of an internal table that you address using a field symbol (see ASSIGNING addition to the READ and LOOP statements), cannot be retained using HIDE. You can store them using a global variable instead.
    Note
    Runtime errors:
    HIDE_FIELD_TOO_LARGE: The field is too long for HIDE.
    HIDE_ON_EMPTY_PAGE: HIDE not possible on an empty page.
    HIDE_NO_LOCAL: HIDE not possible for a local field.
    HIDE_ILLEGAL_ITAB_SYMBOL: HIDE not possible for a table line or component of a table line.
    and also a sample program.
    data: begin of itab occurs 0,
          field type c,
          end of itab.
    itab-field = 'A'.  append itab.
    itab-field = 'B'.  append itab.
    itab-field = 'C'.  append itab.
    itab-field = 'D'.  append itab.
    itab-field = 'E'.  append itab.
    loop at itab.
      format hotspot on.
      write:/ itab-field.
      hide itab-field.
      format hotspot off.
    endloop.
    at line-selection.
      write:/ 'You clicked', itab-field.
    null

  • ABAP Proxy error

    Dear Friends,
    I am facing a problem when i use a ABAP client proxy (asynchronously)
    An error is raised during proxy method call-
    <CODE>SERIALIZE_APPLICATION_DATA</CODE>
    <b>  <ERRORTEXT>Conversion error ABAP => XML (Request Message; error ID: CX_ST_INVALID_XML;
    (/1SAI/TAS00000000000000000005 XML Bytepos.: 0 XML Path:
    Error Text: Executing the operation '&OPERATION&' leads to an invalid XML document) )</ERRORTEXT></b>
    The same proxy runs fine in upstream system (dev) but doesnot run in downstream system (QA) even though all proxy objects have been transferred.
    This proxy & another proxy from the same calling report program  is serialized in a queue.The first proxy is raising this error, but the second proxy call is successful.
    Can someone help,
    Thanks
    Prasenjit

    Hi Guru,
    All the fields in the data type have string - also this roxy works fine in devpt. system- but it doesnt work in downstream QA system.
    Other proxy interfaces in the QA system work fine.
    The error message when i single test the proxy is as follows-
    - <CX_XMS_SYSTEM_ERROR>
      <ID>SERIALIZE_APPLICATION_DATA</ID>
      <P1>Request Message</P1>
      <P2>CX_ST_INVALID_XML</P2>
      <P3>/1SAI/TAS00000000000000000005</P3>
      <P4>XML Bytepos.: 0 XML Path: Error Text: Executing the operation '&OPERATION&' leads to an invalid XML document</P4>
      <INFO />
      <CATEGORY>XIProxy</CATEGORY>
      <AREA>ABAP</AREA>
    <CX_ST_ERROR>
      <ST_PROGNAME>/1SAI/TAS00000000000000000005</ST_PROGNAME>
      <X-ML_OFFSET>0</X-ML_OFFSET>
      <X-ML_PATH />
      <ST_IC>2</ST_IC>
      <ST_TIMESTAMP>20070907163313</ST_TIMESTAMP>
      </CX_ST_ERROR>
    Any other possible solutions ?
    thanks
    Prasenjit

  • Convert JAVA Web Dynpro to ABAP Web Dynpro application

    Hi,
    I was hoping someone could tell me if there is a way to port a JAVA Web Dynpro application to ABAP Web Dynpro. We have some JAVA WD apps that would now make more sense to have running on our ABAP system so we would like to convert them to ABAP WD apps.
    I know the theory is that WD is metadata/XML based so it should be possible to port the WD definition to ABAP and have the ABAP runtime generate the application again in ABAP. I expect that any custom code that is written in JAVA would need to be manually rewritten in ABAP - but it would be great if there was tool or method to at least port the majority of the application.
    Thanks in advance for your help,
    Simon

    Hi Simon
    You are correct in thinking that all WD apps are based on metadata, but unfortunately, the similarity between WD Java and WD ABAP is just a conceptual one, and no such tool exists to convert one to the other.
    In addition to this, there are certain implementation differences between ABAP and Java that mean you could not convert one to the other.  For instance, the whole concept of model objects does not exist in WD ABAP. Therefore, structural entities used in WD Java such as model components could not be tranlsated into anything that exists in ABAP, because the concept is redundant in the target language.
    Sorry about that, but Java and ABAP are sufficiently different beasts that such a tool is not possible.
    Regards
    Chris W

  • ABAP reports or BSPs for publishing R/3 data to Enterprise Portal

    Dear Friends,
      We have got scenario where we need develop a product.As part of that we have got some data in SAP R/3 that need to be published through Enterprise Portal.
    Before me there are the below options.
    1.To write ABAP reports and publish with the help of ITS.
    2.To go for BSPs.(understood WAS should be > 6.10 )
    3.To write some BAPIs and build the interface using portal as middleware.
    Pl. suggest me which one would be best option considering If the reports contain some graphs also.
    Your suggestions are greatly appreciated.
    Thanks in advance
    Mrutyunjay

    Thanks Gopi for your inputs,
    But I heard graphs in ABAP are very resource intensive.
    I would request to through some light on presenting the data graphically through EP if the data is collected through BAPIs from SAP R/3.
    Thanks in advance.
    regards
    Mrutyunjay

  • ABAP & Java ports in PI 7.1?

    Hi Guys,
    I have installed PI 7.1 and i found the port 50000 is defined on the ABAP stack under SMICM -> GoTo -> Services
    HTTP - 50000
    when i added the parameter Icm/server_port_0
    PROT=HTTP, PORT=80$$, TIMEOUT=30, PROCTIMEOUT=600, the port on the ABAP stack changed to 8000.
    But I see all the other  java components SLD, ESR and others  are starting only with the 8000 port instead of HTTP port 50000.
    any help would be appreciated
    Thanks,
    Srini

    Hello Srinivas,
    Can you please let m eknow how did you create two http ports ? I am facing the exact same issue as you the UME is using the 8000 port wheras the portal and other xapps applications are relying on the 50000 port. As a result the  webdynpros from Abap are executing fine with the the 8000 port but when we try to execut ethem om portal side I am getting the error 404 : resource not found..
    If I can create the two ports like you did possibly that would resolve th eissue. I tried creating two exact entries in the profile for icm/server_port_0 = 8000 and 50000 but it takes only one value..
    Any information would be helpfull
    Thanks

  • Application WebDynpro ABAP is not visible in Google Chrome

    Hi Experts,
    After the Upgrade 7.3 EHP1  in Production System it is not visible the application developed in web dynpro ABAP, in the Employee Self-Service Portal.
    In the QA and Development,  applications WD ABAP are visible.
    What can happen in the Production system?.
    Thanks in advance.
    Regards,
    Briger

    >
    Please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "user995809".
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    >
    Hi, I've an item with label-
    &lt;font color="rgb(51,102,153)"&gt;&lt;b&gt;Heading: &lt;/b&gt;&lt;/font&gt;
    Font color is coming in IE but not in google chrome(19.0.1084.52 m). what should I do?
    >
    To start with, always post code wrapped in tags<tt>\...\</tt> tags to preserve formatting and special characters.
    Secondly the <tt>font</tt> element was deprecated 14 years ago and is now obsolete. Do not use it. Stop using any reference material that suggests using it.
    <tt>rgb(51,102,153)</tt> is a CSS colour value, which the HTML specification does not require user agents to support for legacy <tt>colour</tt> attributes.
    Use standards-based HTML and CSS:
    <span style="color: rgb(51,102,153); font-weight: bold;">Heading:</span>

  • Netweaver Data base instances for Java and ABAP

    Hello Experts,
    Please help me to understand how the two technology stacks of SAP WAS (Java and ABAP) are configured to use underline data base in Netweaver.
    Is it manadatory to have two separate data base schemas, one for ABAP applications and other for Java applications in the Netweaver?
    If yes..the any idea about what are those schema differences??
    - Rajan

    Hello Krishna,
    Thanks for the reply.
    Is there any way I can access these shemas? Are they the same by structure or there are major differences?
    My requirement is to build a common schema out of these two and have the data from these two schemas to be consolidated in the new schema.
    Any help will be greatly appreciated.
    - Rajan

  • From Classic abap FMs to ObjectOriented instance/static methods: reference

    Hi All,
    we are migrating one of our project developed using classic abap to abap objects.
    mostly we are replacing the Function modules with either instance methods or static methods.
    for e.g.
    if there are FMs like GUI_UPLOAD, SO_NEW_DOCUMENT_SEND_API1 are used, after exploring in sdn for abap objects, we realized
    we can use cl_gui_frontend_services=>gui_upload( ) instead of the GUI_UPLOAD.
    send_request = cl_bcs=>create_persistent( ). send_request->send( ).  can be used instead of SO_NEW_DOCUMENT_SEND_API1
    like that there are several FMs present, is there any easy way where we can find this reference of object oriented methods corresponding to the plain old Function modules of classic abap.
    i was thinking, after seeing the blogs of people like Thomas Jung, Horst Keller, they encouraged a lot on abap objects over procedural abap. are there any such guidlines, references present to migrate (rather upgrade) to abap objects from existing procedural abap
    thanks,
    Madhu_1980

    I don't think it makes sense to do 1:1 mapping and replacement in your code.
    It does make sense to refactor using Object oriented techniques and patterns but it is usually a non-trivial task.

  • OO ABAP + Performance

    Hi all…
    I have recently started working in an organization as an ABAP programmer. Earlier, as part of my curriculum, I have designed a couple of systems using UML and coded the same in JAVA. Having worked on OO systems, I have a few questions to ask about ABAP and Web AS.
    1) Does a company implementing SAP 6.0/ECC 6 have to decide in advance whether it will be coding its business logic/applications in JAVA or ABAP? Or Wes AS can process both languages once installed.
    2) If a program is written in OO ABAP as well as in JAVA for a given business scenario (using the same OO (UML) structure) and executed on a Web AS, which one will perform better? Why?
    3) Why is it that organizations, in spite of the visible benefits of OO programming, are unwilling to let go of procedural ABAP and adapt OO ABAP? Anyways, they don’t have to convert their existing code but just to begin any new development using OO concepts. Is it because programs written in ABAP are usually not that complex to be modeled in OO concepts or there are not many people who know both ABAP and OO concepts.
    Regards,
    Anoop Sahu

    1) If a company is implementing ECC, it is all written in ABAP.  THe R/3(ECC) backend system is comprised entirely in ABAP,  so there is no decision,  if you want to develop an application in ECC(R/3), you use ABAP.  If you want to develop a java based application to access the ECC backend, you may do so using tools like jCo and JCA, and the webdynpro java environment supplies tools for you to access the backend.  You can not directly access the ABAP backend data/tables from a java application, you must use the data access tools mentioned.  Of course you need the java add on, or a standalone java application server to do this.
    3)  A lot of shops are used to the procedural ABAP model and have not yet had a need to implement an application using OO concepts,  there are advantages, but an application does not have to use it.  In some cases, it is a better way to go, but really it is all about the design,  using ABAP OO is really not worth it without a good design.  It is advantagious for ABAPers to imbraced ABAP OO concepts as this will be the design paradigm of future developments in ECC. In order to understand how a standard program works, they will need to know OO concepts.
    Regards,
    Rich Heilman

  • ABAP + Java Support Pack installation

    When updating support packs in an ABAP+Java environment (ECC 6.0), is there any reason why one could not do the Java Support Packs first, followed by the ABAP support packs?  We are trying to update our support packs as efficiently as possible, and would like to update our java support packs first, followed by the ABAP stack a few days later.
    In regards,
    Michael

    Hi!
    There can probably not be a general answer to that question. There are some functionality where ABAP and JAVA are closely linked and where you'll most likely run into problems if the levels do not match.
    Technically there is no problem as applying the SP-Stack for Java and applying SPs for ABAP are independent (technical) tasks, but you will have to VERY carefully check the dependencies and carefully test this in a QA-environment.
    If you want my advice: Try to find a 'big shot' solution where you do all in one move.
    Regards,
    Jörg

  • Webdynpro ABAP or Webdynpro Java?

    Hello experts.
    I want to learn to develop WebDynpro's
    Do you which of the two tools do you recommend? webdynpro java or webdynpro abap.
    Greetings

    Hi Lupe ,
    Although both technologies have same functionalities but even then they are not identical.
    Following are some of the differences:
    Language :-  First difference is the programming language used as the names Webdynpro ABAP and Webdynpro JAVA reflect. In ABAP Webdynpro, along with ABAP coding, RFCu2019s are also supported via Service call. Unlike Webdynpro ABAP, we cannot do ABAP coding in Webdynpro JAVA. Instead RFCu2019s and Web services are created and used in it to serve this purpose. In addition to Web services and adaptive RFC, Java Beans is another model supported by Webdynpro JAVA.
    Design Time Environment :-  Webdynpro ABAP requires ABAP Workbench (SE80) while SAP Netweaver Developer Studio is necessary for designing Webdynpro JAVA applications. So, additional installation is required. This studio reduces the development effort and utilizes some visual tools for creating components which can be reused.
    Storage :-  Applications developed using Webdynpro ABAP are stored centrally in ABAP server whereas in case of Webdynpro JAVA, the code remains on the client machine that is developed using a tool called Netweaver Developer studio. So, due to the powerful version control system of Webdynpro ABAP, the load removes from the development machine which is not possible in case of Webdynpro JAVA.
    Skills Required :- For Webdynpro ABAP, a developer should have knowledge of ABAP programming, Development tools, Database concepts, ABAP Objects. However, Webdynpro JAVA requires skill set comprising java programming, java development tools and object-oriented concept.
    Performance:-  Large scale applications that involve large number of web users canu2019t work well on ABAP server. So, for robust and scalable applications, Webdynpro JAVA is preferred because of powerful J2EE server as proved by Sun Microsystems. However, small-scale or applications involving small or medium users can go well with Webdynpro ABAP. Thus, performance varies depending on the number of web users and one can choose ABAP or JAVA accordingly.
    So the decession is that its totaly based on your available skillsets and your scenario to be implemented.
    Thanks & Regards,
    Monishankar C

  • Problem while opening PDF form in ABAP

    Hello All,
    We are getting error while opening results in trip transaction.The form we are using is standard PDF form.
    I did all ADS configuartion.
    But while opening the URL Http://Host name:port/AdobeDocumnetservices/config
    it is asking me user name & password.I am giving user as ADSUSER.But it is not accepting.
    ADSUSER is the user used in the RFC & services in JAVA.
    (Java & Abap are in the same server).
    Can anyone help me?
    Thanks in advance

    login to the server & go to
    /usr/sap/<SID>/DVEBMGS01/j2ee/admin
    run a file
    ./go
    it will open the visual administrator
    user id j2ee_admin
    password is the master pasword which you gave while installation SAP.
    and follow the path and check whether you have the entry or not.
    Please make sure for your HTTP destination service configuration.
    Visual Admin -> Server -> services -> Destination-> HTTP -> FP_ICF_DATA_<SID>
    Do you have this entry?
    URL: http://server:port
    Authentication type: BASIC
    User: ADS_AGENT / corresponds password
    also refer to sap installation guide where they have give something for adobe document serveres - post installation steps.
    Please award points if helpful.
    --Sreejesh

  • SD as opposed to ABAP

    Hi all:
    Just wondering if someone could help me with the following: I currently looked into ABAP certification, with a view to pursuing the ABAP development route, however I have come across a problem in that a vast majority of companies within the North West don’t have a ABAP development team, and any such development work is either carried out by contractors of specialist consultancy firms. This therefore means that gaining applied practical experience will be almost impossible.
    However having said that SAP SD in very popular with the manufacturing industry; thus I was contemplating such a role. Could someone possibly describe what role a SAP SD consultant would serve? And would it be a difficult transition to eventually move over to ABAP programming? Is SD a good area to start off in?
    Many thanks
    Oliver

    Oliver
    I do agree with you partially these days most of the ABAP work is done at offshore so chances of working as a ABAP are going down but still there are good opportunity for ABAP at on site. Coming to SD this is purly functional aspect of SAP which is related to Sales and Marketing functionality. You need to have good business understanding in sales area and working experience in any of Industry helps a lot.
    Hope this helps
    Thnaks
    Sat

Maybe you are looking for

  • Can't download purchases due to download folder permissions on NAS

    I downloaded several podcasts using my iPhone whilst away at Christmas. My media library is stored on a Buffalo NAS with the library xml stored locally and after syncing with iTunes I can no longer download new purchases reporting error - 5000. "Ther

  • How do I transition a photo from B&W to color?

    I have seen a video that has photo stills that gradually change from black and white to color.  Does FCP have a way to do this?   Or do slow transitions between effects or other video settings?

  • Problem running first CF effort in webspace

    I have windows XP (std), dreamweaver MX 2004 and CfusionMX. I have (after many hours of frustration) got a simple registration page, members list page, and login page to work on my browser. This is to be part of a small website I run (6MB). However I

  • All note have disappeared after transfer from 3GS to 4 and update...

    Any way to retrieve? Lost 30+ notes.  They do not show on either phone.

  • Windows 7 and Blue Ray

    Hey, its my first time here so hi to all~ i have had windows 7 RC copy since its been released, and i love it. i had it on a clean installed and find it awesome, much better than vista but i have one problem, i cant run BLUE RAY DISCs. i have a progr