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

SAP BW Routine Programming language !!

Former Member
0 Likes
917

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 .....

3 REPLIES 3
Read only

arindam_m
Active Contributor
0 Likes
599

Hi,

Start with ABAP in 21 days.. Also please make this a discussion as it more of a generic query.

Cheers,

Arindam

Read only

Former Member
0 Likes
599

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

Read only

matt
Active Contributor
0 Likes
599

http://scn.sap.com/thread/3400808

locked

There's tons of information on how to learn ABAP. Try google.