Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module URGENT

Former Member
0 Likes
828

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
788

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....

6 REPLIES 6
Read only

Former Member
0 Likes
788

take date in the table instead of import parameter in FM

do reward

Read only

0 Likes
788

but how can you explain me briefly

Read only

0 Likes
788

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.

Read only

Former Member
0 Likes
789

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....

Read only

0 Likes
788

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.

Read only

Former Member
0 Likes
788

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