2009 Jan 12 5:48 AM
Hi All,
Have any know - any standard function module which uses TYPE ANY as a referece type.
Guru
2009 Jan 12 6:35 AM
Do a search on table FUPARAREF with structure name = 'ANY'. Bound to find some function modules here.
Hi All,
Have any know - any standard function module which uses TYPE ANY as a referece type.
Guru
2009 Jan 12 6:31 AM
Hello Guru,
I am not clear what you want to ask.
see documentation of SAP for TYPE ANY.
Regards,
Sujeet
2009 Jan 12 6:35 AM
Do a search on table FUPARAREF with structure name = 'ANY'. Bound to find some function modules here.
2009 Jan 16 8:17 AM
2009 Jan 12 6:54 AM
hi
check this fm FUNCTION_IMPORT_INTERFACE
hope this helps
regards
Aakash Banga
2009 Jan 12 6:54 AM
Hi,
If you see the blank in Typing & Associtated Type fields against to the Parameter Field in any of the tabs(IMPORT,EXPORT..) then it means TYPE ANY. Which can take any TYPE as input/Output.
Example :
GUI_DOWNLOAD
TABLES
*" DATA_TAB
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |