cancel
Showing results for 
Search instead for 
Did you mean: 

Publish date of a bid invitation

Former Member
0 Kudos

Hi,

There is a function or table that can give the date on I published a bid invitation?

Thank you,

joseph fryda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use the FM's :

"BAPI_BIDEC_GETDETAIL(E_BID_HEADER-CREATED_AT stores the date)"

or

"BBP_PD_BID_GETDETAIL(E_HEADER-CREATED_AT stores the date as well as time)

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

I think the answer is:

- first get the latest version of the bid invitation

- check in table CRM_JEST if the status I1010 is active

- then check the date/hour w/ FM BBP_PD_BID_GETDETAIL

Joseph Fryda

Former Member
0 Kudos

Hi,

Table:

BBP_PDHSB field quot_dead - for quot deadline

BBP_PDHSB field start_time - for time stamp for start time

CRMD_ORDERADM_H field created_at - for created on date

or FM:

BBP_LA_BID_GETDETAIL

BBP_PD_BID_GETDETAIL

Regards,

Marcin