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

naming a method in BOR object.

Former Member
0 Likes
381

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.

2 REPLIES 2
Read only

Former Member
0 Likes
358

Transaction SWO1

Go to methods for the business object.

Create new one.

Follow screen instructions.

Cheers

Jimbo

Read only

0 Likes
358

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 -


?