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

Object List

Former Member
0 Likes
1,511

Hi,

I need to update/delete PM Order Object List in transaction IW33 - Objects.

Is there any function module available for this task?

Thanks

Pratibha

8 REPLIES 8
Read only

Former Member
0 Likes
1,280

Hi Pratibha,

I had the same issue few months back and realised that there is no FM to change a service order. All that we did then was developed a BDC FM to change the service order.

Hope this helps.

Regards,

Srikanth

Read only

Former Member
0 Likes
1,280

Try these FM's..

IWOL_WV_ADD_OBJECTS "addition

IWOL_WV_DELETE_OBJECT_LIST "Delete

thanks

vijay

Read only

0 Likes
1,280

Hi,

Thanks for reply.

I need to update PM Order - Object List.

What is this service order?

Thanks

Pratibha

Read only

0 Likes
1,280

Hi

U can try to use the BAPI "BAPI_ALM_ORDER_MAINTAIN" to update the records.

I hope this may help.

Thanks

Varun

Read only

0 Likes
1,280

Service order is a PM order.

For reference see the business object 'BUS2088'

in SWO1. If you see the create method it is actually a dialog method which call transaction 'IW31' and Edit calls 'IW32'.

Regards,

Srikanth

Message was edited by: Srikanth Lodd

Read only

0 Likes
1,280

Hi Varun,

I did not find any FM named BAPI_ALM_ORDER_MAINTAIN.

Thanks

Pratibha

Read only

0 Likes
1,280

Hi,

We have similar situation with IW32, we are trying to updated the Object list with list of functional locations. Currently we are using bdc. But the BDC fails if the list of functional location exceeds a certain number.....as the pagedown functionality on the object list not supported. We are in 4.6c

Any ideas, how to tackle it?

Read only

0 Likes
1,280

There is one field - Only Visible when doing SHDB -  Lines Batch Input

Put the line no here and it will take you to required line. It is something like "Position" Button.

No Need of Page down.