Online test questions... plz  provide answers

How can we copy a standard table to make our own z_table?
By using the copy option in SE11.
By using include structure command.
By using Append structure command.
By Copying the entire structure of the standard table in our new table.
In reporting tell me all the events in a sequentail order
1- Initialization.
2- At Selection-Screen
3- Start-of-Selection.
4- Top-of-Page.
5- AT PF-Status
6- End-of-Page.
7- End-of-Selection.
1, 2, 3, 4, 5, 6, 7.
1, 2, 3, 7, 4, 6, 5.
1, 2, 3, 7, 4, 5, 6.
1, 2, 3, 6, 4, 5, 7.
Can we create an ABAP program without using Y or Z?
YES
NO
Which is not a dml statement in sap?
Update. 
Append.
Insert. 
Delete. 
What are different data types in ABAP/4?
Userdefined TYPES. 
User defined TYPES as well as C,D,F,I,N,P,T,X.
C,D,F,I,N,P,T,X only
Only SAP defined types.
What are the types of tables?
Transparent table, Pool table and cluster table, Data dictionary table objects sorted table, indexed table and hash table. 
All of the options
Transparent table, Pool table and cluster table.
Data dictionary table objects sorted table, indexed table and hash table.
When is top of the page event triggered?
Whenever a new page is triggered
After excuteing first write statement in start-of-selection event. 
In all the cases.
Immediately after the End of selection
Command 'SUM' would add fields of type N,I only.
False
True
What is the system field for getting present date?
sy-tabix.
sy-datum.
sy-pageno.
sy-index.
What is the difference between internal and external subroutines?
Internal subroutines are SAP defined RFCs and External subroutines are Non SAP defined RFCs
It is the same.
External subroutines are used in Non SAP programs.
Internal subroutines are what are declared inside the program and external subroutines are what are declared outside the program and referred from outside the program.
How can we create field without data element?
By directly referring to type of the field.
We will not be able to create field without a data element
By using direct type option in SE11
By using Data element option in SE11.
What is the purpose of SM30?
SM30 is a table maintanance for the custom tables as well as database tables.
None of the options.
Transaction to create custom table.
SM30 is a table maintanance for the custom tables created by us. 
What is the difference between selection screen elements and text elements?
Selection screen elements can only be used for the purpose of display names in selection screen wheareas text elements are reusable and dynamic text definition which can be used across the program.
Text elements are static whereas selection screen elements are dynamic
Both can be used to define a text definition and can be used in the entire program.
Selection screen elements can only be used for the purpose of display names in selection screen wheareas text elements are reusable and dynamic text definition which can be used across the program other than selection screen.
Local Variables cab be used in the whole program but not outside the program it is defined.
True
False
What is the different between clear and refresh?
Clear is used to clear the work area whereas Refresh to clear the contents of database or internal table.
Clear is used to clear the header content whereas Refresh is used to clear the contents of internal tables.
Both does the same. 
Depending on the internal table declaration, either clear or refresh is used.
How many indexes can be created for a table?
9
1
As many as required.
4
How to access the logic coded in a program other than the one you are coding in?
By using SUBMIT command.
All of the options are valid.
By using CALL PROGRAM command.
By using INCLUDE command
What is data class?
The data class specifies in which table space the table is created in database.
All of the options. 
The data class specifies what table type is created in database. 
The data class specifies what size table is created in database. 
For concatenating variables, variables must be of type..
Character or String only.
Variables of all types can be concatenated.
Character type only.
String only.
<b> ASSURE REWARD FOR ANSWERS </b>
THANK YOU

hi rajesh,
How can we copy a standard table to make our own z_table?
By using the copy option in SE11. -
>
By using include structure command.
By using Append structure command.
By Copying the entire structure of the standard table in our new table.
In reporting tell me all the events in a sequentail order
1- Initialization.
2- At Selection-Screen
3- Start-of-Selection.
4- Top-of-Page.
5- AT PF-Status
6- End-of-Page.
7- End-of-Selection.
1, 2, 3, 4, 5, 6, 7.
1, 2, 3, 7, 4, 6, 5. -
>
1, 2, 3, 7, 4, 5, 6.
1, 2, 3, 6, 4, 5, 7.
Can we create an ABAP program without using Y or Z?
YES
NO -
>
Which is not a dml statement in sap?
Update.
Append.----
>
Insert.
Delete.
What are different data types in ABAP/4?
Userdefined TYPES.
User defined TYPES as well as C,D,F,I,N,P,T,X.
C,D,F,I,N,P,T,X only -
> not sure
Only SAP defined types.
What are the types of tables?
Transparent table, Pool table and cluster table, Data dictionary table objects sorted table, indexed table and hash table.
All of the options
Transparent table, Pool table and cluster table. -
>
Data dictionary table objects sorted table, indexed table and hash table.
When is top of the page event triggered?
Whenever a new page is triggered -
>
After excuteing first write statement in start-of-selection event.
In all the cases.
Immediately after the End of selection
Command 'SUM' would add fields of type N,I only.
False -
>
True
What is the system field for getting present date?
sy-tabix.
sy-datum. -
>
sy-pageno.
sy-index.
What is the difference between internal and external subroutines?
Internal subroutines are SAP defined RFCs and External subroutines are Non SAP defined RFCs
It is the same.
External subroutines are used in Non SAP programs.
Internal subroutines are what are declared inside the program and external subroutines are what are declared outside the program and referred from outside the program.----
>
How can we create field without data element?
By directly referring to type of the field.
We will not be able to create field without a data element
By using direct type option in SE11 -
>
By using Data element option in SE11.
What is the purpose of SM30?
SM30 is a table maintanance for the custom tables as well as database tables. -
>
None of the options.
Transaction to create custom table.
SM30 is a table maintanance for the custom tables created by us.
What is the difference between selection screen elements and text elements?
Selection screen elements can only be used for the purpose of display names in selection screen wheareas text elements are reusable and dynamic text definition which can be used across the program. -
>
Text elements are static whereas selection screen elements are dynamic
Both can be used to define a text definition and can be used in the entire program.
Selection screen elements can only be used for the purpose of display names in selection screen wheareas text elements are reusable and dynamic text definition which can be used across the program other than selection screen.
Local Variables cab be used in the whole program but not outside the program it is defined.
True -
>
False
What is the different between clear and refresh?
Clear is used to clear the work area whereas Refresh to clear the contents of database or internal table.
Clear is used to clear the header content whereas Refresh is used to clear the contents of internal tables. -
>
Both does the same.
Depending on the internal table declaration, either clear or refresh is used.
How many indexes can be created for a table?
9
1
As many as required. -
>
4
How to access the logic coded in a program other than the one you are coding in?
By using SUBMIT command. -
>
All of the options are valid.
By using CALL PROGRAM command.
By using INCLUDE command
What is data class?
The data class specifies in which table space the table is created in database. -
> not sure
All of the options.
The data class specifies what table type is created in database.
The data class specifies what size table is created in database.
For concatenating variables, variables must be of type..
Character or String only.
Variables of all types can be concatenated.
Character type only. -
>
String only.
Regards,
Guna..

Similar Messages

  • Ibm Written Test Model Questions Plz

    Hi Experts
    Can Any one send me IBM written test model questions plz .tomorrow i have test with IBM .....
    Thnx In Advance....

    Hi,
    you can have the material in the following link.
    http://www.123eng.com/forum/viewtopic.php?t=105
    HOpe it could help you.
    Note: plz reward with points if it is useful to you.
    regards
    Rakesh

  • I have never set the answers to my security questions...though i cannot buy anything till i provide answers...how do i create answers?

    I have never set the answers to my security questions...though i cannot buy anything till i provide answers...how do i create answers?

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (99103)

  • HT5699 i can't buy  a song because it ask me for security questions and i answer and it says you did not  provide the right answer

    i can't buy  a song because it ask me for security questions and i answer and it says you did not  provide the right answer

    Go back to the article you asked this question from and pick a method of contacting Apple. Posting in these boards isn't one of them.
    (103148)

  • I have problem with the security question i forgot it some body tell me they will show down of the question forgot the answering but nothing show help me plz thanks

    I have problem with the security question i forgot it some body tell me they will show down of the question forgot the answering but nothing show help me plz thanks

    The reset link will only show if you have a rescue email address (which is not the same thing as an alternate email address) set up on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) 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

  • HT1711 i wanted to buy music from itune, but when i log in, it said i should answer my email test question, and i have already forgoting it. please what can i do?

    i wanted to buy music from itune, but when i log in, it said i should answer my email test question, and i have already forgoting it. please what can i do?

    If you've forgotten the answers to your security questions and you have a rescue email address (which is not the same thing as an alternate 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 (you won't be able to add one until you can answer 2 of your questions) then see if this user tip helps : https://discussions.apple.com/docs/DOC-4551
    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 try Apple ID Account Security
    or try ringing Apple in your country and ask to talk to the Accounts Security Team : http://support.apple.com/kb/HE57

  • My itunes won't let me buy anything until I provide answers for my security questions but I forgot them! Where do I go to reset this?!

    My itunes won't let me buy anything until I provide answers for my security questions but I forgot them! Where do I go to reset this?!

    Rescue email address and how to reset Apple ID security questions

  • Forgot the answers to test questions!

    Forgot the answers to test questions!
    <Personal Information Removed by Host>

    Hey артёмfromакимовка,
    If you forgot the answer to your security questions, the take a look at the article below. It will give the steps to go to My Apple ID, sign in, and go to the Password and Security Section. Once there, it will have you answer a question and as long as you have a rescue email address setup, you will have an option to send an email to reset the questions. If you do not see that option or unable to get there, then you will need to contact Apple Support to further assist you. 
    If you forgot the answers to your Apple ID security questions
    http://support.apple.com/en-us/HT201485
    Take care,
    -Norm G. 

  • I cannot receive calls, though I am able to send them.  I see similar questions here, but no solutions that have worked.  If Apple monitored this community and provided answers, it would be helpful.  My next phone WILL NOT be an Apple product.

    I cannot receive coming calls. Calls do not go into voice mail and the greeting is not my voice or the default greeting.  This appears to be a common problem, regardless of carrier.  If Apple cared, they would monitor the forums and provide answers when possible.  Several people I know are replacing their iPhones with other devices.  My next phone WILL NOT be an iPhone.  iPhones are not worth the price.

    Leexx wrote:
    I cannot receive coming calls. Calls do not go into voice mail and the greeting is not my voice or the default greeting.  This appears to be a common problem, regardless of carrier. If Apple cared, they would monitor the forums and provide answers when possible.  Several people I know are replacing their iPhones with other devices.  My next phone WILL NOT be an iPhone.  iPhones are not worth the price.
    Go back and read the term of use you signed up for.   There is no Apple here in this user to user forum.
    The ability to make or receive calls fall on the phone carrier not Apple or iphone.
    Suggest you contact your phone carrier to resolve the issue.
    Also stating that your next phone won't be an iphone, doesn't mean anything here, we users don't care what phone you get next.

  • I forgot my security question and the answer . please can you provided

    i forgot my security question and the answer . please can you provided

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • I support a very large school district currently running Firefox 3.6. What will happen at end of life date? We're in the middle of online testing this week.

    I run the test center for a very large school district with over 120k students. We've got a current deployed base of 54k client machines using Firefox 3.6. We haven't upgraded due to multiple reasons, the most important of which is removing the possibility of using In Private Browsing from the students, and dealing with plugin-updates for the non digital natives (read dumber than a bag of hammers users) that make up the majority of the client base.
    We're testing ESR now, but just found out that end of life for 3.6 is tomorrow, 4/24. We are currently in the middle of statewide online testing. The question is, what will happen tomorrow when the browser goes end of life. The ESR wiki mentions that "an update to the current version of Desktop Firefox will be offered through the Application Update Service"
    So the main question is, are my students/teachers going to get a popup telling them they have to update the browser if we have the updates already turned off? If so, can I turn it off remotely using SCCM, because it will cause all kinds of havoc.
    Please advise asap, and thanks in advance.

    We had to do some serious gymnastics to remove at least most of the ability to use IPB. We removed it from the gui, but unfortunately, if they know the hotkey, they can still bring it up. Security has some serious headaches with this, as by law they have to be able to track where students go, and going with private browsing removes their ability to do forensic work they're required to be able to do. Not a very well thought out feature from Mozilla in my opinion, but it is what it is. Successive versions have made it even more difficult to remove even the gui portion.
    We do plan to release ESR due to the aforementioned security issues, but testing has been slow.
    But thanks for the reply. I think we can turn off the updates if it isn't already done.

  • Test questions for cerfitication on SBO2007

    Hi all,
    i am a sbo consultant and have about 2 years experience.  I am currently studying the E-learning curriculum with view to the get the certification as a SBO 2007 implementation consultant.  There are some self-test questions available with the curriculum, but it would be better if there were more. 
    any info on how get more test exam questions would be greatly appreciated.
    best regards,
    michael

    Hi,
    Please go through the first book and third book ( ie. Logistics  & Implementation ) . Why i am saying is you have some direct questions. when you go into the accounts book there wont be direct question. all the questions are based on business scenario.
    But my advice is to get learn all have knowledge in all the books, do the test well my best wishes to get success for you online examination.
    Regards
    Chidambaram

  • How to Implement a Time Limit Feature in an Online Test Application ?

    I am creating an Online Test application. The time limit can be stored for a Test in the database.
    How to implement a time limit such that when the test is started (user clicks on the Start button to go to the fragment containing the Questions) the time left is shown and the test ends (goes to home page) when the timer reaches zero.
    Thanks

    Hi,
    timestamp is a date and thus cannot be used directly to determine seconds passed. So what you need to do is to build the difference between a saved time stamp and the current time.
    http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Timestamp.html
    So if you have two time stamps, then calling getTime() on each and building the difference gives you a value, which is millisecond. So to get this to an int value you divide it by 1000
    Frank

  • Free online test for the Beginners( to Practice and attened ).

    Hi,
    I want to practice the online oracle test can it possible. I searched so many in google, but it is not free we have to pay. I want free online test to practice.
    And one more thing which is the test to attened for the beginners. And what is the details of that can any one provide me the details.
    Thank u...!
    Ravi

    Good luck in finding it for free.
    For information about which exams, which classes, and so on - go to http://education.oracle.com and click on Certification.

  • Please help on online test application

    Hi all, i'm developing an online test application. I'm done with the login page and uploading the question and i choose to display all the questions to the user but i dont know how to insert in the database cos i used a while loop to display the questions and options so i'm confused.please help

    Thanks for your response.the thing's dat i've already retrieved the questions and options from my sql table. I just want to submit to the database and its not that i dont know how to do that, i just dont know how to submit multiple entries at once cos i have sumthin like:
    while(rs.next())
    id=rs.getString(1);
    opta=rs.getString(2);
    optb=rs.getString(3);
    optc=rs.getString(4);
    optd=rs.getString(5);
    <input type=radio name=<%id%> value=<%opta%> />
    <input type=radio name=<%id%> value=<%optb%> />
    <input type=radio name=<%id%> value=<%optc%> />
    <input type=radio name=<%id%> value=<%optd%> />

Maybe you are looking for