Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

why we use conversion_exit_alpha_input call function in driver program while creating smartform?

$
0
0

Hi,

     can anyone explain why we use this call function? and can we use other call function instead of this?

 

 

 

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'

       EXPORTING

         input  = gv_kostl

       IMPORTING

         output = gv_kostl.

 

 

 

 

 

Regards,

Dpk


Viewing all articles
Browse latest Browse all 8332

Trending Articles