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

how to write c or c++ or Java languages in abap

Former Member
0 Likes
629

dear sir,

i want to capture the screen and attach with mail content while creating the support message in R/3 system .. i dont know how to capture the print screen button in ABAP .. but i know in C , C++ and Java . i am having that code .. now i want to how to embed that code in ABAP editor .. Whether it is possible or not ..

Please reply,

Regards,

kumar

dear sir,

i want to capture the screen and attach with mail content while creating the support message in R/3 system .. i dont know how to capture the print screen button in ABAP .. but i know in C , C++ and Java . i am having that code .. now i want to how to embed that code in ABAP editor .. Whether it is possible or not ..

Please reply,

Regards,

kumar

1 REPLY 1
Read only

Former Member
0 Likes
486

Hi kumaresan,

though you can compile and execute JAVA script from ABAP , there is no compiler provided in ABAP for C / C++. You can have a look at the class - CL_JAVA_SCRIPT.

if you are trying to capture and send a particular screen shot - possibly you need to create a ActiveX control - which will capture the screen and create the image file for you. And at the same time it needs to pass back the binary streams for the image. SAP allows external call to Activex controls via OLE framework ( u ll getsamples for calling Excel, Custom Container etc ). may be u can try at that line.

Bottom line is if you r looking for C, C++ or Java compilers inside ABAP - i am afraid - its not possible..