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

define statement

Former Member
0 Likes
664

hi all,

can u pls explain me abt define statement with small example?

i don't have idea abt oops concept.

and also pls explain me abt class,methods with small examples in the form of coding?

1 REPLY 1
Read only

Former Member
0 Likes
592

Hi Rahul,

Define statement defines a section of source code (macro) that you can address using the name macro. Source code saved as a DEFINE macro may only consist of complete ABAP statements.

For more info check

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db972835c111d1829f0000e829fbfe/frameset.htm

For OOPS concept check

http://help.sap.com/saphelp_47x200/helpdata/en/c9/5472f6787f11d194c90000e8353423/frameset.htm

Reward if helpful.

Rgrd,

Mandeep