It's  interesting.......Can u?????

101. What is true about the primary index of a table? More than one answer is correct.
a) The key fields of the table make up the primary index
b) The primary index ID is designated by the Database Adminstrator
c) The developer designates the fields to be used as the primary index
d) The primary index is automatically created when the table is activated
102. Which of the following gets stored as a Runtime Object?
a) Programs
b) Tables
c) Aggregate Objects
d) Fixed Values belonging to a domain
103. When is it better to buffer the table?
a) When a table is read infrequently
b) When a table is read frequently and the data seldom changes
c) When a table is read frequently and the data is always changing
d) When a table is linked to check tables
104. Identify the different type categories in the ABAP dictionary. More than one answer is correct.
a) Data Elements
b) Structures
c) Data definitions
d) Table Types
e) Data Models
105. What is true about views? More than one answer is correct.
a) A view is automatically created on the database upon activation
b) A view contains data
c) Maintenance Views are not updateable
d) Views can be buffered
106. Identify the case where table buffering should be set off.
a) When the most current data is required
b) When the most current data is not required
c) For Small Static non volatile tables
d) For Global Master Data
107. Table T1 wants to ensure that the key field t1-fielda entered is valid against a field t2-fielda in table T2. Which is the foreign key table?
a) T1
b) T2
c) T3 from the dictionary
d) Cannot be determined
108. Identify the one addition that is not part of the interface of a method
a) Importing
b) Result
c) Exception
d) Returning
109. What is the effect when a CLEAR statement is used on an internal table without header line?
a) The work area is intitialized
b) All the lines of the table are deleted
c) All the lines of the table are initialized
d) Nothing
110. What is the default mode for passing actual parameters in a Perform?
a) By Value
b) By Reference
c) By Changing
111. In the case of a function, Identify the item that is not a valid interface element.
a) Import parameters
b) Export parameters
c) Tables
d) Source Code
e) Exceptions
112. How would you clear the body of an internal table (with a header line). More than one answer is correct.
a) Clear ITAB[]
b) Refresh ITAB []
c) Clear ITAB
d) Refresh ITAB
113. When catching errors using the CATCH…ENDCATCH statement, where does the runtime error return code get placed?
a) sy-subrc
b) sy-fdpos
c) error class
d) system-exceptions
114. What is the value of ZFIELDB after the last line of the following code is executed?
Data: ZFIELDA(5) type c value 'ABCDE'.
ZFIELDB(4) type c.
ZFIELDA = ‘XX’.
Clear ZFIELDA.
ZFIELDB = ZFIELDA.
a) ABCDE
b) Spaces
c) ABCD
d) BCDE
115. Mark the valid use of the data statement. Assume that ZBOOK-ID is a dictionary object.
a) Data fielda value zbook-id
b) Data fielda type c like zbook-id
c) Data fielda(5) like zbook-id
d) Data fielda like zbook-id
116. Assuming you have created a data object of type c with the name ZFIELDA in your program. Which of the following is allowed?
a) Data: ZFIELDA type n
b) Types: ZFIELDA type I
c) Data: ZFIELDA type c
d) Constants: ZFIELDA type n
117. What do search statements REPLACE, SHIFT, CONCATENATE, SPLIT have in common? More than one answer is correct.
a) They all set sy-subrc
b) They all set sy-fdpos
c) They all distinguish between upper and lower case
d) They all treat the operands as type C regardless of their actual type
e) The actual type of each operand determines how the string processing is performed
118. What are valid uses of a variant? More than one answer is correct.
a) Hiding input fields
b) Pre-assigning values
c) Input validation
d) Security checking
119. How can you perform a direct database read from a buffered table?
a) Do not have buffering in the technical attributes
b) Add the BYPASSING BUFFER clause on the select statement
c) Buffering can be turned off on the application server by the programmer using the ABAP Workbench
120. What is the Effect of not Typing Formal parameters in a Form?
a) Conversion always occurs
b) Conversion never occurs
c) Forms are more flexible but prone to a short dump if conversion does not work
d) No effect
e) Forms are less flexible and are guaranteed no chance of a run time error
121. What requirement exists if a field is defined in the dictionary of type CURR?
a) The field must be numeric
b) Decimals must be defined in the domain
c) The field must be linked to another field of type CUKY
d) No other requirement exists
122. Which of the following is not a valid ABAP data statement?
a) Data fielda(5) type c
b) Data fielda(5) type n
c) Data fielda(5) type t
d) Data fielda(5) type x
123. What is the result of the following date calculation? Assume current date is 20001220.
Data: Today(8) type C.
Today = sy-datum.
Today = 10.
a) 10
b) 20001220
c) 10001220
d) 20011210
124. Mark the default size for a packed field
a) 1
b) 2
c) 4
d) 8
e) size must be specified
125. Refer to the following Code. What is the value of sy-fdpos and sy-subrc after the search is executed?
Data: mystring type c value 'ARAMCO'.
Search mystring for 'X'
a) sy-fdpos = 0 and sy-subrc = 0
b) sy-fdpos = 0 and sy-subrc = 4
c) sy-fdpos = 4 and sy-subrc = 0
d) sy-fdpos = 4 and sy-subrc = 4
126. What is true of passing by value and result in the following code? More than one answer is correct.
Perform calculate_sales using amount.
FORM calculate_sales changing value(f_amount)
a) Formal Parameter f_amount is allocated it’s own memory space
b) The address of the actual parameter is passed to the formal parameter
c) Formal parameter is copied to memory space of actual parameter at the end of the form
d) Formal parameter is not copied to memory space of actual parameter
127. Define a Logical Database.
a) An ABAP/4 Reading Program used to read and process data
b) A method to update data
c) A Reporting Tool
d) Defintion of a Relational Data Model
128. What happens if message E046 is raised?
At Selection-Screen on sales.
If sales-low < 500.
Message E046.
Endif.
a) The initialization event is fired again
b) Field Sales is open for input and all other fields are not available for input
c) All fields are open for input and cursor is positioned on field sales
d) The program ends
129. What is a structured type in the ABAP dictionary that has no physical table defintion in the underlying database referred to as?
a) table
b) structured data type
c) structure
d) table type

Where are questions 1 to 100?
a) They've been asked in another post
b) They weren't that interesting
c) They were about the applicant's name and address
c) All of the above

Similar Messages

  • Interest calculation on Open items and cleared items

    Dear Experts
    I am trying to do needful configuration for interest indicator on which interest can be calculated for open items and cleared items as well.  But,  system is calculating interest for open items properly, but not calculating interest on cleared items with same interest indicator,  I am repeatedly getting error "interest calculation indicator is not compatible with this type of interest calculation"
    Is it possible to use same interest indicator for open line items and cleared line items of customer?
    If possible, request you share the needful config steps to do same.
    points will be awarded for usful reply.
    Best regards,
    S. Habib Pasha.

    Hello Habib,
    depending on the requests you can setup a item interest calculation or a balance interest calculation "Define calculation types".
    IIC: check settings (item selection, all cleared items, only items with payment, no cleared items) "Prepare item interest calculation"
    I guess you have setup the item interest calculation - maybe you have mixed some entries with BAIC.
    Check in "Prepare account balance interest calculation" whether you have entries with the indicator you want to use.
    At least check your entries in "Define time-based Terms" If you have entries with Balance account interest calculation the system gives even an error.
    Hope this is helpfull.
    Best regards
       Horst

  • Interest calculation procedure in Dunning

    How to calculate the Interest in dunning?
    What are the steps needed to be configured for the interest calculation for the dunning process?

    This configuration allows you to charge interest on overdue customer accounts. Interest can be calculated by using the line items or overall account balances. SAP keep tracks of the date of the last interest run and stores it in the customer master record. 
    First create an Interest Indicator. 
    OB46 - Interest Settlement Calculation Type 
    Int Calc. Type 
    P - calculate interest based on line items. 
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program. 
    OB82 - Interest Terms 
    Third, determine the interest rate that will be used by the calculation. 
    OBAC - Define Reference Interest Rates 
    OB83 - Enter the Reference Interest Rates Value 
    Fourth, assign the interest indicator to the reference interest rate. 
    OB81 - Define Time Dependent Terms 
    Finally, determine the how and to which accounts the interest program will post. 
    OBV1 - Prepare Interest on Arrears Calculation

  • What are the custimization steps to run interest calculations for customers

    Hi,
    I need a full custimization steps to configure the interest calculations for customers. i created interest indicators, g/l accounts and account determinations also. but no interest is calculating for customers and customers are having no of days to calculate the interest. So please guide me on this regard.

    Hi,
    Configuring the Interest Calculations Procedure
    This configuration allows you to charge interest on overdue customer accounts.  Interest can be calculated by using the line items or overall account balances. SAP keep tracks of the date of the last interest run and stores it in the customer master record.
    First create an Interest Indicator.
    OB46 - Interest Settlement Calculation Type
    Int Calc. Type
    P - calculate interest based on line items.
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program.
    OB82 - Interest Terms
    Third, determine the interest rate that will be used by the calculation.
    OBAC - Define Reference Interest Rates
    OB83 - Enter the Reference Interest Rates Value
    Fourth, assign the interest indicator to the reference interest rate.
    OB81 - Define Time Dependent Terms
    Finally, determine the how and to which accounts the interest program will post.
    OBV1 - Prepare Interest on Arrears Calculation
    Please check out the following link also:
    http://help.sap.com/saphelp_erp2004/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
    Hope this helps.
    Please assign points as a way to say thanks.
    Regards,

  • **Interest calculation procedure- Customers***

    Folks,
    Please let me know the procedure to calculate interest on customers.
    Regards,
    Varma

    This configuration allows you to charge interest on overdue customer accounts. Interest can be calculated by using the line items or overall account balances. SAP keep tracks of the date of the last interest run and stores it in the customer master record. 
    First create an Interest Indicator. 
    OB46 - Interest Settlement Calculation Type 
    Int Calc. Type 
    P - calculate interest based on line items. 
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program. 
    OB82 - Interest Terms 
    Third, determine the interest rate that will be used by the calculation. 
    OBAC - Define Reference Interest Rates 
    OB83 - Enter the Reference Interest Rates Value 
    Fourth, assign the interest indicator to the reference interest rate. 
    OB81 - Define Time Dependent Terms 
    Finally, determine the how and to which accounts the interest program will post. 
    OBV1 - Prepare Interest on Arrears Calculation

  • What is debit and credit, open item interest calculation??

    Dear Members,
    What is
    1. Debit Interest Calculation?
    2. Credit Interest Calculation?
    3. Open and Cleard Item Interest Calculation?

    Hi...
    Interest can be calculated on debit balance or credit balance based on AR or AP..
    There are two defined interest calculation types in the SAP
    system.
    1. Balance interest calculation.
    2. Item interest calculation.
    System defined variant for balance interest calculation type
    is u2018Su2019 and item interest calculation type is u2018Pu2019. Balance
    interest type calculation is used for G L Accounts. Item
    interest type calculation is used for vendors and customers.
    Hope you are clear...
    Good Luck!!!
    Lucid-Mind...

  • 10g - Gaps at top and side of applet. How can I remove?

    Hi
    When running 10g webforms I have noticed that there are gaps at the top of and the side of the forms applet. This is causing our converted forms not to fit in the browser window without scrollbars (the presence of which further reduces the amount of the form visible :) )
    Rather than resize all our forms I need to get rid of the gaps. Anybody know how?
    thanks
    paul schweiger
    I have a small image illustrating my point - anybody know how to upload images?

    Vielen Dank Volker,
    That sounds like a handy tip! We're getting our feet wet with 10g writing new apps, for the time being, so these conversion headaches haven't yet entered the picture, for us. We have, however, several 6i apps to migrate, so I'm trying to learn as much as possible, from others on the forum.
    I would like to recommend that people take a look at JDAPI, which is the Java counterpart to the C-based Forms API. Using it, one can automate Forms manipulations that they would ordinarily carry out manually using Forms Builder. It looks quite possible to do some very neat stuff, like scaling the size of one's forms programmatically.
    One thing that interests me most is that JDAPI is not a "blind" tool -- one can inspect each form's properties programmatically, and perform only those operations that appear necessary. Of course, there are no Artificial Intelligence routines provided -- Genuine Intelligence is required, and the developer must provide this!
    Anyway, I just wanted to mention JDAPI, for the benefit of anyone who might not be familiar with it. I would like to add, as an intermediate Java programmer, that one need not be a Java expert to have success with JDAPI. As always, there is a learning curve, but I found it fairly straight-forward. I, and others, have posted a few simple JDAPI examples to the forum, so anyone interested can have a look at these, to get a sense of what JDAPI code looks like.
    Eric Adamson
    Lansing, Michigan

  • Edit flow at interest rate instrument

    Hi all,
    Is there anyone familiar with interest rate instrument product in SAP-TRM?
    Just want to ask if we want to change the line at the cash flow for example the nominal interest, can we do it in a bulk (i mean do it for many lines at one time)?  Is there any function in SAP-TRM that can be used for this purposes or we just need to have a customized program to cater for this requirement?  This is because for the interest rate amount, the amount will not be the same at the time we input the transaction.  In order to makesure it is correct is by change or adjust the interest rate manually at the line item in the cash flow.
    Hope to hear from you soon.
    Thanks.

    Hi,
    basically changes in the cashflow are exceptional and for circumstances, where you have postings after the flow(s) you want to adjust and you cannot reverse these postings because of closed periods etc. This changes in the cashflow do not change the interest condition(s) itself.
    If you have more than 1 interest period and the interest rate of the future periods are not known yet, you should use a Reference Interest Rate (e.g. LIBOR) instead a fix one in the interest condition. Then you are able to use the fixing-functionality (TI10 or TJ05) to get the interest rates into the deal.
    Of course you can use fixed interest rate, too - in this case you need 1 interest-condition per period and have then to adjust the interest rate (which initially cannot be 0).
    Regards,
    Lorenz

  • Interest charges should be calculated on the original invoice value

    Interest should be charged monthly . Invoice issued to customer stating 'interest for late payment of invoicesu2026'. Subsequent interest charges should be calculated on the original invoice value

    Hi,
    please select a particular document type(except DR/KR) for customers/vendors for interest postings.
    so that system post interest postings only this document type. While doing the interest calculation you can exclude this document type, so that interest can be calculated only on invoice line items only.
    please use the following path to determine document type for transactions OBV1, OBV9, OBV3 & OBV4.
    Goto---Doc. type.
    Rgds
    Murali. N

  • How can i define a type in a .odl file?

    I'm trying to pass a c struct from a dll to Teststand and i dont know how to define a type into the .odl file. Somebody can send me a working code?

    Bruno,
    Detailed information on the items of your interest can be found at the following link:
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3DE0956A4E034080020E74861&p_node=DZ52195&p_submitted=N&p_rank=&p_answer=&p_source=External
    Hope this helps,
    Silvius
    Silvius Iancu

  • Error in reading table TFK056A with interest key

    While posting interest I am getting the following error "Error in reading table TFK056A with interest key". I have configured my interest keys well. Please assist.

    Hi Panashesean,
    The reason for this error could be you have in the line items an interest key (ikey) which is missing in table TFK056A. Though you have a different interest key in the master record the system will consider the line item first.
    Interest Key Documentation states:
    "If more than one interest key is defined for a line item, these interest keys are normally prioritized as follows:
    1. Interest key in line item
    2. Interest key that is defined for transactions identified as additional receivables
       An interest can depend on the operative company code in the rule for
       additional receivables.
    3. Interest key in dunning level
    4. Interest key in contract account master record"
    You need to remove the interest key in the line item for the system to use the master record ikey OR or define (ikey) in table TFK056A.
    I hope this works.
    regards,
    David

  • Can you get extra templates for emails

    I want to make a contact group email more interesting can I get any extra templates to add to the existing ones ?

    http://www.equinux.com/us/products/stationery/index.html
    more options here
    https://www.google.dk/search?source=ig&hl=da&rlz=1G1TSEH_ENDK367&q=osx+mail+temp lates&oq=osx+mail+templates&aq=f&aqi=g-L1&aql=&gs_l=igoogle.3..0i19.1742242.1744 680.0.1745297.10.9.0.1.1.0.148.763.8j1.9.0...0.0.RsE1upZmECk

  • Can not find search box within discussion...!!!!

    Where is the search box in the leopard discussions gone......! I was only using it few days ago.

    One message only and read:-
    "Good afternoon,
    We are continuing to investigate ongoing performance issues with Apple Discussions.
    Thank you for or patience and participation,
    Apple Discussions"
    This is interesting, can you see more then 1 message?

  • Penalty Interest calculation procedure

    Dear Friends,
    Could you please send me if you have customization procedure for customer penalty interest calculation.
    My email id is: [email protected]
    Thanks in advance for your help.
    Regards,
    Dwarak.

    This configuration allows you to charge interest on overdue customer accounts. Interest can be calculated by using the line items or overall account balances. SAP keep tracks of the date of the last interest run and stores it in the customer master record. 
    First create an Interest Indicator. 
    OB46 - Interest Settlement Calculation Type 
    Int Calc. Type 
    P - calculate interest based on line items. 
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program. 
    OB82 - Interest Terms 
    Third, determine the interest rate that will be used by the calculation. 
    OBAC - Define Reference Interest Rates 
    OB83 - Enter the Reference Interest Rates Value 
    Fourth, assign the interest indicator to the reference interest rate. 
    OB81 - Define Time Dependent Terms 
    Finally, determine the how and to which accounts the interest program will post. 
    OBV1 - Prepare Interest on Arrears Calculation

  • Interest Cal.

    Hi,
    How to interest calculation in SAP FI.& How I will do the configuration ?
    Thx  in Adv.
    Praveen

    Hi.
    Configuring the Interest Calculations Procedure
    This configuration allows you to charge interest on overdue customer accounts.  Interest can be calculated by using the line items or overall account balances. SAP keep tracks of the date of the last interest run and stores it in the customer master record.
    First create an Interest Indicator.
    OB46 - Interest Settlement Calculation Type
    Int Calc. Type
    P - calculate interest based on line items.
    S - calculate interest based on account balances.
    Secornd, make it avaliable to the interest run program.
    OB82 - Interest Terms
    Third, determine the interest rate that will be used by the calculation.
    OBAC - Define Reference Interest Rates
    OB83 - Enter the Reference Interest Rates Value
    Fourth, assign the interest indicator to the reference interest rate.
    OB81 - Define Time Dependent Terms
    Finally, determine the how and to which accounts the interest program will post.
    OBV1 - Prepare Interest on Arrears Calculation
    Regards,
    Nitin Aggarwal
    Please assign points if helpful.

  • Nokia 5800 interesting applications?

    is there any interesting applications for nokia 5800?
    handyshell is good, but unlike other models, on nokia5800, i can't dial or start program from handy shell.
    any other software similar to dial or start program?
     or even any other program that you think interesting can be introduce here.
    thanks. 

    Hi, try Nokia Photo Browser (Nokia Beta Labs  or Ovi Store) google maps, Snaptu and Opera mini 5
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

Maybe you are looking for

  • Problem with IDoc for an outbound delivery

    Dear All, I am facing a problem with the IDoc defined for an outbound delivery. Scenario: Implementation of a small enhancement for an IDoc (DESADV, DELVRY01) created for an outbound delivery (in VL02N). What I did: I implemented the EXIT_SAPLV56K_00

  • How do i remove an e-mail address from my i phone?

    how do i remove an e-mail address from my i phone?

  • ETC Spread date ??

    Hi All, Can any one expand ETC Spread date. That is the error I am facing while running concurrent program. thanks

  • Video on iPod - won't play

    I got my videos onto myiPod. They show (and play) under music (no video). No videos are listed under "Video". Under "About" it shows the iPod with the right number of videos. I have the up-to-date software. How do I get them to play on my iPod? Sony

  • Delted linked objects do not go away

    In AI CS3 I have a multi-layer illustration. Some of the layers have linked images (to other AI or Photoshop files). When I delete the layers, however, some to the items that had been on those layers still appear in the links palette. If you click on