difference between type and like in detail way
Answer Posted / s
TYPE: Type keyword refer to the user defined data types and
directly points to existing data types.
LIKE: Like keyword refers to existing data type of data
object or it is used to copy of the existing properties of
already existing data object.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is step-loop? Explain all the steps?
What are spa/gpa parameters (sap memory)?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What are the types of views? : sap abap data dictionary
What is a match code? : abap data dictionary
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
How to do find it?
In which table the material master data is stored?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is time constraint ? : abap hr
What are internal tables? How do you get the number of lines in an internal table?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
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.