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: 

AMDP method

vicky31
Explorer
0 Kudos
  1. Why AMDP method does not support Pass by reference?
  2. Why RETURNING parameter is not allowed in the AMDP method?
1 REPLY 1

vinita_kasliwal
Active Contributor
0 Kudos

Hi Debabrata

This may be related to just what I think but with AMDP you are reading SAP DB tables for which you are not really doing any variable based calculations it is what it is in the table hence no need to pass by reference or use a returning parameter which may be more suitable if you add some transformation logic which does not quite often with AMDP

Regards

Vinita