Hi i have some doughts in sap-abap realtime plz clarify my doughts

Hi all,
Which client number you use for the current
project?
You are running a report. It is taking long time for
execution. What steps will you do to reduce the
execution time.
After running a BDC program in background, next
day morning when you see the results, few records
are not updated(error records). What will you do
then?
You are given functional specs for a BDC program
and you need to decide whether to write a method
call transaction or a session. How u will decide?
What is the difference between report and script?
what are the differences between scripts & smart
forms?
what are enhancements?
what are user-exits?
what is badi?
what is the difference between user-exit & BADIs?
what is the difference between user-exit &
customer-exit?
how do you get functional specs  when you are
assigned some object? (specs through email..??)
How do you write technical specs?
How do you write UTP?(unit test plan)

Which client number you use for the current
project?
CLIENT NUMBER ALLWAYS VARIES. USUALLY 300/800.
You are running a report. It is taking long time for
execution. What steps will you do to reduce the
execution time.
THERE ARE SO MANY PERFORMANCE ISSUES TO UPGRADE THE REPORTS. LIKE SQL TRACE ETC...
After running a BDC program in background, next
day morning when you see the results, few records
are not updated(error records). What will you do
then?
THE ERROR LOG WILL BE CREATED IN THE DATABASE. WE NEED TO ANALYSE THE ERRORS . THEN, IF THE ERRORS ARE OF SAME KIND, MODIFY THE PROGRAM AS FOR ERROR ANALYSIS AND RUN THE PROGRAM AGAIN. IF ERRORS ARE OF DIFFERENT TYPES. U NEED TO UPDATE MANUALLY.
You are given functional specs for a BDC program
and you need to decide whether to write a method
call transaction or a session. How u will decide?
USUALLY THE METHOD OF BDC COMES IN THE FUNCTIONAL SPECS ITSELF.
What is the difference between report and script?
USING THE REPORTS WE CANT CHANGE FONTS AND FORMAS. LOGOS CANT BE DISPLAYED. WE CANT ENTER THE DATA IN THE PRE-PRINTED STATIONARY. DUPLEX PRINTING NOT POSSIBLE WITH REPORTS. HEADER AND FOOTERS CANT BE INCLUDED. CANT CHANGE THE LANGUAGE.
bUT ALL THESE CAN BE POSSIBLE THRU SCRIPTS.
what are the differences between scripts & smart
forms?
SMARTFORMS ARE UPDATED VERSIONS. AND USERFRIENDLY.
what are enhancements?
SAP IS OF A PACKAGE OF WITH MANY EXISTING OBJECTS. MOST OF THE TIMES WE USE THE EXISTING OBJECTS AND MODIFY THEM AS PER REQUIREMENT AND USE. SOMETIMES SOME OBJECTS CAN NOT OFFER THE REQUIRED FUNCTIONALITY. THEN USING THE ENHANCEMENTS WE CAN ADD OUR OWN FUNCTIONALITY TO THE OBJECTS.
what are user-exits?
ALMOST SIMILAR TO ENHANCEMENTS.
what is badi?
BUSINESS ADD INS(BADI'S) ARE THE ADVANCED CONCEPTS OF ENHANCEMENTS. THESE ARE ASSOCIATED WITH OOPS CONCEPTS.
SE18 AND SE19 ARE THE TCODES FOR BADI CREATION AND IMPLEMENTATION.
what is the difference between user-exit & BADIs?
BADI'S ARE ADVANCED.
what is the difference between user-exit &
customer-exit?
CUSTOMER EXIT IS A PART OF USER EXIT.
how do you get functional specs when you are
assigned some object? (specs through email..??)
DEPENDS ON THE COMPANY. USUALLY WE GET A ID OF THE SPEC THRU MAIL. USING THAT ID WE GET THE FUNCTIONAL SPEC IN THE CLIENT'S SITE. THERE WILL BE AN OPTION TO SEARCH THE OBJECTS THRU ID.
How do you write technical specs?
IT IS LIKE PSUDO CODE DEVELOPED BEFORE GOING TO THE CODING. U CAN COMPARE IT LIKE FLOW CHART.
How do you write UTP?(unit test plan)
UNIT TEST PLAN IS A CONCEPT OF CHECKING LIKE WHETHER WE R GETTING THE DESIRED OUTPUT FOR THE SPECIFIED INPUT OR NOT. NOTHING ELSE.
HOPE IT HELPS.
ALL THE BEST FOR UR INTERVIEW.
CHEERS.

Similar Messages

  • A i want to do sap abap certification plz help me what is process

    hi ,
         i am working with one MNC as an abap consultant, and i want to do certification ,and i want to know how exam and syllabus , fee , and model papers.if any one have info plz help.
    thanking u ,

    Hi Kumar,
    I wish al the best for you....have a look @ this link it will provide you smple details about certification.....
    http://www.sapprofessionals.org/files/ABAP%20CERTIFICATION%20QUESTIONS.doc
    please check the following site which offers some example questions.
    http://www.sapdomain.com/certification.php
    certification ..
    /message/213564#213564 [original link is broken]
    /message/514469#514469 [original link is broken]
    /message/1315746#1315746 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/257122#257122 [original link is broken]
    /message/130164#130164 [original link is broken]
    This is link from SAP about ABAP certification
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=351
    http://www.sapteched.com/india/confactivities/certexam.htm
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=351
    There is a pdf called ABAP certification.
    http://www.esnips.com/web/SAP-ABAP?
    You can try www.sapdoamin.com
    They provide Certification simulation questions which are very useful and a must try site.
    Some links which might help
    /message/213564#213564 [original link is broken]
    /message/514469#514469 [original link is broken]
    /message/1315746#1315746 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/257122#257122 [original link is broken]
    /message/130164#130164 [original link is broken]
    http://www.sapdomain.com/certification.php
    Hope these links will help you..
    Thanks'
    Sakthi.
    *Rewards if usefull*

  • SAP ABAP have the ability to handle complex data types

    Hi all,
                We are developing a Function Module/BAPI that is actually sending and receiving information to and from a third-party system and none of them are "complex data types".
    I have a question does SAP ABAP have the ability to handle complex data types ???

    could you give an instance of the same...& to what extent can it handle???
    we have a web service layer to handle complex data types between BAPI calls and the third party system.

  • Add Voting buttons in MS Outlook from SAP ABAP program

    I have a requirment where SAP ABAP program will send an email.
    I need to have the voting buttons (yes/no) in the email. It does not have to be in the content of the email but the typically voting buttons that we can add to the MS Outlook email.
    If there is someone who can give me the steps and documentations, greatly appreciate.
    The main critieria is that it has to be MS outlook.

    Hi,
    here is the solution i think.
    INCLUDE ole2incl .
    DATA: ole_outlook  TYPE ole2_object,
          ole_CItem    TYPE ole2_object,
          ole_body      TYPE string.
      CREATE OBJECT ole_outlook 'Outlook.Application'.
      CALL METHOD OF ole_outlook 'CreateItem' = ole_CItem
        EXPORTING #1 = 0.
      SET PROPERTY OF ole_CItem 'To' = 'receiver @ mail.com'.
      SET PROPERTY OF ole_CItem 'Subject' = 'E-mail Title'.
      CALL METHOD OF ole_CItem 'Display'.
      CONCATENATE ole_body
                  'Dear Sir/Madam,'
                  cl_abap_char_utilities=>newline
                  cl_abap_char_utilities=>newline
        INTO ole_body.
    SET PROPERTY OF ole_CItem 'Body' = ole_body.
    CALL METHOD OF ole_CItem 'ATTACHMENTS' = ATTS.
    CALL METHOD OF ATTS 'ADD'
    EXPORTING #1 = 'C:\File_Location\File_name.extension'.
    SET PROPERTY  OF ole_CItem 'VotingOptions' = 'Yes;No'.
    FREE OBJECT ole_outlook.
    *you can replace the voting option to what you want, for example 'Yes;No' or 'Approve;Reject'.

  • Hi i have been surfing internet for some SAP ABAP mini projects

    Hi i have been surfing internet for some SAP ABAP mini projects . I am learning SAP ABAP and want to implement the learnt knowledge in creating small project. Can someone suggest small mini project  that a fresher can do, or any websites where i can practise until i get job.
    Thanks in advance,
    Tilak Raja .

    Seems like a noble pursuit... There are at least a few "spec dumps" or "do my job" questions (usually start with "my requirements are...") posted in this same forum daily, so if you get to them before the moderators do - there are a bunch of projects for you.
    I'm a bit confused about the "web sites" part though - so you don't have an access to some demo/IDES system? How are you planning to do those mini projects then? Unfortunately SAP is not something one could easily practice in isolation - you'll need basic configuration, business data, etc.

  • I'm new in SAP . Would like to have some advice

    Hi Friends ...
    Hello all , perhaps I'm posting the thread into the correct thread category  , I'm really new in SAP and currently starting to put my interest into SAP . I'm currently doing IT Support (Unix Support). Previously I have no ideas about SAP and from my knowledge , jumping into sap is too costly until I found about getting to SAP academy through E-Learning which cost half of the actual normal classroom method of getting SAP certification . And obviously it pulled my interest . A few opinion and advices I would like to gather :
    1) Do you think that it worth for me to spend money for SAP certification ?
    2) What is the career prospect of an SAP certified ?
    3) What is normally the routine of the SAP consultant ? in term of the job dsecription .. I don have any ideas what is the scope of a SAP consultant .
    4) Is the SAP job marketable ? internationally ?
    5) What is the possibly of getting job for a newly certified SAP w/out experience
    6) Which is the best module that I should enroll for the certification ?
    7) What is normally market price for the SAP certified salary .
    What is other tips/advice from you for me before i start investing on getting on the SAP certification . Many thanks in advance for the advices .
    Thank you
    Regards

    Hi,
    Well looking at your queries I can suggest you to spend some time looking for the kind of requirements in the markets ( this you can find from different job portals). This answers your query number 2) and 3)
    1) Do you think that it worth for me to spend money for SAP certification ?
    This is an investment and it is really worth it
    2) What is the career prospect of an SAP certified ?
    As mentioned earlier, please check this yourself
    3) What is normally the routine of the SAP consultant ? in term of the job dsecription .. I don have any ideas what is the scope of a SAP consultant .
    As mentioned earlier, please check this yourself
    4) Is the SAP job marketable ? internationally ?
    Yes
    5) What is the possibly of getting job for a newly certified SAP w/out experience
    Good depending on your previous work experience
    6) Which is the best module that I should enroll for the certification ?
    This is always dependent on 3 things:
    1) Your academic qualifications
    2) Your professionsal experience
    3) Your interest
    7) What is normally market price for the SAP certified salary .
    Depends on your experience and as you are from IT market it varies a lot depending on your experience and the requirement of the company
    Hope this helps you.
    Do let me know in case of any specific queries.
    Regards,
    Rakesh

  • I have 3.4 years of ABAP experience. Planning to learn SAP BI and Move to BI. Kindly Suggest

    Hi Experts,
    I have been working for almost 3 and half years on SAP ABAP. Now i am planning to Learn SAP BI/BW and move my carrier to SAP BI/BW Completely.
    What would be the opportunities and carrier growth in the coming years for this combination. Please suggest.
    I have read all the previous posts which were posted a year back about the same combination. But please suggest according to the present trend.
    I will definitely consider your each and every suggestion of you as a priority one to my carrier growth.
    Thanks and Regards,
    V Shankar

    HI V
    if you already know it's better opportunities then it sounds like you have already answered your question
    if you are not familiar with the concept of big data or HANA I recommend you enter those terms in your search engine or look at SCN Front page and start reading
    as far as how to retrain and transition that will really depend on your current employment situation. What would be a great combination is a mix of ABAP with HANA. Without going into further detail I think you will gain more insight by your own research
    regards
    Colleen

  • Experts please guide me in Sap Abap Hr and in Sap Hr. I have 1 year exp but didn't get job wht to do  ?

    Dear SAP Experts ,
    I Have 1 year exp as an Associate SAP ABAP HR Consultant and i have done MCA but still didn't get any job i am free from 3 months didn't get any call please guide me what to do my abap is not much strong but hr is good . i am so upset tht planing to move in other job profile like SEO or work as HR executive for getting domain knowledge.so plz guide me wht to do and please also tell in ABAP HR which main topics i have to make strong ?
    Thanks
    Regards,
    Vikrant
    <<Moderator Message: How many times are you going to ask the same question?>>
    Message was edited by: kishan P

    Hi Vikrant,
    Since you are more interested towards HR than ABAP, in long term you can think of moving into SAP HCM functional career. And to be able to work as a functional consultant, you need to have good amount of business process knowledge. Considering this you can start working in core HR and gain domain experience and move your career later towards functional area.
    And more over you have ABAP HR experience,this will be very handy when you are a functional consultant.
    Regards,
    Ravi

  • Guide me please in sap abap hr and in sap hr. have 1 year exp did get job wht to do  ?

    Dear Friends ,
    I Have 1 year exp as an Associate SAP ABAP HR Consultant and i have done MCA but still did get any job i am free from 3 months did get any call please guide me what to do my abap is not much strong but hr is good . i am so upset tht planing to move in other job profile like SEO or work as HR executive for getting domain knowledge.so plz guide me wht to do .
    thanks
    Regards,
    Vikrant

    Hi Vikrant,
    Since you are more interested towards HR than ABAP, in long term you can think of moving into SAP HCM functional career. And to be able to work as a functional consultant, you need to have good amount of business process knowledge. Considering this you can start working in core HR and gain domain experience and move your career later towards functional area.
    And more over you have ABAP HR experience,this will be very handy when you are a functional consultant.
    Regards,
    Ravi

  • I have 3 +years of experience in SAP ABAP and BRFplus , want to move to australia from India.

    Hello Experts,
    I have around 3.5 years of experience in SAP -ABAP and SAP-BRFplus . I am based out of india and want to move to Australia.I am trained in ABAP OOPs And Webdynpro. Have worked for around 3 years in Infosys Limited and currently working as Senior Business consultant in SAP ABAP in Ntt Data North America.
    I am activly looking for moving to Australia.
    So kindly let me know how to go for that.
    Regards,
    Khushbu

    Hi Khushbu
    If you want to work in Australia you will need to research the different VISA laws etc. Trying to come "onsite" is a challenge. SAP job demand goes through cycles and sometimes it is difficult to find a position. You might want to look at the large consultancies and see if there is an opportunity for onsite work as part of the project (more than likely make sponsorship easier).
    The difficult challenge - most times development work is sent offshore (not all places of course). The work kept in Australia is either they cannot outsource it (federal government and so you need to be an Australian citizen) or it will be more senior staff (10+ years experience). It doesn't mean the work isn't available but you might be competing with other established professionals.
    Regards
    Colleen

  • Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?

    Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?
    Thanks,
    Sreenivas

    Hi Sreenivas,
    I would recommend that you read the Rules of Engagement and other documents in the Getting Started link (top right) before posting anymore.  Your Discussion will most likely get reported as non-specific and get removed.  If you have a specific problem with TM, please post it in a new thread with error messages, version and SPs installed, and how the error occurs and what you are trying to get TM to do.
    There are a lot of resources available in the TM Overview page which can help, so start there and maybe also look at some of the MKS (Monday Knowledge Session) recordings which should also be listed.  There are also a lot of experienced people who can help resolve issues your TM installation, but you need to provide enough information on the problems you are having.  If you are just looking for information on past problems, do a Search or simply browse through past Discussions which are marked with a green Check (Correct Answer).
    Regards, Mike
    SAP Customer Experience Group - CEG (and a Moderator)

  • Some question about SAP CRM consultant

    Dear all,
          I'm a center-based consultant in china.Our company is among the first batch to run SAP CRM in china in 2006.Our version is CRM 5.0.From my two years' working experience,the status of using CRM in our company is not very good.Complex UI,sychrorize problem makes our partner not willing to use this system.
         I used to do some ABAP developing then i began to transfer to MM&SD.CRM work is the recent thing.During some months' work in CRM,i found i am more interesting in CRM.
        I want to find a new job in outside consulting company in future.I want to focus on CRM.One aspect is that i'm interested in CRM.The other is that CRM is a new product and there is not so many people doing this.However,i seems getting some worries.First,SAP CRM seems not quite mature just from my understanding in 5.0 version.We  need to develope a lot not just using User-exit.I don't know whether 7.0 has changed a lot.I've seen the UI of 7.0.It seems much better.But is it means more company will choose SAP CRM 7.0 other than Siebel?In china,there seems not many CRM projects now and i don't know the status in other countries.Second,CRM may have much differences from ERP implementation because there are many process which can't be solidified.
       In one word,i'm worried about CRM consultant's future.And i hope gurus to give me the answers.THx.

    Hi Feng
    It would be very intersting to clients as well as consultants to work on SAP CRM. Career wise you have ample opportunities in the same. With the advent of various features in CRM 7.0 version, SAP is now more user friendly and is easy to implement with lot many processes covered as a part of vanila offer.
    I wish you all the best and hope this helps.
    Regds,
    Raghu

  • Problem while fetching more records in SAP ABAP report program

    Hello Frinds,
    I have SAP ABAP report program which fetches data from usr02 table
    Now, program is working fine with less number of records, bot in production there are more than 200000 records and either report gets timed out or there is run time error like buffer area not available.
    Below is the fetch statement
    SELECT bname FROM usr02 INTO TABLE lt_user
    So, do I need to take records in small chunks, I do not think it is needed as I have worked on number of othere databases where there are number of records in single fetch statement and database itself take care of this.
    Please provide me some approach to resolve this problem.

    This will be very difficult for you.....
    Since you are getting a time out error....it looks like, you are runnning this report in foreground....................
    Try running it in background it will work...
    ELSE....you have to fetch in small chunks....but the question is how will you do it. Since the USR02 only has BNAME as primary key...
    Either put the BNAME as part of selection screen and fetch the data.....it will solve your problem....
    Only fetch for those BNAME which is entered in the selection screen...
    Hope it helps!

  • How to get proper breakthrough in SAP ABAP

    hi experts ,
    i was going through different threads that getting job as SAP ABAP fresher is very tough .If i consider my profile i have only 3.5 years of software development experience .If i do ABAP then i will be fresher in SAP .
    1)so how should i proceed to get a proper break through in this domain.
    2)When is the Peak time for doing this course.
    3)Is Master Degree Essential to get a break through in SAP ABAP.I have B.Sc IT
    4)is Genovate /Bangalore / Mumbai  is  a proper place to  get a breakthrough in  SAP ABAP
    Thanks and Regards
    Samit Sarkar

    Hello,
    Welcome to the world of SAP ABAP! There is plenty of work at the moment, so you've chosen a good time to start.
    I've been doing it for over 10 years, and I would recommend it to anybody.
    As for your questions:
    1) The best way to break into ABAP is do the courses BC400 and BC401. Then try to find a job where you can gain experience
    2) These courses are held all the time
    3) No special degree is required, you just need to know how to program BEFORE you try to learn ABAP
    4) SAP is used all over the world, so don't worry about specific locations
    Once you have done the training and have some on-the-job experience, then you should try to achieve certification.
    hope this helps
    Paul Bakker

  • Which one SAP ABAP or BI/BW ?

    Dear ALL,
                  Myself  Kiran from Bangalore, working as Software Developer(PHP/Mysql) having 3 year of total experience. 
    I always had a dream to learn some Technical modules like ABAP or BI  and to become SAP consultant from my initial days of my career.
    I also took opinions from SAP gurus through  discussion forum,But they said in-order to enter into SAP field one should have domain experience . so i just dropped my idea of  entering SAP field.
    But after  3 years of programming , i just wanted to learn SAP ABAP/BI/BW , so i  need to know answers for fallowing question.
    1. Which one suites me either SAP ABAP or BI suites me ? Considering my past 3 years of programming experience?
    2. What are the ways that i can enter in to SAP field in technical modules?
    This is link to discussion that i had it in earlier days
    http://sap.ittoolbox.com/groups/career/sap-career/what-to-choose-sap-or-php-4473164
    Thanks in Advance,
    Regards,
    Kiran Yuvaraj

    Hello Kiran,
                    Getting a job in SAP as a fresher ( ABAP / BI / Any module) is infact a difficult task ..
    That depends upon totally on you and You only..Yes, Based on your hard work, dedication,
    sincerity and the level of  efforts you put in, you can get into SAP..The entry is only
    difficult..Once you enter you can sustain..But that too depends on your interest alone..
    Simply Saying, IF You want yourself to be a Strong Competent, you need to Work Hard..thats it..
    Coming to your Question,
             In Market, The Openings for BI as a FRESHER is low compared to ABAP..
    Hope the above statement answers your question.. Dont confuse too much..Get suggestions from
    the Reliable People you know and take off..But I Clearly mention the market situation..Rest is in you
    Hands..Dont Worry..Take Clear decision and Lets Start..All is Well ..
    Warm Regards,
    Nellai Muthu..

Maybe you are looking for