cancel
Showing results for 
Search instead for 
Did you mean: 

various update_insert in the same interface

Former Member
0 Kudos

Hello,

I've a interface where i do three update_insert to different tables

(mt_stat

statement...

statement1...

statement2...)

in runtime, the follow error occurs:

ORA-00933: comando SQL no terminado correctamente (for second statement -statement1-)

i don't found anything in forum about this error.

thank very much

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

You may then search the following

ORA-00933: SQL Command not properly ended

The problem seems to be the incorrect format of your receiver side structure. Could you provide that?

Regards,

Prateek

Answers (2)

Answers (2)

GabrielSagaya
Active Contributor
0 Kudos

I think you might be using ORDER BY clause.

Correct the syntax by removing the inappropriate clauses.

http://www.techonthenet.com/oracle/errors/ora00933.php

http://ora-933.ora-code.com/

vijay_b4
Active Contributor
0 Kudos

Hi,

Check the below link...here you can find explanation to all types of errors...

ERR_COMMAND - unknown command <command>

http://help.sap.com/saphelp_nw04/helpdata/en/b9/8cef8694f211d2a9b900a0c9430730/frameset.htm

check this also

http://help.sap.com/search/highlightContent.jsp

Thanks & Regards,

Pragathi.