ABAP with HANA

Hi All,
From past few days,I am hearing HANA will be the future.is that is true?
I am working as SAP ABAP CONSULTANT for last 3 years,what is the future ABAP with HANA.
Could you please clarify my doubts.
THANK YOU.

I recommend you to visit openSAP | Enterprise MOOCs: Learn anywhere, anytime and on any device! there you can apply for some free courses, it will give you the HANA overview.
Regards,
Felipe

Similar Messages

  • In sap bw with hana, How exactly the performance is improved ?

    By replacing oracle db with hana , are we installing new processors as well. Or is the performance we get is purely because of columnar storage ?

    Hi Mohd,
    This is a good question. Just replacing the DB or columnar store doesn't help.
    If HANA DB is just a data base on memory then everyone can just add more memory for existing DB or columnar store then most DB already offer columnar store ( Like IBM DB2 Blu Accelerator or MS Sql columnar, etc) 
    It is a combination factor of HANA DB which optimised for both read and write operations along columnar store and data compression. In case of HANA DB sap is trying to push most of the process to database.
    All new BW modeling techniques ( ADSO or New Composite Provider) will work only with  HANA DB.
    General points why BW on HANA is more efficient
    1) No DIM ID in cube
    2) Change log tables can be converted into views ( optional )
    3) DSO Activation Pushed to DB
    4) Transformation Pushed to DB if no ABAP routines.
    5) No need of index for cubes
    6) Aggregations is no more required.
    Thanks,
    Shakthi Raj Natarajan.

  • ABAP + SD+ HANA

    Dear All,
    I am very much interested to learn HANA. But my background is ABAP +SD.
    Please advise how much it is suitable to learn HANA.
    Regards,
    Vishnu.

    Hi Vishnu vardhan,
    Great to hear having multiple technologies like ABAP with SD. this is better idea not only choosing to learn HANA and also your career .
    1. first of all please check what are all skills required to learn HANA . please refer this link
    http://scn.sap.com/thread/3446258.
    Please refer below link will help some facts about HANA
    ABAP and SAP HANA | SAP HANA
    Regards,
    Gurunath D

  • External views with HANA as secundary database

    Hi,
    internally we have since some time a discussion on whether one can make external views in ABAP when HANA is your secondary database. According to the documentation it is not possible, but apparently the HANA-versions of Financial transactions do use them. These transactions are SAP standard transactions. It is difficult to convince our users/developers that this is not possible, when they see it is used in SAP standard ...
    We do not get any clear answer to this problem. Also not from our consultants. The only remaining possibility seems to sketch a possible solution and ask you all some questions and make some statements to see if I am right.
    I think this little sketch shows the landscape you need to make all this possible:
    One cannot create an external view in Ecipse (ABAP in …) when you have HANA as a secondary database.
    External views can only be created using AIE, not in SE11 in the GUI.
    When these external views are created – using the described process – these views cannot even be displayed in the AIE when having HANA as a secondary database.
    This is the message we get:
    If you want to create an external view, you need a ‘landscape’ where HANA is you primary database. This means a supplementary R/3-ABAP and a supplementary HANA database, where all necessary tables do exist.
    You have to develop you HANA artefacts (attribute views, analytical views, calculation views, …) in this separate landscape.
    If you want to call them using external views, you have to do your developments here!
    Based on these views you create external views in the AIE on this separate landscape. This way they exist in the ABAP dictionary in this system.
    The name of the HANA-artefact and the external view in the ABAP dictionary have to be identical.
    You copy the HANA artefacts to you first HANA (where you use it as secondary database). Copy, transport, … whatever.
    You copy/transport your external view to your first ABAP dictionary.
    Now you can use it in a SELECT with CONNECTION(“to_2ndary_hana”).
    Is this correct? Or do I still miss something?
    Thanks for any reaction.
    Regard.
    Kris
    Message was edited by: Jens Weiler

    Hi Kris,
    except for "The name of the HANA-artefact and the external view in the ABAP dictionary have to be identical" all you points above are valid.
    Let me say a couple of words about the external views, especially those delivered by SAP.
    Assume you have a development system landscape like DEH (development system with HANA as primary DB), DEO (development system with another DB), QCS (quality system, doesn't matter which DB but receiving the consolidated transports of DEH and DEO), PDS (productive system with non-HANA as primary DB and a secondary DB connection to HANA).
    In this heterogeneous landscape you can create HANA content in DEH (respectively in the HANA underlying DEH) and external views via the ABAP Development Tools. You can transport the HANA content (e.g. via the HANA Transport Container) as well as the external views (and database procedure proxies) to the QCS system. The dictionary content, i.e. external views and database procedure proxies are active - otherwise the import/activation will fail - but you cannot consume them. Consumption of external views in the QCS system will lead to runtime exceptions as the underlying HANA artefacts are not accessible. However, since all the dictionary content exists, i.e. external views, database procedures, and the HANA transport container and all of them are active, you can further transport them to the productive system PDS. Once the external view is available in PDS and the HANA artefacts are available in the "side-car HANA" (assuming for simplicity you just use the connection to the DEH HANA), you can consume the external view respectively the underlying HANA view via OpenSQL in conjunction with the CONNECTION statement.
    The described procedure explains how SAP has been able to deliver external views. In our system landscape, we have development systems on HANA as well as systems using non-HANA as primary database - how exactly depends on the product etc. So once the colleagues developed their HANA views and created the external views on such a development system on HANA, we can deliver external views. You can consume these external views:
    in a system using HANA as primary database (assuming of course you have also received the correct HANA content and everything has been activated properly)
    in a system using HANA as secondary database and using the CONNECTION statement in Open SQL
    In scenario 1. you are able to create external views yourself via the ABAP Development Tools, while in the second scenario you can neither view nor maintain the external view.
    For database procedure proxies, there is a method to create the DB procedure proxies programatically (see http://scn.sap.com/thread/3498161).
    Hope this clarifies your questions,
    Cheers,
      Jasmin

  • What is hana ? does the syntax for abap in hana changes ?

    Hi All,
    I am very much interested to know HANA.
    can any one please explain me ???
    can we use normal ABAP syntax for HANA?
    Regards,
    Abdul

    Hi Abdul,
    first of all I suggest you to look into the detailed info material available here in this space. A good introduction for developers is to look into our reference scenario page: ABAP for SAP HANA Reference Scenario
    With our SAP HANA Database existing ABAP Coding will still run like on any other database. But with SAP HANA you also have the possibility to leverage specific features of this database.Information about these features can be found here: New ABAP for HANA features in SAP NW 7.4 SP5
    If you want to try it out yourself, here is a new end-to.end guide: Brand-new ABAP 7.4 for SAP HANA End to End Deve... | SCN
    Hope this helps, Cheers
    Jens

  • Managing CAL ABAP on HANA instance and removing the secondary windows instance?

    When you setup the ABAP on HANA CAL instance with AWS you get two AWS instances. One which is the ABAP on HANA server and one which is a Windows system holding copies of the development tools, etc.
    I never use this second instance as I log on from my own pc/laptop; so its just wasting money. Can I simply delete it from the AWS console. The CAL does not allow me to delete it on its own. If I do delete that instance can I still manage it with CAL or am I on my own with AWS from that point?
    Regards,
    --Jason.

    Hi Jason,
    SAP CAL keeps track of what happens to the instances in your AWS account, the status is polled every other minute or so. Simply suspending or terminating it could have a severe effect on the operations in CAL.
    Have you thought about starting the Windows instance on a smaller (probably too small) instance type which costs just a couple of cents? CAL cannot track if the SAP system in the instance is functional or not, CAL just checks the status of the container. So you could start the Windows instance on a 512MB machine ....
    I know that this is not what you was aiming for, but it will probably solve the costs issue in the first place quickly.
    Regards,
      Hannes

  • ABAP for HANA certification

    I am ABAP consultant having 9 years of exp. I want to do certification for ABAP for Hana.I found one certification with name SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014). In that i found below line written "This certification is issued to candidates who successfully pass the certification exam for the "SAP Certified Development Associate - ABAP with SAP NetWeaver" (C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70)."
    Now my question is that I have not done any prior certification on ABAP. So Can i directly go for the ABAP for Hana certification or i have to first clear Abap with netWeaver first.

    Hi Amit,
    I haven't appeared for the ABAP certification
    But, I can guide where we can get the content & cost.
    Content:
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702…
    Cost:
    DD for 35,000 INR+12.36% service tax (total of 39,326 INR) favoring SAP India Pvt. Ltd., payable at Bangalore or online transfer to SAP (NEFT Details)**
    (Suggesting you please send your mail to SAP help desk, you will get clear idea on this)

  • ABAP For HANA Development Environment

    Anybody Explain ETE Development Cycle of ABAP for HANA?

    Hi Muhammad,
    there's a nice E2E guide End to End Development Example with SAP NetWeaver 7.4 & SAP HANA targeted for ABAP 7.4 SP2 features.
    If you're interested in the latest greates ABAP 7.4 SP5 features (like CDS Views, ABAP managed database procedures) and a Fiori-like app... stay tuned, content is submitted and will arrive on our SCN Space ABAP for SAP HANA soon.
    Cheers,
      Jasmin

  • Career with HANA

    Hi Friends,
    I am an ABAP Developer and I have just completed my Training in HANA and I am working on my Certification. Is it good for me to have knoweldge with BW/BI and BO. With BO I am now done my training with the reporting on HANA. Kindly input your thoughts and suggestions.  How should I take my route to be an efficient person in HANA. I have never worked hands on with BW/BI. So need thoughts from experts. Is ter any good book to self start on BW/BI ? If yes then do provide me the details

    Hello Radhika,
    First of all  you are on the correct track.
    ABAP composed with HANA is already so much to learn and work with. SAP BW will be required when in project where SAP BW on HANA is required. Even for BO on HANA is required.
    Generally the correct route is considered as
    BI/BW=> BO=> HANA
    But as you have covered ABAP and finished off learning HANA, the route has been a changed one for you. But still learning BI/BW will be a good approach even though may not be so necessary at the moment. I believe you have not worked with HANA either as you mentioned not with BI/BW yet.
    So correct approach can be  get started with HANA developments and spend enough time and capture the concepts. As ABAP is there with you, developments in HANA will somewhat will be easy to master. So as the journey progresses you can add  flavours of SAP BW alongside your working on various projects.
    So far as BW materials are concerned,  I have all my certification materials which  I have no issues to share with you. Click my name and click follow tab here in SCN so as to send direct messages. We may share contact Ids to make it possible.
    Hope the piece of information helps !!
    regards,
    Aparajit

  • Activation / Supending of Trial for ABAP on HANA and BW 7.4 time out

    Hi altogether,
    until today, the CLOUD solution ABAP on HANA and Netweaver BW 7.4 on HANA worked  perfectly.
    But today (22/01/2015) I get either Time-out Problems when activating or supsending.
    Currently one instance is active and is not suspending. Error message: Suspending did not complete in 1200s. Could you please invest the reason?
    Regards,
    Jürgen

    Hi Juergen,
    According to Error Codes - Amazon Elastic Compute Cloud the description of IncorrectInstanceState is:
    The instance is in an incorrect state, so the requested action can't be completed. For example, some instance attributes, such as user data, can only be modified if the instance is in a 'stopped' state.
    If you are associating an Elastic IP address with a network interface, ensure that the instance that the interface is attached to is not in the 'pending' state.
    Could you check for errors in the AWS management Console or contact Amazon?
    Best regards,
    Stanimir

  • Create XML file from ABAP with SOAP Details

    Hi,
    I am new to XML and I am not familiar with JAVA or Web Service. I have searched in SDN and googled for a sample program for creating XML document from ABAP with SOAP details. Unfortunately I couldn't find anything.
    I have a requirement for creating an XML file from ABAP with SOAP details. I have the data in the internal table. There is a Schema which the client provided and the file generated from SAP should be validating against that Schema. Schema contains SOAP details like Envelope, Header & Body.
    My question is can I generate the XML file using CALL TRANSFORMATION in SAP with the SOAP details?
    I have tried to create Transformation (Transaction XSLT_TOOL) in SAP with below code. Also in CALL transformation I am not able to change the encoding to UTF-8. It's always show UTF-16.
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
      <xsl:template match="/">
        <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
          <SOAP:Header>
            <CUNS:HeaderInfo>
              <CUNS:InterfaceTypeId>10006</InterfaceTypeId>
              <CUNS:BusinessPartnerID>11223344</BusinessPartnerID>
              <CUNS:SchemaVersion>1.0</SchemaVersion>
              <CUNS:DateTime>sy-datum</DateTime>
            </CUNS:HeaderInfo>
          </SOAP:Header>
          <SOAP:Body>
            <xsl:copy-of select="*"/>
          </SOAP:Body>
        </SOAP:Envelope>
      </xsl:template>
    </xsl:transform>
    In ABAP program, I have written below code for calling above Transformation.
      call transformation ('Z_ID')
           source tab = im_t_output[]
           result xml xml_out.
      call function 'SCMS_STRING_TO_FTEXT'
        exporting
          text      = xml_out
        tables
          ftext_tab = ex_t_xml_data.
    Please help me how to generate XML file with SOAP details from ABAP. If anybody have a sample program, please share with me.
    Is there any easy way to create the XML file in CALL Transformation. Please help.
    Thanks

    Try ABAP forum, as it seems not to be PI related.

  • Error in query ABAP using HANA as secundary data base

    Hi Experts,
    I have an error when I run a query from ABAP using HANA as alternative database. The query results empty, I do not know if something is missing or if additional error to the connection created by the BASIS consultant.
    The example I'm using is:
    ****Create the SQL Connection and pass in the DBCON ID to state which Database Connection will be used
       DATA lr_sql    TYPE REF TO cl_sql_statement.
       DATA lr_result TYPE REF TO cl_sql_result_set.
       DATA lr_adrc   TYPE REF TO data.
       DATA it_adrc   TYPE STANDARD TABLE OF adrc.
       DATA lv_oref   TYPE REF TO cx_root.
       DATA lv_text   TYPE string.
       CREATE OBJECT lr_sql
         EXPORTING
           con_ref = cl_sql_connection=>get_connection( 'HBT' ).
    ****Execute a query, passing in the query string and receiving a result set object
       TRY.
           lr_result = lr_sql->execute_query( 'select * from "PRD_300"."ADRC"' ).
           GET REFERENCE OF it_adrc INTO lr_adrc.
    ****Get the result data set back into our ABAP internal table
           lr_result->set_param_table( lr_adrc ).
           lr_result->next_package( ).
           lr_result->close( ).
         CATCH cx_sql_exception INTO lv_oref.
           lv_text = lv_oref->get_text( ).
           MESSAGE lv_text TYPE 'I'.
       ENDTRY.
    Regards.
    Richard.

    I resolved the problem myself.
    Regards,
    Richard.

  • ABAP with JAVA

    hi all
    how to integrate ABAP with JAVA?? Can anybody send me any link on that or any documents???

    Hi
    Welcome to SDN forum
    After the ECC6.0 Version Most of the JAVA things are integrated in Netweaver components like BSP,WAS, XI and Enterprise Portals etc
    So if you are good in JAVA these things are very useful and through this you can easily integrate JAva with SAP
    see the links
    See the Links
    JDBC Receiver: exact SQL statement
    /message/527697#527697 [original link is broken]
    And after you are done with the documentation probably you can go through this scenario,
    JDBC Receiver: exact SQL statement
    Also check the following threads which might help you a little more,
    Learning XI
    XI 3.0 Training
    Also for more info related to XI go through these links:
    XI -Starter
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20where%20to%20find%20information.pdf
    All the information you need in XI :
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    To understand the architecture of XI, Please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You can also go through the url for Elearning :
    https://www.sdn.sap.com/sdn/elearning.sdn // https://www.sdn.sap.com/irj/sdn/sdnpilot/elearning
    Following is the link for 'how to guides', A step by step guide to create scenarios:
    https://websmp201.sap-ag.de/nw-howtoguides
    XI is all about configuration of Adapters, to learn more please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    1) How-to Guides for SAP NetWeaver 2004 for SAP XI:
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
    Regards
    Anji

  • HANA DB 1.00 Build 20 - Error import COPA Data with HANA STUDIO 1.00...

    Hi,
    Has anyone tried loading data records to HANA DB 1.00 Build 20 from the CTL files provided in     https://wiki.wdf.sap.corp/wiki/display/HANADemoenvironment/HowtoloadCOPAdata ?
    It was work on HANA DB 1.00 Build 15 but not with New Build...
    The procedure was exactly the same
    The creation of Tables is done but i have this error with import data with each csv files:
    Command with HANA Studio (Build 20):
                    load from '/tmp/export/TCURT.ctl' threads 4 batch 1000;
    Error:
                   Could not execute 'load from '/tmp/export/TCURT.ctl' threads 4 batch 1000'
                   SAP DBTech JDBC: [257]: sql syntax error: line 1 (at pos 3643214585)
    I tried also:  load from '/tmp/export/TCURT.ctl' -> same error...
    We have all privileges on the tmp folder and files
    I tried also to copy new data from source...
    Do you have an idea?
    Thanks for advance for help .
    Best regards,
    Eric MG

    Hello,
    LOAD TABLE command was not public - full syntax was never mentioned in any SAP guide on help.sap.com or Market Place (except SAP HANA Pocketbook-DRAFT). Therefore it is SAP internal syntax that can be changed anytime. And I guess this is what happened. Command is either deprecated or having different syntax.
    If you need to import CVS file I would suggest to use official way - either IMPORT command (which was also not very public before but since SP03 it is mentioned in SQL Script Guide) or best using SAP HANA Studio import functionality (just be sure you use CVS as type of file).
    You can find explanation of both ways in this blog:
    SAP HANA - Modeling Content Migration - part 2: Import, Post-migration Activities
    Tomas

  • Books for SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31

    Hi All,
    I have searched for some good books for the certification online, could you please tell me if any one has taken this certification and what books I should using for the certification. I am mentioning some books below:
    SAP Certified Development Associate - ABAP with SAP Netweaver 7.02 by by Puneet Asthana (Author), David Haslam (Author)
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U1JY43Y/ref=sr_1_fkmr1_1?ie=UTF8&qid=1427541312&sr=8-1-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    25 February 2015
    by Jorge Parker
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U2TL9P4/ref=sr_1_fkmr1_2?ie=UTF8&qid=1427541312&sr=8-2-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    26 February 2015
    by Cody Colin
    Any inputs on this will be much helpful.
    Thanks,
    Macky

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

Maybe you are looking for

  • How can I Show Search History - NOT browser history?

    Everyone knows that Firefox keeps a history of sites you've visited. Also, by right-clicking on the FF search box, it allows you to "Clear Search History". These are items that you have searched for in the past - but not necessarily clicked through t

  • Disable period selection subscreen screen 1000

    Hi, I am trying to disable the period selection subscreen on screen 1000 (hr - pnp), so only the payroll period selection subscreen is visible. Can anyone help me? thanks, Nathalie

  • Is Enterprise Manager included or free with WLS standard edition ?

    Hello Experts,  I did lot of research but unable to confirm whether Enterprise Manager ( EM console ) is included in WLS standard edition.  As per the information mentioned by Oracle in http://www.oracle.com/us/products/middleware/application-server/

  • MOV files audio

    Using PE11 and importing a video via SD card into the organizer, when played in the organizer panel, all audio/video sync up and look and sound great. However, when I attempt to add the same file to edit Premiere Elements, I have a 48 second video th

  • What to do when Import is interrupted - Managed Library

    I was in the middle of importing files via File > Import .... I selected to manage the library in Aperture ( not referenced files ) I left the machine running overnight as it was adding 160gig of files. Upon my return, I noticed that the previews and