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

what is difference of method,form?

Former Member
0 Likes
2,726

HI,

what is difference and what kind of circumstance can make select to use these command between method and form?

and is this not allow use BSP page with perform form?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,664

Hi Sang,

Method is a procedure that is a component of a class in ABAP objects. A method represent the functions of a class.They work with the attributes. Methods can only be defined in the implementation parts of classes.

Forms can be incorporated in normal ABAP program also, it can be called by perform statements.

Thanks and regards

Vipin Das

5 REPLIES 5
Read only

Former Member
0 Likes
1,664

Hi,

Its used when you want to display pg2 after pg1 on a certain condition.

Hope this helps.

Regds,

Seema

Read only

0 Likes
1,664

sorry can't get it.

what do you mean 'pg2 after pg1 ' and what is 'it' ?

it means 'method' or 'form'?

could you explain more specifically?

thanks.

Regrads.

Read only

0 Likes
1,664

Hi again

pg1 = page 1

pg2 = page 2

it means command

Hope its clear now.

Regds,

Seema

Read only

0 Likes
1,664

hallo experts, i'm new in abap and in sap2.

i have a question!

i dont now what is method.

yes i know a lot of you will be smile, but, can you explain me what this is???

thenk you very much.

Read only

Former Member
0 Likes
1,665

Hi Sang,

Method is a procedure that is a component of a class in ABAP objects. A method represent the functions of a class.They work with the attributes. Methods can only be defined in the implementation parts of classes.

Forms can be incorporated in normal ABAP program also, it can be called by perform statements.

Thanks and regards

Vipin Das