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

Regarding BAPI

Former Member
0 Likes
442

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.

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
420

Hi Rajesh,

U can give a select option and can build range table based on the select options.

Read only

Former Member
0 Likes
420

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

Read only

Former Member
0 Likes
420

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.