‎2014 Apr 10 3:35 PM
Hi,
Is there a way to find the import parameters and their Data Type of a Function Module in any Table??
For example, i know i can find the name and the include of the Funtion Module in TFDIR. Is there anywhere i can find the list of Import Parameters and their Data Types??
Thanks and Regards,
Kaeyur
‎2014 Apr 10 3:39 PM
There are a number of different options. For what purpose exactly do you want this?
‎2014 Apr 10 3:42 PM
Hi,
I have generic Data..
I want to find the type of the import parameters and type cast it to the respective type and so i can send it in that format.
Regards,
Kaeyur
‎2014 Apr 10 3:40 PM
‎2014 Apr 10 3:43 PM
Hi,
I have generic Data..
I want to find the type of the import parameters and type cast it to the respective type and so i can send it in that format.
Regards,
Kaeyur
‎2014 Apr 10 4:08 PM
Hi Kaeyur,
You can use parameter as below.
ParameterName Typespec Associated Type
I_TABLE TYPE ANY
Regards,
Rafi
‎2014 Apr 10 4:46 PM
‎2014 Apr 10 5:49 PM
you can use
Data: lv_type type c.
clear:lv_type.
DESCRIBE FIELD p_bukrs TYPE lv_type.
It will return C as its type C and p_bukrs is selection screen parameter.
hope this helps.
‎2014 Apr 11 7:46 AM
‎2014 Apr 10 6:09 PM
‎2014 Apr 11 7:58 AM
‎2014 Apr 11 1:14 AM
‎2014 Apr 11 7:58 AM
This also gives the data perfectly..
Thanks and Regards,
Kaeyur
‎2014 Apr 11 7:37 AM
Why cant i assign points and mark the answer as helpful or correct??
‎2014 Apr 11 7:42 AM
Because i think moderator has changed this thread as a discussion thread, rather than a question .
‎2014 Apr 11 7:45 AM