what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
Answer Posted / purnachander nagula
TYPES is used to define data Types. and DATA is used to
define Data Objects.
Generally TYPES is used to define structures, DATA is used
to declare Internal Tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to find Kernal badi ?
What is the use of a pretty printer?
What is the maximum number of structures that can be included in a table or structure
Explain the data types of internal tables?
Can we use on change of between select and endselect?
What are the data types of the abap/4 layer?
What are the differences between a database index and a match code? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How is collect statement different from append?
What is IMG in SAP?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How table control cn be generated using bdc? : abap bdc
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization