Application Development 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: 

IMP: How to delete the service order

Former Member
0 Kudos

Hey Experts,

Can you tell me how to delete the service order which was created in IW31..? or we have any Functions Module to delete the service order?

and one more question is I have more than 100 service order in the table ,but it will display only 50 order when i execute this Functions Module BAPI_ALM_ORDERHEAD_GET_LIST

can you tell me how to solve this problem...?

Thanking you in advance,

Regards

J Sarathi

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

This is what the BAPI_ALM_ORDERHEAD_GET_LIST documentation says

"You can use this method to determine a list of orders according to a list of selection criteria. The number of hits that are produced for the person calling up the list, can be specifically reduced; without further parameter transfers, the first 50 hits are displayed. A complete list of the hits is stored internally. If you call up the selection again within a Logical Unit of Work (LUW) without changing the selection parameters, but with other refurbishment parameters, then you receive further partial quantities of the selection result, as specified by you."

and for deletion

check whether you can set any deletion status through the fm BAPI_ALM_ORDER_MAINTAIN

Also check the business objects BUS2007, BUS2088

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

This is what the BAPI_ALM_ORDERHEAD_GET_LIST documentation says

"You can use this method to determine a list of orders according to a list of selection criteria. The number of hits that are produced for the person calling up the list, can be specifically reduced; without further parameter transfers, the first 50 hits are displayed. A complete list of the hits is stored internally. If you call up the selection again within a Logical Unit of Work (LUW) without changing the selection parameters, but with other refurbishment parameters, then you receive further partial quantities of the selection result, as specified by you."

and for deletion

check whether you can set any deletion status through the fm BAPI_ALM_ORDER_MAINTAIN

Also check the business objects BUS2007, BUS2088

0 Kudos

Thankyou Friend,

Can u tell me how we can get list of service order more than 50? through this FM

Thanking you,

Regards

J Sarathi

Edited by: SARATHY J on May 27, 2010 5:07 PM

Former Member
0 Kudos

Done

0 Kudos

Hi Sarathy,

How did you fixed the issue of retrieving more than 50 records? Please share with us.

thanks

Ram