Application Development and Automation 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: 
Read only

Se24

Former Member
0 Likes
762

How swith class edit from visual designer to code editor?

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

How swith class edit from visual designer to code editor?

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

4 REPLIES 4
Read only

Former Member
0 Likes
735

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

Read only

0 Likes
735

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.

Read only

Former Member
0 Likes
735

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

Read only

0 Likes
735

answered