Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Function Module issue

$
0
0

HI happy,

           

            In export parameter u have declared itab_table right,

           that is not a internal table that is work area

            u have to define Itab_table in tables Tab.

 

         follow this logic

       

 

import.JPG

table.JPG

 

code.JPG

write the code in source Code.

 

select * from kna1 into TABLE itab

             where kunnr = cust_no and

             name1 = name and

             land1 = countryname.

 

output:

 

input123.JPG

   after executing u will recieve detail in ti internal table..

 

outt.JPG


output123.JPG

Award points if useful

 

regards,

arun prasath


Viewing all articles
Browse latest Browse all 10425

Trending Articles