cancel
Showing results for 
Search instead for 
Did you mean: 

Call a public synonym procedure in a procedure failed when build in SAP Web IDE

lyon_guan
Explorer
0 Kudos

I create a new procdure in HANA Database moulde. I want to call TA_ANALYZE to do text analysis. But when I build the procedure in web ide, it failed.

	CALL TA_ANALYZE( DOCUMENT_BINARY => '',

DOCUMENT_TEXT => :lv_text,TOKEN_SEPARATORS => '', 

LANGUAGE_DETECTION => :sLanguage,

CONFIGURATION_SCHEMA_NAME => '',

CONFIGURATION => :sTAConfig,

RETURN_PLAINTEXT => 0, 

LANGUAGE_CODE => :lv_CODE, 

MIME_TYPE => :lv_MIME_TYPE,

TA_ANNOTATIONS => :lt_data, 

PLAINTEXT => :lv_PLAINTEXT

);

Accepted Solutions (0)

Answers (0)