2011 Dec 16 4:59 AM
Hi Experts,
i am new to ABAP. i have done course from an institute but i am not having Confidence in writing programs or making Reports.
please guide me how to gain confidence for this. I am confused and don't know where to start with to gain a good command over ABAP.
Thanks in advance.
Moderator Message: Move from ABAP General.
Edited by: kishan P on Dec 16, 2011 1:40 PM
2011 Dec 16 5:11 AM
Dear Friend
1 )
Buy a book ABAP IN 21 DAYS BY KEN GREENWOOD.
for beginning..
read each chapter .
2 )
try to implement basic programs and develop small logic.
like
print a pyramid
print a prime number
screen color operation (in various pyramid design)
sorting program
searching program
after then switch to database operation
start with
create table
change table
then
data insert
data update
data delete
data search..
then check all the controls like
button
checkbox
drop down
table control
alv view
then check how standard program looks and how it works
then check module program
functions
procedures
......
hope for the best
good luck
Avirat Patel
2011 Dec 16 6:15 AM
hi,
thanks for the advice..
sir i have a Book on SAMS - learn ABAP in 21 days.
Is this Book good one ?
Also Can i create propgrams in Ides as in my Company i am not authorised to Create requests in Live server.
thanks
2011 Dec 16 6:19 AM
dear
yes this is one of the good book.
yes.. you can create your sample applications only in IDES server.
regards
avirat
2011 Dec 16 12:14 PM
Hi
Surely you came from a functional area. Surely in this area there are ABAP query working, and some of these ABAP query is a source of performance troubles. Try to do an ABAP report that replace it and give you the same result. It will improve your self-confidence. Think that it is a list, you don't destroy the query and you are not creating documents in the system. There are not risks, and surely you will do performance tuning.
I hope this helps you
Regards
Eduardo
Edited by: E_Hinojosa on Dec 16, 2011 1:15 PM
2011 Dec 19 11:17 AM