cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed with BAPI_BUSPROCESSND_GETLIST

Former Member
0 Kudos

Dear all,

I am trying to get list of all transactions using BAPI_BUSPROCESSND_GETLIST.

However the BAPI returns only GUIDs. I also need to retreive the transaction ids along with it for displaying as GUIDs are not easily readable.

One option is to get the GUID list and then call BAPI_SLSTRANSACT_GETDETAILMUL to get the Transaction id for each of these GUIDs.

But this will put an immense load on the server.So this option is ruled out.

Could anyone please sugetst me an alternate method?

Thanks and regards,

Mayuresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Snehal,

Thanks for the reply.

But, in our landscape I am not authorized for Z-development.

Is there still another method?

Thanks and regards,

Mayuresh

snehal_kendre
Active Contributor
0 Kudos

HI Mayuresh,

Best way is to modify your BAPI means You can create any Z function which will give you GUIds and transcation code respectivelly.

so at ones you get both