‎2013 Dec 05 9:19 AM
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
‎2013 Dec 05 9:23 AM
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
‎2013 Dec 05 9:23 AM
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
‎2013 Dec 05 9:35 AM
Hey Vladimir,
Thanku for the reply. Any more things to do....
- regards,
Swapna
‎2013 Dec 05 9:45 AM
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..
‎2013 Dec 05 9:37 AM
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
‎2013 Dec 05 9:38 AM
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
‎2013 Dec 06 5:58 AM
@ 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