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

hi SAP experts

Mohamed_Mukhtar
Active Contributor
0 Likes
562

A very good day to u all experts....

What is the typical structrue of an ABAP program

with regards

thank you

points will be rewarded if useful

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Hi,

The structure of the ABAP programs is

1.Define tables which we used in the program,using TABLES

2.Define type-pools using TYPE-POOLS.

3.Define types using TYPES for defining structures

4.DATA

5.SELECTION-SCREEN.

6.SELECT statement.

7.WRITE statement.

Reward Me Points

By

Pari

4 REPLIES 4
Read only

Former Member
0 Likes
544

Hi,

The structure of the ABAP programs is

1.Define tables which we used in the program,using TABLES

2.Define type-pools using TYPE-POOLS.

3.Define types using TYPES for defining structures

4.DATA

5.SELECTION-SCREEN.

6.SELECT statement.

7.WRITE statement.

Reward Me Points

By

Pari

Read only

Former Member
0 Likes
543

Hi,

Firstly declare all the data.

Then do all your coding. Your question is very vast.

This is what you are looking for, or can you clarify your question if it doesn't help.

Thanks,

Sheel

Read only

Former Member
0 Likes
543

Hi ,

Pls have a look at this link.

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/content.htm

I hope this surely answers your question.

Pls reward me points if you feel this post is worthy.

Regards,

Viveks

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
543

thx