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

Tasks doing in ABAP other than coding

Former Member
0 Likes
890

Hi Friends,

I would like to know how to get a list of tasks that can be done in ABAP other than creating .. running the codes that we created. For example ,

a. Creating a background job

b. Checking the performance and extended syntax check

I mean other than creating a code what more work to do to make our report\

code more efficient.

- Regards,

Swapna

1 ACCEPTED SOLUTION
Read only

vladimir_erakovic
Contributor
0 Likes
826

Hi Swapna,

You can use SE30  to measure the application performance.

Check this wiki page:

ABAP Performance and Tuning - ABAP Development - SCN Wiki

Regards,

Vladimir

6 REPLIES 6
Read only

vladimir_erakovic
Contributor
0 Likes
827

Hi Swapna,

You can use SE30  to measure the application performance.

Check this wiki page:

ABAP Performance and Tuning - ABAP Development - SCN Wiki

Regards,

Vladimir

Read only

0 Likes
826

Hey Vladimir,

Thanku for the reply. Any more things to do....

- regards,

Swapna

Read only

0 Likes
826

There are many things you can do like Enhancements, User exits, BAPIs, Web Dynpro, EDI , IDOC, LSMW, Objects, Smartforms ...

I saw one site some time ago where was the list of all skills that abaper must have to be proficient in ABAP module. Will give you if find..

Read only

Former Member
0 Likes
826

Hi Swapna,

coding and code execution is just small part of ABAP. we can do much more than these.

Code inspection.

Database creation and adjusting

Data manipulation in tables

Transport management

bla bla bla...

there are somany still. I cam across these on my little experience. I think there must be some portal or web site listing out these. Browse and let us know also if you find any.

Thanks and Regards,

Bhaskar

Read only

Former Member
0 Likes
826

hi Swapna

i think  extended syntax check is a abaper should do after create a program.

To performance, when you developing, you shoud care some performance point.

when  FUT or UAT, the consultant or user can`t accept the time of the program excuted,

then you should do more performance optimization.

Even have this kind of list you mentioned, it`s no useful to you develop.

Archer

Read only

0 Likes
826

@ All friends...

Thank you for the inputs. I was wondering not only writing a code with out any syntax errors or with good performance level is ok.. but to make the code more efficient the things like modularization , break points , match codes etc..such other things useful.

In any case u find more things , pls do post

- regards,

swapna