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

display work orders

Former Member
0 Likes
331

Hi :

I am selecting work orders ( aufnr ) based on erdat date range.

I want to display them separately on monthly basis, say if JAN has 2 wok ords under JAN it should display, the same case with all the months.

I am wondering to is there any FM for this.

thanks.

Raghu

1 REPLY 1
Read only

Former Member
0 Likes
290

Try this one BAPI_ALM_ORDERHEAD_GET_LIST. I think you need to populate the IT_RANGES table with the date selection option name and values.

Thanks.