Application Development 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: 

ECC6.0 class interface 'CL_BCS' equalant fuctionality in 4.6C

Former Member
0 Kudos

Hi Gurus,

I have developed a function module under that I used a class interface CL_BCS in ECC6.0

Now I move this TR to 4.6C version. In 4.6c this class interface does not exit and it is showing error message.

Does anyone know what is the code for equivalent functionality for CL_BCS in 4.7c.

Thank you in advance.

Regards,

Nag.

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

AFAIK unfortunately the BCS classes are not available in 4.6C.

You have the SO* APIs for sending emails. Check this excellent Wiki for further details: [http://wiki.sdn.sap.com/wiki/display/ABAP/SendingMails-HomePage] !

BR,

Suhas

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

AFAIK unfortunately the BCS classes are not available in 4.6C.

You have the SO* APIs for sending emails. Check this excellent Wiki for further details: [http://wiki.sdn.sap.com/wiki/display/ABAP/SendingMails-HomePage] !

BR,

Suhas

madan_ullasa
Contributor
0 Kudos

Hi,

Try these function modules in 4.6C -

SO_NEW_DOCUMENT_ATT_SEND_API1

SO_DOCUMENT_SEND_API1

SO_NEW_DOCUMENT_SEND_API1

The first one has lot of features...

Regds.