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

Re: error in joining two tables of different data length using select query

$
0
0

Hi Naveen,

 

Already everyone told you to use FM CONVERSION_EXIT_ALPHA_INPUT/OUTPUT for getting values With / without preceding zeros. Let me add few things in that.

 

First fetch data for KNVV table loop that internal table use conversion routine FM

(CONVERSION_EXIT_ALPHA_OUTPUT) inside your LOOP.

populate new internal table probably you can say Temp table and use;

SELECT ... FROM BSID

FOR ALL ENTRIES T_TEMPIATB

WHERE BUPLA = T_TEMPIATB -KUNNR.

 

As your BUPLA is 4 CHAR long you should use KUNNR first to remove preceding zeros.

 

Hope this will help you.

 

Regards,

Nikhil


Viewing all articles
Browse latest Browse all 9069

Trending Articles



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