2007 Jul 11 7:25 AM
How swith class edit from visual designer to code editor?
for EDIT <b>full class code</b>.
2007 Jul 11 7:29 AM
Hi
There is no such facility in SAP to VIEW SOURCE code of the Class like in Java application.
From SE24
go to the class methods and double click on methods you will find the code written for that method.
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Jul 11 7:34 AM
in this situation i see source code only method.
i wanna see full source code
as like
CLASS classname DEFINITION.
.,......
ENDCLASS.
CLASS classname IMPLEMENTATION.
.,......
ENDCLASS.
2007 Jul 11 7:34 AM
Hi,
You can edit the full class code if you have imported a JavaBean model or configuration model, not for all imported model.
Here is the link:
http://help.sap.com/saphelp_nw04/helpdata/en/74/8cff40e39ba854e10000000a1550b0/frameset.htm
<b>Reward points</b>
Regards
2007 Jul 11 7:41 AM