Good inteview  Question?

hi ,
  Plz give good int questions on bdc with answers...
regards

Hi Deepak,
What is BDC- its use, and how to use it?
It is Batch Data conversion used for transferring some data other than sap into sap ... this is also a work of an ABAPer.
What is "UTS" Or may be it is "UST", something called Unit test?
Use:  After developing any object we should write a test case proving that the object is working properly or not.  This is done by the ABAPer. This is UNIT TEST CASE.
In BDC how can we handle Table Controls?
When you do your recording you will have a tab for Next line or Insert. You have to capture that in your recording. If your transaction code doesn't have that in the recording then you have to set up a page down (=P+) and loop it based on the line entries u c on teh screen. 
Suppose we are transfer data through BDC from leagacy to SAP and their is some duplicate data in legacy system but we don't want this in SAP system .So how can we check that this data is already exist? 
In BDC you would have all your legacy data in an internal table. Use Delete Adjacent dulpicates syntax to delete duplicate entries.
Can we use two transaction code in one BDC like XK01 & XD01 if yes how?
Yes, we can do that by combining the two bdc program codes together.  Then you perform the program routine accordingly.  However, it will make your BDC program very long and complex.
How can we handle errors in Function Module?
Exceptions is used to handle errors.
Can we use Session method & Call transaction both in one BDC if yes please give me example and scenerio where we use this?
You start your dataload using Call Transaction and if any errors occur push all those errors in a session so that your dataload takes place uninterrupted and you can processs ur errors later.
Hope this resolves your query.
Reward all the helpful answers.
Regards

Similar Messages

  • ABAP-HR Inteview questions requierd

    Hi Experts,
    I need ABAP_HR technical questions for interview. Reward points assured.You can send it my mail id also : [email protected] Thanks in advance.

    Hi Chris
    Keep up the comments as you are the only one that seems to willing to call out folks on the board.
    Just yesterday I saw a question saying something of the effect " I am a consultant and the client is asking me to prepare configuration material on garnishment and taxes please help"
    I almost did a "Chris" response but decided to hold tight and just say nothing though part of me wishes I have the clients email address so they could be aware of what a joker they are paying to help them.
    Jarret

  • Inteview questions: Please suggest

    Hi SAP Gurus
    I have a few questions, could you please answer them:
    1) which of the following is relevant for delivery ; item category or sched line category and why. because both have a check button and what it is significance then.
    2) From where does item category usage comes and what is its significance.
    3)Shipping conditions are maintained for which partner function in customer master.
    4)Storage location is determined on the basis of storage condn, shipping point and plant. Then what is the use of storage location rules and how they are applied.
    5)When the pricing is done, is it applicable to header level or item level.
    6) What are group conditions and header conditions, in which one of these there is no access sequence. Could somebody give me a scenario in which we can use group condition and what are the configuration needs to be done for this.
    7) In consignment stock process there are 4 steps involved, which of them are not mandatory.
    Thanks in advance
    Naveen

    Hi
    Please donot post more questions in a single thread. If you post it separately, you will get many responses and detailed explanations from more members.
    Regarding your queries.,
    1. Relevant for delivery field in Item Category is for TEXT Items and for others you should configure the field in Schedule lines.
    3. Shipping conditions will be defaulted from the CMR of SP. If a value exists in the sales document type (eg. OR) then it will have priority and will replace the value defaulted from CMR.
    5. The pricing applies to Item Level only. But you cannot determine different procedures for different line items.
    6. Header conditions will not have access sequence and you cannot create condition records for header conditions in VK11.
    7. In consignment process - the first two steps are mandatory i.e., Consignment fillup and consignment issue.
    The other two steps are required only if there are returns from the customer(not consignee) and if there are any unsold stocks at the consignee.
    Thanks,
    Ravi

  • Good CCIE question: Can multiple site-2-site VPNs support dynamic routing protocols?

    Hi All,
    Was not sure if this should be posted in LAN routing, WAN routing or VPN forums: I have posted here as the VPN tunnels are the limiting factors...
    I am trying to understand if it is possible to have dynamic routing between LANs when using site to site VPNs on three or more ASA55x5-x (9.0).
    To best explain the question I have put together an example scenario:
    Lets say we have three sites, which are all connected via a separate site-2-site IKEv2 VPNs, in a full mesh topology (6 x SAs).
    Across the whole system there would be a 192.168.0.0/16 subnet which is divided up by VLSM across all sites.
    The inside / outside interfaces of the ASA would be static IPs from a /30 subnet.
    Routing on the outside interface is not of concern in this scenario.
    The inside interface of the ASA connects directly to a router, which further uses VLSM to assign additional subnets.
    VLSM is not cleanly summarised per site. (I know this flys against VLSM best practice, but makes the scenario clearer...)
    New subnets are added and removed at each site on a frequent basis.
    EIGRP will be running on each core router, and any stub routers at each site.
    So this results in the following example topology, of which I have exaggerated the VLSM position:
    (http://www.diagram.ly/?share=#OtprIYuOeKRb3HBV6Qy8CL8ZUE6Bkc2FPg2gKHnzVliaJBhuIG)
    Now, using static route redistribution from the ASAs into EIGRP and making the ASAs to be an EIGRP neighbour, would be one way. This would mean an isolated EIGRP AS per site, but each site would only learn about a new remote subnet if the crypto map match ACL was altered. But the bit that I am confused over, is the potential to have new subnets added or removed which would require EIGRP routing processes on the relevant site X router to be altered as well as crypto map ACLs being altered at all sites. This doesn't seem a sensible approach...
    The second method could be to have the 192.168.0.0/16 network defined in the crypto map on all tunnels and allow the ASAs routing table to chose which tunnel to send the traffic over. This would require multiple neighbours for the ASA, but for example in OSPF, it can only support one neighbour over a S2S VPN when manually defined (point-to-point). The only way round this I can see is to share our internal routing tables with the IP cloud, but this then discloses information that would be otherwise protected by the IPSEC tunnel...
    Is there a better method to propagate the routing information dynamically around the example scenario above?
    Is there a way to have dynamic crypto maps based on router information?
    P.S. Diagram above produced via http://www.diagram.ly/

    Hi Guys,
    Thanks for your responses!  I am learning here, hence the post.
    David: I had looked in to the potential for GRE tunnels, but the side-effects could out weight the benifits.  The link provided shows how to pass IKEv1 and ISAKMP traffic through the ASA.  In my example (maybe not too clear?) the IPSEC traffic would be terminated on the ASA and not the core router behind.
    Marcin: Was looking at OSPF, but is that not limited to one neighbour, due to the "ospf network point-to-point non-broadcast" command in the example (needed to force the unicast over the IPSEC tunnel)? Have had a look in the ASA CLI 9.0 config guide and it is still limited to one neighbour per interface when in point-to-point:
    ospf network point-to-point non-broadcastSpecifies the interface as a point-to-point, non-broadcast network.When you designate an interface as point-to-point and non-broadcast, you must manually define the OSPF neighbor; dynamic neighbor discovery is not possible. See the "Defining Static OSPFv2 Neighbors" section for more information. Additionally, you can only define one OSPF neighbor on that interface.
    Otherwise I would agree it would be happy days...
    Any other ideas (maybe around iBGPs like OSPF) which do not envolve GRE tunnels or terminating the IPSEC on the core router please?
    Kindest Regards,
    James.

  • Good Reader question ...

    I have an issue with not being able to bring back auto disapearing menu . ( Ipad ios 4.2.1 Good Reader v 3.2.0 )
    I have a simple sheet PDF document and when I tap a link in the PDF document it shows desired html file - but .....
    menu disapears after a short while and no way to bring it back .
    Is there some other method to make menu to stay on or bring it back .
    I'm aware on tap in the middle and three fingers tap solutions but those will not work .
    Example of file that gives me problems with that is :
    http://www.fotograf.nu/360/paddan/RoyalweddingEQ.html
    There is no problem with viewing the file itself
    ( it is a 360 degrees panorama ) but disapearing menu is a problem as I cannot go back to original PDF ....
    ( FYI - for other html documents , images etc
    tap in the middle works - three finger tap never works for me ... )
    Thanks for any suggestions ...

    If you browse above file on Ipad the menu will not disapear ( file will not
    go fullscreen ) OTOH if it is reached from for example PDF file - the menu on the PDF and html file is supposed to disapear - it is a very nice feature -
    normally when you tap on the screen the menu comes back -
    but with this kind of panoramic file it is stuck in fullscreen ....
    Other people have problem with that here :
    http://www.krpano.com/forum/wbb/index.php?page=Thread&threadID=4045
    Seems there is no solution ...

  • Good practice question

    there is a procedure p(i in number, o out number) that checks some data and finishes this way if some criteria are met:
    procedure p(i in number, o out number) is
    select count(*) into v_counter
    from ... ;
    if v_counter > 0 then
      o := 123;
      return;
    end if;
    exception
      when others then
      o := 99999;
    end;is this a good practice to finish this way (ie. return) or some other ways would be better in terms of "good practice" (like raising custom exception and handling it in exception block where out variable could be set up)?
    I would appreciate your suggestions about good practices in scenario above.
    thank you

    943276 wrote:
    there is a procedure p(i in number, o out number) that checks some data and finishes this way if some criteria are met:
    ..snipped..
    is this a good practice to finish this way (ie. return) or some other ways would be better in terms of "good practice" (like raising custom exception and handling it in exception block where out variable could be set up)?I would call using out params as exception/error codes wrong. Never mind good or acceptable practise. It is just plain wrong. As wrong in PL/SQL as it would be wrong in Java, C#, Pascal or another language that implements exceptions.
    Why? Because in such a language an exception is raised to indicate an error condition - an exception to the norm has occurred. If code suppresses the exception, that code is now saying that there is no error condition. It explicitly tells the caller that processing was successful and no exceptions to the norm have occurred.
    Returning the error code as an out parameter is not acceptable - as the "contract" in such a language, between the caller and that code, states that errors are handled as exceptions. That is how the language is designed to be used. That is how the run-time of the language works.
    Violating this fundamental concept in such a language makes absolutely no sense.

  • A really good servlet question

    I have a command line driven program on my web server. I need to write a servlet that will...
    start the program
    send the program commands
    return the results of the commands to a webpage
    my guess on what I need to do to accomplish this is to some how manipulate the stdin and stdout. can this be accomplished from a servlet? Does any one know where I might find some example of simular code? or maybe a tutorial on java stdin and stout?
    Ron_W

    Thanks you scsi_boy for your response.. After looking at your code, I think I have only one more question. If run.exec() returned a process that continuously loops until a use types in some key (like 'Q' for quit) could java interact with that process? or more to the point.....
    BufferedReader br = new BufferedReader(new InputStreamReader(perlProcess.getInputStream()));if the above code can read the output from a running process, can the below code send strings to that process?
    BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(perlProcess.getOutputStream()));Thanks Ron_W

  • It's a good solution - question about UNION sulution

    As I write in subject:
    SELECT serial_no, model_no, timestamp2
    FROM TABLE_XXX WHERE serial_no = 7777 AND
    model_no IS NOT NULL
    UNION
    SELECT serial_no, part_no model_no, timestamp2
    FROM TABLE_YYY serial_no = 7777 AND
    part_no LIKE 'WD%'
    UNION
    SELECT serial_no, model_no, timestamp2
    FROM TABLE_ZZZ WHERE serial_no = 7777 AND
    model_no IS NOT NULL
    UNION
    SELECT serial_no, model_no, timestamp2
    FROM TEST_WWW WHERE serial_no = 7777 AND
    model_no IS NOT NULL;
    Please expalin why yes/no ??!!

    And I reflect that if I try to wreck this query and divide to smaller part then this select will be more speeder??!! What do you think??
    Why? If the database has to read X Blocks to get all the data you need the number of blocks does not change only because you split the SQL in smaller fragments.
    Which plan does oracle use? How much rows are in the tables and hoe are the cardinalities of the rows in the WHERE clause?
    Are the tables and indexes analyzed using the dbms_stats?
    explain plan for SELECT serial_no, model_no, timestamp2
    FROM TABLE_XXX WHERE serial_no = 7777 AND
    model_no IS NOT NULL
    UNION
    SELECT serial_no, part_no model_no, timestamp2
    FROM TABLE_YYY serial_no = 7777 AND
    part_no LIKE 'WD%'
    UNION
    SELECT serial_no, model_no, timestamp2
    FROM TABLE_ZZZ WHERE serial_no = 7777 AND
    model_no IS NOT NULL
    UNION
    SELECT serial_no, model_no, timestamp2
    FROM TEST_WWW WHERE serial_no = 7777 AND
    model_no IS NOT NULL;
    select * from table(dbms_xplan.display);
    select table_name,num_rows from user_tables where table_name in('TABLE_ZZZ','TEST_WWW',...);Dim

  • Questions you need to answer to receive better help

    Questions you need to answer to receive better help... please answer as much as you can, that relates to your problem, back in your original message
    If a program is not showing on the Cloud screen, it is most likely because your computer does not meet the specifications
    FOR EXAMPLE, Premiere Pro requires a 64bit computer - Not all apps displayed for download | Creative Cloud desktop app, Adobe Application Manager
    What error message do you see, or what is the screen you see that does not work? (examples... a BLANK login screen, or a spinning wheel)
    A screen shot works well to SHOW people what you are doing - http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Are you using Windows or Mac, and exactly which version? (include "dot" numbers like Windows 8.1 or Mac 10.9.3)
    Which brand and version web browser are you using... and have you tried a different web browser?
    What Firewall do you use, and have you tried turning it off to download?
    What anti-virus do you use, and have you tried turning it off to download?
    Has this ever worked before?  If yes, do you recall any changes you made to the program, such as adding Plug-ins, etc.?
    Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs since this last worked?
    Are you using an account with Administrator Privileges? Run as Administrator will sometimes help (this EXAMPLE http://forums.adobe.com/thread/969395 is for Encore + "All" Premiere)
    What were you doing when the problem occurred?
    What other software are you running?
    Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    Hardware Blue Screen shutdowns http://forums.adobe.com/thread/1427408?tstart=0
    For Windows, do NOT rely on Windows Update to have current driver information
    (you need to go direct to the vendor web site and check updates for yourself)
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Do you have dual graphics adapters? (common in many "energy saving" laptops)
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2
    -and a Mac Utility http://forums.adobe.com/thread/1017891?tstart=0
    JUST FOR MAC USERS
    Next link says After Effects, but check YOUR permissions !!!
    -http://blogs.adobe.com/aftereffects/2014/06/permissions-mac-os-start-adobe-applications.ht ml
    -Mac 10.9.4 and OpenCL issue https://forums.adobe.com/thread/1514717
    Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469
    -Mac 10.9.3 and CS6 https://forums.adobe.com/thread/1480238
    Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0
    Case sensitive hard drive
    -http://helpx.adobe.com/creative-suite/kb/error-case-sensitive-drives-supported.html
    Troubleshooting guide for Mac freeze
    -http://helpx.adobe.com/x-productkb/global/troubleshoot-system-errors-freezes-mac.html
    -next link says After Effects, but check YOUR permissions !!!
    -http://blogs.adobe.com/aftereffects/2014/06/permissions-mac-os-start-adobe-applications.ht ml
    Some links concerning error codes
    http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html
    A12... download & install error http://forums.adobe.com/thread/1289484
    -more A12... discussion http://forums.adobe.com/thread/1045283?tstart=0
    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html
    http://helpx.adobe.com/x-productkb/global/installation-launch-log-errors-creative.html
    Repeated updates http://helpx.adobe.com/creative-cloud/kb/updates-repeatedly-applied-cc.html
    Code 6 & Code 7 http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Error 16 http://helpx.adobe.com/x-productkb/policy-pricing/configuration-error-cs5.html
    -including DW039 https://forums.adobe.com/thread/1500609
    Error 49 https://forums.adobe.com/thread/1491394
    Error 50 https://forums.adobe.com/thread/1432237
    Errors 201 & 205 & 206 & 207 or several U43 errors
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    Muse error http://helpx.adobe.com/muse/kb/unexpected-error-occurred-i-200.html
    InDeisgn error http://helpx.adobe.com/indesign/kb/indesign-cc-crashing-launch.html
    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    -and 'looping' https://forums.adobe.com/thread/1504792
    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html
    Mac Spinning Wheel https://forums.adobe.com/message/5470608
    -Similar in Windows https://forums.adobe.com/message/5853430

    Does anyone know if there's a way to change the questions themselves?  (Frankly, they have to be the most ridiculous security questions I've ever seen.  A good security question should be one that you'll have no problem remembering the answer to, even if you're asked years later.  To answer one from the third batch, I'd have to make something up, which makes it unlikely I'll remember the answer later.  And I certainly don't want to have to write the answers down somewhere.)

  • TS2972 My Apple TV does not let me see  vídeos from my Apple devices (iPhone And iPad), but is working Good with pictures And audio in internet radio transmited from my iPhone  And my iPad

    My Apple TV does not let me see vídeos when transmiting from my iPad And iPhone, however let me listen music And see the pictures when transmiting from theese  devices.

    Ok thank you so much, for your timely response.
    RESPONSES:
    1)   When I set up my iMac, I did not transfer any data directly from my windows PC.  I simply used the same iTunes login and account.  I have access to all of the files via the "Purchased" section of the iTunes store.  If I click "Download Previous Purchases"  text, I can download ALL of the purchases I have ever made.
    2)   I have the Apple TV 2, so good news, question answered.  I thought maybe it was the Apple TV 1, but it is the Black model, so bam.  Good response for you.  Well the whole damned reply is an awesome response, just pointing out that one piece of awesome.  I stated that it was an Apple TV 2, and yet you were still good enough to figure I could be mistaken, and provide me with knowleedge just incase.
    QUESTIONS:
    3)   So can my iMac not stream the data directly from itunes, without download?  Apple TV can, but perhaps that is something among many things that maker it unique, and awesome.
    SERIOUSLY.... THANK YOU... 
    I work in the computer support section for the Military.  The only problem is we use Windows , lol.  Well that and i've been gone for nearly 6 months on recover.  I go back next month though I hope.  But working in that field gives me the abilty to judge responses that run inside the same vein.  Your response was so awesome that I half thought I might have written it myself. 

  • Interview questions help

    Hi friends i have some interview questions please give me good answers.thanks for advance.
    1.what is info provider?what is advantages and disadvantages?
    2.when your working process chains you set up 2 jobs ,one is 12 pm and anothet 3 am.when you come morning there is errors what is the first thing you do?
    3.in the info provider data is loaded in serial or parallel?
    4.when your working in reports there is 8 columns,but we have requirement of 10 columns how you can added it?
    5.what is integrating planning in BPS?
    If possible please send me good interview questions to my mail id.
    takecare
    bye
    habeeb
    [email protected]

    Hi Habeeb,
    Please do not post the same questions multiple times:
    Some interview questions help

  • Interview Question for C# - other problmes

    Hi,
    I've recently found a good interview question and answer to it placed on that forum - writing a method
       protected int GetSum(int from, int to) 
    At first glance too easy, after reading a good answer I've admitted that's a really good questions.
    (https://social.msdn.microsoft.com/Forums/vstudio/en-US/6facee9e-cb42-4e8f-987a-081c68864a08/interview-question-for-c?forum=csharpgeneral )
    I'm looking for more questions like this. Thanks for any suggestions.
    Sylvia

    It shows only that it is a fool who asks this. (the interviewer not the OP)
    Nobody should create a function GetSum(int from, int to)
    It is only hard to maintain, serves nothing beside that it shows the programmer who made is was paid per line of code.
    Normally this is simply
    var x = y+z;
    Success
    Cor

  • Question to Exim mantainer and Exim users

    Good day
    Question to mantainer:
    Now, in 'current' Exim compiled without mysql and postgresql support. And have version 4.64, while current version of Exim is 4.66
    Quite often Exim is used with some database and SpamAssassin uses database for AWL and Bayes, and pop3/imap-server (Dovecot in 'testing' built with database support) uses same as Exim, plus SquirrelMail
    It's not hard to rebuild Exim with abs, but maybe it will useful to have in 'current' Exim with database support?
    And there are libmysqlclient and postgresql-libs alreade present in 'current'.
    Question to Exim users:
    Did you use rebuit Exim with database support or use dbm/passwd?
    If you rebuid Exim with ABS, how you avoid replacing it with new version from repo? Change package name on something like 'exim-custom'?

    Tomk wrote:
    > ..Any optional dependencies that aren't needed to run the package or have it generally function shouldn't be included..
    Full text is:
    > Any optional dependencies that aren't needed to run the package or have it generally function shouldn't be included, but a warning message inside the .install file should echo something like: "To enable SMB support, download the Samba package."
    Maybe I misunderstood term "optional dependencies" due to my lack of english )
    > I'd recommend using IgnorePkg in /etc/pacman.conf - see man pacman for details.
    Thanks for advice!
    P.S.
    It seems that with all this PKGBUILDs i will soon need to maintain my tiny repo
    [/quote]

  • Question about adding an Extra Node to SOFS cluster

    Hi, I have a fully functioning SOFS cluster, with two nodes, it uses SAN FC storage, Not SAS JBODS. its running about 100VM's in production at the moment.
    Both my nodes currently sit on one blade chassis, but for resiliency, I want to add another node from a blade chassis in our secondary onsite smaller DC.
    I've done plenty of cluster node upgrades before on SQL and Hyper-V , but never with a SOFS cluster. 
    I have the third node fully prepaired, it can see the Disks the FC Luns, on the SAN (using powerpath, disk manager) and all the roles are installed.
    so in theory I can just add this node in the cluster manager and it should all be good, my question is has anyone else done this, and is there anything else I should be aware of, and what's the best way to check the new node will function , and be able
    to migrate the File role over without issues. I know I can run a validation when adding the node, I presume this is the best option ?
    cannot find much information on the web about expanding a SOFS cluster.
    any advice or information would be greatfully received !!
    cheers
    Mark

    Hi Mark,
    Sorry for the delay in reply.
    As you said there is no much information which related to add a node to a SOFS cluster.
    The only ones I could find is related to System Center (VMM):
    How to Add a Node to a Scale-Out File Server in VMM
    http://technet.microsoft.com/en-us/library/dn466530.aspx
    However adding a node to SOFS cluster should be simple as you just prepared. You can have a try and see the result. 
    If you have any feedback on our support, please send to [email protected]

  • Some interview questions help

    Hi friends i have some interview questions please give me good answers.thanks for advance.
    1.what is info provider?what is advantages and disadvantages?
    2.when your working process chains you set up 2 jobs ,one is 12 pm and anothet 3 am.when you come morning there is errors what is the first thing you do?
    3.in the info provider data is loaded in serial or parallel?
    4.when your working in reports there is 8 columns,but we have requirement of 10 columns how you can added it?
    5.what is integrating planning in BPS?
    If possible please send me good interview questions to my mail id.
    takecare
    bye
    habeeb
    [email protected]

    Please think when you were at the beginer stage.Yes, I guess setting up a second machine under your desk and spending the next - oh I don't know - 2 months fiddling around and trying out all kinds of things is really nothing that can be asked of anyone anymore today. </sarcasm>
    Mind you, my boss at the time did not find it funny that I just formatted a surplus workstation and monopolized it, but when I then took the first official training I had a whole stack of questions at the ready with which to hassle the teacher.
    Now you tell me: which approach enables you to learn and understand more and better?
    @rnm1978: +1!

Maybe you are looking for

  • ITunes 10.6/Quicktime 7 1080p playback issue/frame skipping

    I have a playback issue with the 1080p videos on the recent version of iTunes - 10.6. I also tried playing the same videos on Quicktime where I was able to find that the videos were playing at around 20fps as opposed to their normal rate - 24fps~25fp

  • How far does iPhoto take you?

    Hello, As I get deeper into digital photography, I am wondering how far serious amateurs go with iPhoto. Is there some point where you find that you wish the software could do more than what iPhoto does and then, do you move on? iPhoto is outstanding

  • Missing Reader, can't import data...

    I'm relatively new to Oracle SQL Developer and this answer is probably obvious but it's managed to elude me. I have an Excel spreadsheet containing data I want to import to an existing table. When I select Import Data, no matter which type of data ty

  • I'M NEW AND NEED HELP !!!!!!!

    Hi, I'm new to java and am trying to create a simple calculator program and need to know how to read a value into a program. I have defined 3 values, a, b, c and have printed out statements asking for these values to be entered System.out.println("\n

  • Can you print from this?

    Can you print off the ipad 2? If so is it universal with other printers or is there a specific type of printer?