Answer Posted / bandivenkaeswarlu
type is used to refer to the exisiting data type.
where as like is used to reference to the existing data type.
ex: data: name(6) type c,
milk like name.
| Is This Answer Correct ? | 6 Yes | 1 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.
Define the various contents of technical specifications ?
What is the difference between RETURNING and CHANGING parameters for a method?
What is structure?
How we can give authorization on the fields of table control in a dialog-programming?
What is the first thing you do after vendor setup is complete?
what is difference between user exit, customer exit and badi?
When the get cursor command used in interactive lists?
What are the components of sapscript?
What is search help exit? : sap abap data dictionary
Explain what are the system fields? Explain?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
How do you write manual bdc session method? : abap bdc
Different types of locks?
How do you populate data into a multiple line field? : abap bdc