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

FM Help Req urgent

Former Member
0 Likes
506

hi all ,

i have to create a FM in which input parameter

should be

DOC DATE- ____________ to ______________________

means it should take input date in ranges

ex- 01.05.2007 to 31.05.2007

so how should i proceed for this.

Thanks

Sanjeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

Hi,

if you do have only one intervall I would use two different exporting parameters like

DATE_FROM

DATE_TO

if it is a real range use it via TABLES

TABLES

EX_RANGE = [range]

hi all ,

i have to create a FM in which input parameter

should be

DOC DATE- ____________ to ______________________

means it should take input date in ranges

ex- 01.05.2007 to 31.05.2007

so how should i proceed for this.

Thanks

Sanjeev

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi,

if you do have only one intervall I would use two different exporting parameters like

DATE_FROM

DATE_TO

if it is a real range use it via TABLES

TABLES

EX_RANGE = [range]

Read only

alex_m
Active Contributor
0 Likes
488

You can create 2 import parameter FROM and TO.

Read only

Former Member
0 Likes
488

thanks

i have awarded all the efforts.

keep helping me like this.