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 the use of a pretty printer?
Persistent class
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are local objects?
Is it possible to bring select option in module pool screens?
Is it possible to pass data to and from include programs explicitly?
What are match codes? describe?
How do you take care of performance issues in your ABAP programs?
Explain the advantages and disadvantages of abap query tool?
What is design pattern? Provide example .Why are we using it?
How we can give authorization on the fields of table control in a dialog-programming?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
ABAP : Classical reports events name
How collect statement is different from append?
What does the insert statement in extract datasets do? : abap modularization