Using BOR objects in ABAP classes

Markus Klein Klein at abs-team.de
Thu Jun 1 14:37:26 EDT 2006


Hello Aksay,
 
you just need to include the makro into the method where you wanna call
your workflow macros.
 
E.g.
method get_matnr
 
    data: .....
 
    include <cntn02>.
 
    swc_get_element ......
 
endmethod.

______________________________________

ABS Team GmbH
SAP-Consulting, Human Capital Management
Muehlenweg 65
37120 Bovenden

Markus Klein
SAP Consultant
eMail:   klein at abs-team.de
Tel.:      +49 551 820 33 0
Mobil:   +49 151 126 23 047
Fax:      +49 551 820 33 99
            www.abs-team.com <http://www.abs-team.com/> 

 

________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of akshay.bhagwat at wipro.com
Sent: Thursday, June 01, 2006 11:39 AM
To: sap-wug at mit.edu
Subject: Using BOR objects in ABAP classes


Hi,
 
>From SAP help , came to know we need to use includes  like <cntn02> to
use BOR macros in class programming.
I am not getting where do we declare this include this in class .
e.g. If I have a class say Z_CL_mat for Material, where should I declare
the above mentioned include so that I can use BOR macros while
implementing this class?
I tried to include it in Types / Macros  section, but system is not
allowing .
 
Pls. suggest.
 
Regards, 

Akshay Bhagwat

SAP Practice 

Wipro Technologies

': +91 20 2293 3700 x 3608 
Fax: +91 20 2293 3756

 

The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com
	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060601/50bd43c6/attachment.htm


More information about the SAP-WUG mailing list