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

ABAP reports to ABAP Objects

Former Member
0 Likes
317

Hi all,

What are the steps to be taken while converting a normal ABAP report program to ABAP objects? Also, How do we write a module(of a module pool program) in ABAP objects?

Thanks in Advance,

Aswin

Hi all,

What are the steps to be taken while converting a normal ABAP report program to ABAP objects? Also, How do we write a module(of a module pool program) in ABAP objects?

Thanks in Advance,

Aswin

1 REPLY 1
Read only

Former Member
0 Likes
283

Use methods of a class instead of subrouties wherever possible.

Declare the global variables in the attributes section of a class.

Make sure that your design itself is more data centric than process centric.

Regards,

Ravi