‎2007 Mar 19 8:11 AM
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?
‎2007 Mar 19 8:26 AM
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
‎2007 Mar 19 8:15 AM
Hi,
Its used when you want to display pg2 after pg1 on a certain condition.
Hope this helps.
Regds,
Seema
‎2007 Mar 19 8:21 AM
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.
‎2007 Mar 19 8:26 AM
Hi again
pg1 = page 1
pg2 = page 2
it means command
Hope its clear now.
Regds,
Seema
‎2007 Sep 20 6:39 PM
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.
‎2007 Mar 19 8:26 AM
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