cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation Items are not displayed on SRM Web

danilo_cardoso
Participant
0 Kudos

Hi experts!

I did a program to create a quotation based on a Bid invitation.

My program creates the document correctly, but, when i try to show the quotation on the browser, the quotation items are not displayed.

If I open this same quotation on the SRM Gui (TCODE = BBP_PD), the quotation items are there.

Anybody in here already had this problem?

Thanks in advance.

Danilo Cardoso

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What SRM release are you running? Which "web" are you referring to, ITS or WebDynpro based?

Try to run BBP_PD again and display the quotation. Then click on the "Check" at the bottom of the screen and see if there are any error messages.

danilo_cardoso
Participant
0 Kudos

I'm using relaese 5.0.

SRM can be open of two ways:

1 - On Web Browser;

2 - On Sap Logon (SRM GUI);

When I open it on Web Browser, the quotation items are not appearing, but, when I open it trough SAP Logon, the items are displayed on TCODE = BBP_PD.

Thanks for the answer.

I did the "Check" on BBP_PD, but, there is not messages there for my quotation.

Hugs.

Danilo

Edited by: Danilo Cardoso on Dec 28, 2010 5:28 PM

Former Member
0 Kudos

Try to run BBP_PD transaction again to display the quotation. Then click on one of the items and display the detail. Make sure the item's "HEADER" field is pointing to the header GUID and the "SRC_GUID" field is pointing to the Bid Invitation header GUID.

danilo_cardoso
Participant
0 Kudos

Hi Jay.

My coding is the following form:

Quotation Data (To create)


QUOT_ITEM-HEADER_GUID = QUOT_HEADER-GUID.
QUOT_ITEM-SRC_GUID = BID_INV-SRC_GUID. "(Bid Inv)
QUOT_ITEM-SRC_OBJECT_TYPPE = 'BUS2121001'.

If I change it in according of with your answer, the quotation is not created.

Regards.

Danilo

danilo_cardoso
Participant
0 Kudos

Hi.

I got to fix my program!

My code is like that below:


      ls_quot_item_e-src_guid        = bid_items-guid.
      ls_quot_item_e-src_object_type = 'BUS2200001'.

The business object BUS2200001 is the BO of Items of Bid Invitation, now, my reference is complete.

It works fine now.

Thanks for you help.

Regards.

Danilo

Answers (0)