‎2008 Apr 10 8:05 AM
in import parameter i have to pass the date range. based on range i have to write select stmt
function module source code ,
how to do this ..... how to do this , plzz reply me urgent
‎2008 Apr 10 8:17 AM
Hi,
In SE37 > Enter FM name->click on Tables tab -->
enter inter nal table name TYPE reference type is
SY-DATUM.
Pls. reward if useful....
‎2008 Apr 10 8:06 AM
take date in the table instead of import parameter in FM
do reward
‎2008 Apr 10 8:11 AM
‎2008 Apr 10 8:40 AM
Hi,
U can pass it in the tables parameter
but remember to type reference it to selection_tab,
since ur date is in a range it will have- high , low, equality and value...
Thanx,
Navin.
‎2008 Apr 10 8:17 AM
Hi,
In SE37 > Enter FM name->click on Tables tab -->
enter inter nal table name TYPE reference type is
SY-DATUM.
Pls. reward if useful....
‎2008 Apr 10 8:23 AM
hi murali thank you , ok i can enter that, but in import tab, i have two date fields, for date , how to equate those two parameters, and how to extract data based on date range. can you expain me detailed.
‎2008 Apr 10 8:23 AM
Hi,
Define a import parameter with the structure RSPARAMS.
Pass the field values low and high to this table.
and you can write the normal select statement using this ranges.
Regards