cancel
Showing results for 
Search instead for 
Did you mean: 

Reg- RFX - FM-BBP_PD_BID_CREATE

Former Member
0 Kudos

Hi all,

When I tried to create RFx from Item selection for Item managemant and for this data coming from BI.

I am facing problem in FM BBP_PD_BID_CREATE

It is showing a message as RFX is created but the actually RFX is not creating and the data is also not updating into table crm_jest( Individual Object Stataus)

Thanks in Advance,

Kanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You might want to call a subsequent BBP_PD_BID_SAVE and commit after the create.

Former Member
0 Kudos

Hi,

I am using 'BAPI_TRANSACTION_COMMIT after call BBP_PD_BID_CREATE'.Please suggest any solution.

Thanks,

Kanth

Former Member
0 Kudos

HI Please,

Hi, I am passing in the FM save as 'X' .PleaseSuggest any solution for the above issue.

Thanks and Regards,

Kanth

Former Member
0 Kudos

BBP_PD_BID_SAVE has to be called. It is the function to move the data in memory (from CREATE) to their respective tables.