cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in bor---urgent

Former Member
0 Kudos

hi,

how to use a one method in an another method???

or

how to execute a method inside another method??

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Use the macro SWC_CALL_Method

You will find the syntax in program <CNTN01>.

Thanks

Arghadip

martin_nooteboom
Active Contributor
0 Kudos

Could you be a bit more clear in your requirement, do mean BOR methods or ABAP OO methods?

Regards,

Martin

Former Member
0 Kudos

how to use a one method in an another method???

If the method is another method of current BO then make a call :

call method self->object

Might be wrong in syntax but should be the way out for you !

Hope this helped

Anuj Sethi