Can we use instance attributes inside a static attributes? say yes or no ?
Answer Posted / sivaramakrishna
no we can't use because static attributes are created when a class is declared and we can use before instance created to that class but the instance attributes are get initialized and activated only after the class is instantiated.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is an interactive report?
What is the difference between skip and reserve?
What is the structure of bdcmsgcoll? : abap bdc
5) How to rereive text elements in SF and script?
Can a constructor be declared private? If yes then in which scenario?
Can you delete data element, which is being used by table fields?
How do you delete duplicate records from internal table?
What is a modification assistant?
What are the parameters in bdc_insert? : abap bdc
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is asynchronous and synchronous update?
What is the use of dequeue function module? : sap abap data dictionary
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
ABAP : Classical reports events name
What is a badi?