Application Development 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: 

I am getting an error in ME9A transaction

0 Kudos

Dear All,

I am getting short dump in ME9A please help me. Screenshot are below.

Error 1

Error 2.

Regards,

Yograj

3 REPLIES 3

brice_lagaly
Participant
0 Kudos

Hello Yograj,

You have to check first error with administrator or refer to following link:

Automatic Workflow Customizing - Business Process Management - SAP Library

The second error is because in program ZMM_RFQ you are trying to call dynamically a function without passing the name. You should check in debug...

I guess because you try to determine form function module.

Regards

raymond_giuseppi
Active Contributor
0 Kudos

Did you check existence of RFC destination WORKFLOW_LOCAL_500, then check your Workflow definition(is it a standard one, a customer one, triggered by standard solution, or any exit/BAdI/Enh.)

Regards,

Raymond

0 Kudos

The first is caused by the destination of the RFC function, you need to assign a correct system that be active in the symtem that call it.

The second, may be you delete destination from the call function statement.