RE: ABAP QUESTIONS ASKED AT ONE OF THE INTERVIEW

Which software component in the work process controls both commit and rollbacks? 
"      Woman is generally one for Commitment, Man for Rollback.
Can the IDoc be passed to multiple servers ? If yes how? if no why?
"      The Eye Doc serves multiple people, but one at a time with an appointment.
When will be the RFC Connection Closed?
"      The RFC Connection never closes – open 24 hours – bit of a rough club though.
Waht are the types of transport requests?
"      Land, Sea, Air, Rail.
How many At-Exit commands are possible in PBO Module?
"      Depends how big they are – you can pack lots more small ones in – not sure if this counts towards record.
What are the ABAP Statements to create a new internal session in the same external session?
"      Open Sesame.
Are all the BAPIs are Auto-committed? if no,How to do it?
"      Some are / some aren’t – see answer to Q 1.
How many secondary indexes are possible for a table?
"      There should be four for a normal table, one at each corner to keep it level.
For F1 help,where will be the data come from?
"      The FIA’s World Motorsport Council is the controlling body for F1 – they should provide data.
Which statement stops the execution of current screen?
"      The execution will only be stopped on receipt of a signed pardon from the governor.
What will be the statement to send the values among indentical fieldnames between structures?
"      True identical fieldnames with identical DNA make up 0.2% of the world’s population – values are sent between them by normal speech.
The file RGS does not exist in application server .what happens if we write OPEN DATASET RGS FOR APPENDING?
"      Only a qualified doctor should open your dataset up to check or remove your APPENDING.
What is the tcode to adjust a table?
"      The tcode to adjust a table depends on what is wrong – if not level, use a saw – if loose, use a hammer.
What is the difference between Message and message types?
"      The types message has been prepared on a typeswriter, the Message has been hand writ.
Partner profiles stores in table -
"      Normally stores in drawer under table.
online messages will be in which table?
"      The messages are normally left on side of fridge, not on table.
SMOD and CMOD Enhancements will be stored in----
"      The MOD Squad storeroom (or did you mean British M.O.D.? – they store stuff all over England).
Call Screen Vs Set screen?
"      The Call screen stops the kids from getting inappropriate phone calls.  The Set screen can be left in place in front of fire place to stop sparks.
Use of MODIFY SCREEN?
"      To fit it around the fire place.
What is the program to verify the RFC Logs?
"      There is no need to verify – just toss them on the fire – all logs burn.
In LSMW,after creating the structure definitions,what are the programs that are generated?
"      The generator runs on LPG not LSMW.  Only use it when the power goes off.
looking for the answers and It may be very helpful to all the ABAPers.
Thanks to SDN Community for Sharing.
Sorry,
Couldn't resist.
Andrew

just tried open sesame cause it sounded quiet usefull.
"DATASET ...", "CURSOR ... FOR SELECT", or "CURSOR WITH HOLD ... FOR
SELECT" expected after "OPEN" .
hmmm .. what now ... can't get my job done ...
what is dataset?
what is cursor and what is it good for?
what is ... and how do i use it?
what is for select?
what isCURSOR WITH HOLD ... FOR SELECT and what can a cursor hold?
what is OPEN?
Message was edited by:
        Sascha Dingeldey

Similar Messages

  • THIS IS ASKED BY ONE OF THE INTERVIEWER

    HI GURUS
    IN FMCG COMP ALREADY SAP SD MODULE WAS IMPLEMENTED .  WHICH SOFTWARE IS USING BY UR FMCG DISTRIBUTOR. HE ASKED LIKED HOW SHOULD I ANSWERED THESE QUESTIONS.  HOW ORDERS WILL COME COME I NEED PERFECT CLARIFICATION.  FROM OUTLETS TO CARRYING FORWARD AGENT.
    THANKS IN ADVANCE

    Sorry I here I am giving you few examples of NON- SAP software to which the SAP software get linked through EDI or ALE.
    And your questions answer is below not the earlier one. Few software are given below.
    CPWerx
    CAS is a leading, global provider of Demand Side Management solutions for the Consumer Products industry. With 20+ years of industry-specific experience, CAS has unrivaled, extensive expertise in delivering solutions that manage profitable growth, including trade marketing, account management, and field sales management. CAS customers include Campbell’s, Coty, Danone, Henkel, InBev, and Kraft.
    DMS
    Optegra DMS (Distributors Management System) is a complete end-to-end mobile PDA solution designed to manage the customer relationship, sales, and delivery processes of a network of distributors in the FMCG and pharmaceutical industries. Optegra DMS covers route accounting, order management, merchandizing, trade deals, collection, inventory management, van reconciliation, and comprehensive reporting modules.
    FLEXWARE
    FLEXWARE is Avon’s mobile middleware platform with SAP NetWeaver® Exchange Infrastructure and portal integration. It offers field, sales, and service teams access to information via mobile devices in industries like manufacturing, FMCG, BFSI, pharmaceuticals, logistics, and utilities. It can be extended to the whole supply chain, handles changes to business rules and templates, and supports on/offline and wired/wireless sync capabilities.

  • Hello everyone I have a problem with the app store as secret questions asks me to download the application, the problem is that I do not remember the answers as I do?? thank you very much to all

    Hello everyone I have a problem with the app store as secret questions asks me to download the application, the problem is that I do not remember the answers as I do?? thank you very much to all

    Hello andreabn90
    If you can't remember your security questions go to  Express Lane.
    select iTunes from the list, then iTunes store.        On the next screen select account Management.          There, select iTunes store account security and write that you would like to reset your security questions and / or answers.
    You should get an eMail reply over the next 24 hours.

  • Wich ones are the differents between iPhone 4 and iPhone 4s?

    Well I posted this because I am about to get iPhone 4S, but I am having a couple of questions, but the main question is wich ones are the differents between iPhone 4 and iPhone 4s?

    See http://www.apple.com/iphone/compare-iphones/.

  • Using VM level application constant to set the attributes on the interview screen

    Hi All,
    We have a Performed By as one of the interview question which should be defaulted with the user id of the person who launched the OPA session (through web determinations).
    There is a user-id application constant which is available at the VM layer. Is there a way to set the Performed By question on the interview screen with this user-id by modifying the VM templates?
    Please help.
    Thanks,
    KK

    I tried with that code, its giving compile error for this: Can you please let me know what I am missing here:
    PreSeedValues.java:44: isUnknown(com.oracle.determinations.engine.EntityInstance
    ) in com.oracle.determinations.engine.Attribute cannot be applied to ()
                    boolean userIdKnown = (! performedBy.isUnknown()) && (! performe
    dBy.isUncertain() );
    Because an attribute exists for an entity, it can have different values across different instances, so, when you try to get the value (or check its know/unknown state) you need to pass in the entity instance. In you case the global entity instance: performedBy.isUnknown(ruleSessionGlobal) and performedBy.isUncertain(ruleSessionGlobal)
    Also, one more thing, we have around 50 different screens and each screen has this performed by attribute with different name. Now to set this in code, it would not be a good idea to write 50 lines for different performed by attributes. Can we have something like getting the screen name for the current screen in user context and user that as a prefix for the attrubute name. e.g. RA0084_Sheet_Performed_By in this RA0084_Sheet will be the interview screen name.
    It sounds like you want to set the user id when each screen is submitted. The OnInvestigationStartedEvent will only fire once, when the investigation starts. If you want to set an attribute when a screen is submitted, you probably want to use something like a OnValidateScreenEventHandler which is fired when a screen is submitted and has the screen details in the event.
    See Events and Event Handlers in Oracle Policy Automation Developer's Guide

  • Hi everyone, not sure if this is the right forum to ask this question, however any redirect is appreciated. Where can I get the download for the latest old mozilla browser. The one with the dinosaur icon before the browser turned firefox. Thanks, Jen

    Hi everyone
    Not sure if this is the right forum to ask this question, however any redirect is appreciated. Where can I get the download for the latest old mozilla browser. The one with the dinosaur icon before the browser turned firefox. Thanks, Jen

    Phoenix and Firebird were what Firefox was called before Firefox was settled on in 2004, and both used "birds" as the logo. IIRC, the dinosaur was used in the Mozilla Suite.
    Here are the earliest versions of the Mozilla Suite. <br />
    http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/
    I hope this request for a historical purposes of where Mozilla came from, because those old versions aren't safe to use on the internet any longer.

  • Can anybody send me the interview point of Questions on OO ABAP?.

    Can anybody send me the interview point of Questions on OO ABAP?.

    Hello Satish
    ABAP-OO is by no means different from other object-oriented languages. Thus, you can take a book like the one for the <b>Java certification exam</b>. Having read and understood this book you are well prepared for any interview question.
    Regards
      Uwe

  • HT5577 Okay so I have 2 apple accounts. One is newer & one is my old one. The older one still has money from Itunes on it & when I go to log it will not except my password. Then it asked me my date of birth & it says its incorrect. What do I do?

    Okay so I have 2 apple accounts. One is newer & one is my old one. The older one still has money from Itunes on it & when I go to log it will not except my password. Then it asked me my date of birth & it says its incorrect.So I tried to go the email route but i never get anything in my email about recovering my password. What do I do?

    Hey donnieandjamie31,
    It sounds like you are not getting the email to reset your password.  If you have a rescue email setup for your Apple ID, the reset password email will be sent there and not your Apple ID email address:
    When you provide a rescue email address, all future security emails, such as password resets from iForgot, will be sent to the address provided.
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    You might want to check your other email accounts for the password reset email, including their Spam folders. If you continue to have issues, please contact our Account Security Team:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • The add ons i want to use are asking me to be able to continue to sign a liscense agreement...i dont know where they are to be able to sign them...one of the is WIRED-MARKER and the other is JUREEKA...thanx for the help

    Question
    the add ons i want to use are asking me to be able to continue to sign a liscense agreement...i dont know where they are to be able to sign them...one of the is WIRED-MARKER and the other is JUREEKA...thanx for the help edit
    Details

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • I forgot one of the answers to my security questions and my account was locked for 8 hours. Is there anyway around this? I am trying to change the questions.

    I forgot one of the ansers to a security question and my account was locked for 8 hours.  Is there anything I can do or do I have to wait 8 hours?  I will probably get locked out again for providing the wrong answer.  Can I change the security questions?

    BillS45 wrote:
      Can I change the security questions?
    1)  Apple ID: All about Apple ID security questions
    If necessary
    2)  See Here.  Apple ID: Contacting Apple for help with Apple ID account security
    Ask to speak with the Account Security Team...
    3)  Or Email Here  >  Apple  Support  iTunes Store  Contact

  • I forgot my one of the security question's answer?

    i know the answer but it keeps saying that its inccorect. my account page has no optopn of reset security question ....

    The option to send reset info will only appear if you have a rescue email address (which is not the same thing as an alternate email address) set up on your account. If you aren't getting that option then that implies that you don't have a rescue email address, and you won't be able to add one until you can answer 2 of your questions - you will need to contact iTunes Support or Apple to get the questions reset.
    e.g. you can try contacting iTunes Support :http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then 'Forgotten Apple ID security questions'
    or try ringing Apple in your country and ask to talk to the Accounts Security Team :http://support.apple.com/kb/HE57
    When they've been reset you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Why do I never get an answer to any questions asked on this forum for years now? Why does Firefox Feedback not work? Why does Firefox Suggestion system not work? Why have I switched to Google Chrome (I can answer that last one).

    I keep asking questions about problems and see them posted in the "support" forum and usually with a note about how many other users have this problem. There are never any answers or replies even though some of the number for others with the problem are huge.
    As I say, I have only one answer to many questions, my last one, which is why have I switched to Google Chrome. I know the answer to that one.

    I so agree with what you say and am in exactly the same position - very sad. Was strong supporter of FF but will have to move elsewhere for my browser after many years with FF

  • If I have forgotten my security questions and am not given the option to send them to an alternate email address because I didn't have one set up at the time, how can I get passed this point? I'm sure I'm blocked out at this time from trying.

    I cannot remember my security questions and I am not given the option to send to an alternate email address because I didn't have one set up at the time.  How can I get past this point?

    See Here... ask to speak with the Account Security Team...
    Apple ID: Contacting Apple for help with Apple ID account security
    Or Here  >  Apple  Support  iTunes Store  Contact

  • Newbie asking on future of the ABAP Language.

    Firstly, I am a newbie and would appreciate your kind patience.
    Thank you.
    I would like to kindly ask your expert oppinion on the future of the ABAP programming Language.
    I read that the ABAP language will be phased out with the JAVA language ?
    Is this for real ?
    Do you mean that to tell me that all the hard years spent mastering ABAP will all be worthless in the coming few years ?
    Any feedback would be well appreciated.
    I hope I have not attracted any flames by my newbie question.
    Thank you so much for your time.
    Andy

    Hi Andy,
       It is not true, nobody is saying or in anyway indicating that Java will replace ABAP. Java is being introduced in SAP Netweaver platform as an additional language. Java has some great strenghts, so does ABAP. This is a typical programmer worry, why can't we accept the fact many languages can co-exist (and they are, if you look at the industry as a whole VB, VC++, C#, PHP, PERL etc). Today with SOA we are moving toward a service oriented world, where all that will matter is what service you are providing (not the platform or least the language used to develop it).
    As an individual you should not concern yourself too much with programming language, move yourself up in value chain . Think about business solutions, not languages. If I look back at my short career of 6 years as SAP professional, I probably spent not more than 1 year learning the language itself. But rest of the knowledge I gained working with ABAP applies to any language.
    Read some trends -
    1. Latest version of mySAP ERP the most significant application in SAP portfolio is enhanced with ABAP not Java.
    2. Currently the most popular application mySAP CRM, mostly developed using ABAP.
    3. APO, BW are all on ABAP.
    4. Collectively 99% of SAP Application's business logic is on ABAP.
    Even if SAP wants to replace ABAP with Java they will go bankrupt if they try to do it and it will be a disaster because application's  worth comes from it's maturity and maturity comes from usage over a long period.
    So my dear friend Andy please sit back and relax. Build upon what you already have rather than throwing it ways.
    Cheers,
    Sanjeev

  • HT204088 Hi it's asking my my security question and I have forgotten the answers what do I do?

    Hi  I wanted to download something off of App Store and because it a new one and my first time making a purchase off my iPad its asking my my security question but I have forgotten the answer what do I do?

    If you have a rescue email address set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address set up then go to Express Lane  and select 'iTunes' from the list of 'products' in the middle of the screen.
    Then select 'iTunes Store', and on the next screen select 'Account Management'
    Next choose 'iTunes Store Account Questions' or 'iTunes Store account security' (it appears to vary by country) and fill in that you'd like your security questions/answers reset.
    You should get an email reply within about 24 hours (and check your Spam folder as well as your Inbox).
    Or you could see if the second half of Kappy's reply in this thread helps : https://discussions.apple.com/message/20357006#20357006

Maybe you are looking for

  • Itunes "Apple Mobile Device Service" Installation error

    Im trying to install Itunes and i receive this error: "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services." I started services.msc and there isn't a service called

  • Private Photos App - pictures not displaying This app was working fine, then suddenly it won`t display any of the photos.

    This app was working fine, then suddenly it won't display any of the photos. One day the photos were there, gone the next. It still shows how many photos are there but just shows a white screen. I can't export anything to the photo album. Adding phot

  • Webservice-- XI -- R/3

    Hi! I'm really new in XI and I need to make a scenario webservice --> XI --> R/3 (synchronous). SOAP from webservice to XI and XI adapter from XI to R/3. I need help with configuring SOAP adapter communication channel. I've tryed to use this https://

  • File renaming weirdness

    I hope someone can straighten me out here. I moved a bunch of jpegs to the desk top so I could rename them. I created a folder and tried to move them there. It copied the jpegs to the folder but the originals stayed on the desktop. anyway, when I tri

  • HT2614 Saved pdf files arrive on my phone as winmail.dat

    I save a pdf file on my computor,then i email it to my phone and it arrives as a winmail.dat file ?