We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef7f94 commit cb40b21Copy full SHA for cb40b21
sap-abap/services/cpd/zcl_aws1_cpd_actions.clas.abap
@@ -36,9 +36,9 @@ CLASS ZCL_AWS1_CPD_ACTIONS IMPLEMENTATION.
36
iv_text = lv_text
37
).
38
39
- MESSAGE 'Detected sentiment.' TYPE 'I'.
+ MESSAGE |Detected sentiment: { oo_result->get_sentiment( ) }| TYPE 'I'.
40
41
- CATCH /aws1/cx_cpdserverexc INTO DATA(lo_cpdex) .
+ CATCH /aws1/cx_cpdtextsizelmtexcdex INTO DATA(lo_cpdex) .
42
MESSAGE 'The size of the input text exceeds the limit. Use a smaller document.' TYPE 'E'.
43
44
ENDTRY.
0 commit comments