‎2006 Dec 18 8:21 AM
Hi Experts,
I have created one bapi with one selection input parameter. But i want to create that field in range format. Is it possible to create the input field in range format.
Regards,
Rajneesh gupta.
‎2006 Dec 18 8:22 AM
Hi Rajesh,
U can give a select option and can build range table based on the select options.
‎2006 Dec 18 8:27 AM
Hi ,
Create a table type similar to range with files sign , option , low and high and use this as the parameter in your BAPI.
Regards
Arun
‎2006 Dec 18 8:38 AM
to define a field as range ,try out this code -
SELECT-OPTIONS: S_PERNR FOR ZGILL_MAIN-PERNR.
where zgill_main is a table defined in dictionary.