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

runtime error in sales order creation

Former Member
0 Likes
395

Hai,When I am trying to create sales order one run time error is occured.The error is CALL_TRANSACTION_NOT_FOUND TRANSACTION "%_GS" IS UNKNOWN.TRANSACTION "%_GS" IS NOT LISTED IN TABLE OF T.CODES.CURRENT ABAP PROGRAMME HAD TO BE TERMINATED BECAUSE ONE OF THE STATEMENT COULD NOT BE EXICUTED.THE CURRENT ABAP/4 SAPMV80Z PROGRAMME USES CALL TRANSCTION TO CALL THE TRANSACTION"%_GS".TABLE TSTC CONTAINS NO ENTRY FOR"%_GS".THIS COULD BE DUE TO PROGRAMME ERROR.

2 REPLIES 2
Read only

valter_oliveira
Active Contributor
0 Likes
343

Hello.

Check if you have any user-exits, BADI's, ampliations on that transaction. It could be the problem. If not, check OSS.

Best regards.

Valter Oliveira.

Read only

Former Member
0 Likes
343

Hi,

Did you call the correct transaction?

Non-Catchable Exceptions

Cause: Transaction is unknown

Runtime Error: CALL_TRANSACTION_NOT_FOUND

More info

http://www.s001.org/ABAP-Hlp/abapcall_transaction.htm

Cheers

Wiparat