Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Se24

Former Member
0 Kudos
80

How swith class edit from visual designer to code editor?

for EDIT <b>full class code</b>.

4 REPLIES 4

Former Member
0 Kudos
53

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

0 Kudos
53

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.

Former Member
0 Kudos
53

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

0 Kudos
53

answered