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

ABAP Object Differences

Former Member
0 Likes
7,244

Table E071 is displayin objects

REPS,

REPO

REPT

PROG

Can any one explain in brief the differences in all,, and mostly REPS and PROG.

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,864

Yes thats right.

A program consists of various parts:

1. Source code

2. Screen with containers etc

3. Text -- Text Elements & Selection screen text

Also translation of these texts ( Japanese etc )

7 REPLIES 7
Read only

Former Member
3,864

REPO Report Program Source Code and Texts

REPS Report Source Code

REPT Report Texts

PROG Program

Read only

3,864

i knw the full forms... prashant

but isnt report a program...

rept and prog

Read only

Former Member
0 Likes
3,864

Report TEXT is the texts used in report program

Goto SE38.

Click GOTO=>TEXT ELEMENTS

REPT stands for these texts

Program stands for entire program

Hope it is clear.

Read only

0 Likes
3,864

Thanks prashant..

and what about REPS,]]

the source code is a part of program rite

please reply

Read only

3,864

Hello Kapil

When you create a report for the first time it is transported as:

R3TR PROG <report name>

Later changes of the already existing report are transported as:

LIMU REPS <report name>

By the way: have a look at function module <b>TR_OBJECT_TABLE</b>.

Regards

Uwe

Read only

Former Member
0 Likes
3,865

Yes thats right.

A program consists of various parts:

1. Source code

2. Screen with containers etc

3. Text -- Text Elements & Selection screen text

Also translation of these texts ( Japanese etc )

Read only

3,864

Thanks Prashant