cancel
Showing results for 
Search instead for 
Did you mean: 

RFx: Function Module to get unpublished (saved only) items

Former Member
0 Kudos

Hi there,

Can anyone please help me out?

I am looking for a FM in SAP SRM to get not only the published items on a RFx, but also the newly added Items that were only saved.

If I use FM:    BBP_PD_BID_GETDETAIL,   I get all items on a published RFx.

But when I add a new Item, It is not in the E_ITEM  output-structure until the RFx is published again.

Is there a FM in SAP SRM that also outputs the non-published items (saved only)?

This must be quit a common requirement I think, but I cannot find it out myself.

Thank you!!

Regards, Walter.

Accepted Solutions (1)

Accepted Solutions (1)

robin_janke
Contributor
0 Kudos

Hi,

are you using the correct rfx guid to get the details? You will have at least 2 versions of the same rfx. The published one and the one (a change version) with new items. You have to use the guid of the change version.

Regards,

Robin

Former Member
0 Kudos

Hi Robin,

Thank you, that is helping me!

I am using the Object-ID (5700000xxx) as input for  BBP_PD_BID_GETDETAIL.

In the result I see structure E_VERSION with 5 entrie. So from this E_VERSION list I have to find the latest/newest entry or the ChangeVersion.

Thanx again!

Answers (0)