on 2010 Apr 18 7:25 PM
Experts,
I need to pull Bid Acceptance date and Bid Awarded data into BI. I cannot find these fields in standard content, Can anyone help me with the FM or table where I can find this information?
Request clarification before answering.
lt_quot_items_add TYPE bbpt_pd_quot_item_add_d,
ct_messages TYPE bbpt_messages WITH HEADER LINE.
Note 1381651 - Error Message from DOC_CHECK_BADI ignored in accepting quote
IN THE NOTE ABOVEI GOT THE FIELD FOR YOU..
--
IF mv_user_role NE /sapsrm/if_pdo_bid_const=>c_role_purchaser.
IF ms_leading_status-stat NE /sapsrm/if_pdo_status_c=>gc_pdo_quot_submit.
CASE lv_user_role .
WHEN /sapsrm/if_pdo_bid_const=>c_role_purchaser .
" No Check action on purchaser side
"if bid submitted before awarding urchaser can check the bid
IF ls_leading_status-stat = /sapsrm/if_pdo_status_c=>gc_pdo_quot_submit.
OR CHECK THIS NOTE 1322198
any clues..from the above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
in SRM server go to SE16
Enter BBP* and press F4 you will get all the tables
go to search enter BID and check
In the Bid creation table also this field will appear
Regards
Ganesh Kumar .G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.