2013 Aug 04 8:29 AM
Hi Gurus
I am currently working in SAP BW , i have to write ABAP routines in my modelling .
Can you please guide from where i can start in ABAP to write routines .
Should i start with MY SQL in order to understand the ABAP code. or can you please guide with some links from where i can start in order to write abap code.
Regards
Nitin .....
2013 Aug 04 1:24 PM
Hi,
Start with ABAP in 21 days.. Also please make this a discussion as it more of a generic query.
Cheers,
Arindam
2013 Aug 05 5:41 AM
Hello,
Iw ill just try to grab you attention on structure of any abap program,
It has:
1). DB selection part
2). Data rpocessing aprt
3). Data display part.
Now as far as routines are concerned we only need to focus about data selection and processing.
So you need to know common keywords usage like.
TYPES/DATA : for data declaration
INTERNAL TABLES: standard table (where data sits in)
loop at table and read table.
common conditional operators like if endif, case enscase.
some system varibles like sy-subrc sy-tabix, index.
just open SE38...create a z program....
type in all these one by one and press F1 to know there usage.
All the best
2013 Aug 05 10:46 AM
http://scn.sap.com/thread/3400808
locked
There's tons of information on how to learn ABAP. Try google.