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: 

Filling Transaction MR21 by using a Batch Input (ST22 Dump CX_SY_SEND_DYNPRO_NO_RECEIVER)

emin78
Explorer
0 Kudos

Hi all,

i am facing the Problem that my Code creates an error when i try to fill the Transaction MR21 by Batch Input!

ST22 displays the following Error Message

Here is my Code:

The Dump accurs after the Submit. When i look at SM35 the Protocoll it's Succesfull!

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Questions

  • Why did you create a batch-input session, and didn't use a CALL TRANSACTION USING ?
  • Look also at BAPI_MATVAL_PRICE_CHANGE (not BAPI_M_REVAL_CREATEPRICECHANGE)

Else add following options to the SUBMIT

AND RETURN  
EXPORTING LIST TO MEMORY

Sandra_Rossi
Active Contributor
0 Kudos

Please don't post code as image because people can't copy the code to show the fix.