Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2300

Re: Can we loop an internal table inside AMDP method

$
0
0

Try it like this:

 

first_itab = SELECT .. FROM VBRK JOIN VBRP ... ;

second_itab = SELECT DISTINCT ... FROM :first_itab;

third_itab = SELECT ... FROM OTHERTABLE JOIN :second_itab;

 

 

Why do you want to write that logic in AMDP ?

 

Best Regards, Thomas


Viewing all articles
Browse latest Browse all 2300

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>