what command will use in logical database for retrieve the
data (select OR retrieve OR GET)
Answer Posted / raju
GET
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Can we use on change of between select and endselect?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What kind of financial periods exist in sap? What is the relavent table for that?
How do you populate data into a multiple line field? : abap bdc
How many types of views are there? : abap data dictionary
how to see the tables of 200 in client 100?
What are the tcodes for performance tuning?
What is the difference between scrolling a table horizontally and vertically?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
Tell me a scenario where did you use secondary index?
Differentiate between transparent tables, cluster tables and pooled tables
What is check table?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are interface/conversion programs in SAP?