‎2008 Mar 06 9:50 PM
I would like to know the process involved in writing a new method.
Beyond just coding ,
whats is the process involved for a new method like given below.
existing object add a new method
BOR Object :
Include <object>
BEGIN_METHOD changing container.
DATA:
submit program zxyz
END METHOD.
Thanks in advance.
‎2008 Mar 06 10:05 PM
Transaction SWO1
Go to methods for the business object.
Create new one.
Follow screen instructions.
Cheers
Jimbo
‎2008 Mar 06 10:36 PM
Thanks for response.
I tried this way : Is it correct
edit - create
pop up :create function module as template ?
1)when do u go for function module as a template.
2)Pls describe below parameters ,when they are used.
For eg:
i see CALL FUNCTION 'Z--' in an existing method
and other case is submit program.here a screen will be the output of the report pgm which is called in the method.
3) what will be the test result of this BOR with many methods like this.
edit - create
pop up :create function module as template ?
if press no create method window appears with below details,
general - dialoue,sunchronous,result parameter,insatnce independent
result type
ABAP dictionary
reference table
reference field
search help
object type
Multiline
ABAP -function module,API function,transaction, dialog module ,report,other name -
?