cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Print Comments in the TAB Console in Eclipse for Custom Logic in SAP Public Cloud?

tuliovargas
Participant
0 Likes
500

I'm developing custom logic in SAP Public Cloud using Eclipse for debug, and I need to print out comments or debug messages inside the TAB Console. I've tried a few approaches, such as using write:, but I haven't been able to get the output to appear as expected.

Has anyone successfully achieved this? Are there specific commands or configurations required to enable logging in the Eclipse console for SAP Public Cloud custom logic?

tuliovargas_0-1741577607310.png

 

Regards,

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

tuliovargas
Participant
Sandra_Rossi
Active Contributor
0 Likes
Thanks. So, chapter 5, in short: in the code insert calls to cl_ble_trace_writer=>write_info_message, run the app "Custom Logic Tracing", start the trace, run the BAdI, stop and display the trace.