cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 5.0 : Get GUIDs from object_id intervals

Former Member
0 Kudos

Hi SRM experts!

A new question...

Is it possible to get a list of GUID from and with the fonctionnality of a SELECT-OPTIONS on object_id.

In another way:

I have my selection screen with PO number (= object_id) on a select options.

I want to be able to get GUID directly from an object_id intervals.

The problem is that the FM BBP_PD_PO_GETDETAIL doesn't accept intervals for object_id....

Is there an existing solution for that?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You could try FM BBP_PD_PO_GETLIST, I'm not behind a SRM system at the moment so I can't check if it's useful. But your requirement is pretty simple. Programming this isn't hard, just do a select on table CRMD_ORDERADM_H and you're done.

Or use SE16 and enter your range for table CRMD_ORDERADM_H.

Or use the quickviewer to create a query.

Regards,

Robin

Former Member
0 Kudos

Thanks for your reply.