Skip to Content
0
Former Member
Nov 07, 2012 at 05:28 AM

BAPI BAPI_ALM_ORDERHEAD_GET_LIST not fetching all the Service Orders

1758 Views

Hi guys,

My requirement was to fetch all the service Orders based on the user who has created the Service Order. to accomplish the task I used BAPI BAPI_ALM_ORDERHEAD_GET_LIST to fetch all the Service Orders.

Following were the fields populated to test the BAPI:

I kept DISPLAY_PARAMETERS import parameter blank.

In the IT_RANGES table following data was provided:

FIELD_NAME = OPTIONS_FOR_ENTERED_BY.

SIGN = I .

OPTION = LOW.

LOW_VALUE = user_name.

After executing, I am able to fetch some of the entries but not all of them, were getting populated in the ET_RESULT table.

Please let me know what possible data I could be missing in the BAPI which needs to be provided before executing the BAPI.

Thanks,

Manish Verma