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 standard programs

Former Member
0 Likes
680

Hai,

This question is asking in interview.

suppose u run a program,every program complete in 5 steps.i want 5 steps.what's that?

Thanks

kanigiri.

5 REPLIES 5
Read only

Former Member
0 Likes
650

Hi,

He must have tried to confuse you. There will not be nothing like 5 steps. Some programs will run in 1 step, some programs will run in 2 steps if there is any selection screen.... like that.

or he might have asked you the basic events which will trigger when you run the report.

LOAD-OF-PROGRAM

INITIALIZATION.

START-OF-SELECTION

END-OF-SELECTION.

TOP-OF-PAGE.

Regards,

Satish

Read only

former_member313782
Active Participant
0 Likes
650

Hi,

The steps are,

1) loading program,

2) Initialization,

3) Selection , ( Sclection screen)

4) Start of page,

5) end of page, ( To display the output)

These are the basic steps for a program.

All the best.

Read only

0 Likes
650

To add to the above,

The selection consists of

Start of selection and End of Selection.

In between these we again have various events like

1) At selection-screen output

2) At PFn where n = 0-99

These come under the selection.

So the main steps will be the above 5.

Read only

Former Member
0 Likes
650

hi,

He is most probobly talking about the 5 events that are used while creating a program.

During Execution, the program goes from One Processing block to another in a sequence and probably he is calling the processing Blocks as Steps.

The steps would be:-

1) Load of Program

2) Initialization

3) At selection screen

4) Start-of-selection

5)End-of-selection

Read only

Former Member
0 Likes
650

hi,

He is most probobly talking about the 5 events that are used while creating a program.

During Execution, the program goes from One Processing block to another in a sequence and probably he is calling the processing Blocks as Steps.

The steps would be:-

1) Load of Program

2) Initialization

3) At selection screen

4) Start-of-selection

5)End-of-selection