cancel
Showing results for 
Search instead for 
Did you mean: 

Quote (CustomerQuote BO) - How to bind EC on Header and Item Level

former_member232970
Participant
0 Kudos

Hi All,

Could anyone explain which outport should be using to bind a EC on Header and on Item Level?

Or how should I bind an EC on header level and on product line item level?

I tried the outport which I believed should be used but not data is being passed to EC.

thanks in advance,

Kind regards,

Andres

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Andres,

PublicOutportECCustomerQuoteItem for Item

PublicOutportECCustomerQuoteRoot for Header

Thanks, Pradeep.

former_member232970
Participant
0 Kudos

Hi Pradeep,

I tried those outport(s) yesterday night BUT i forgot to set "RequestFireOnInitialization = TRUE" on the import properties (-_-). Some extra sleep could help to prevent this kind of situations .

Thanks for the confirmation.

kind regards,

Andres

former_member232970
Participant
0 Kudos

Pradeep,

Now I'm facing a different situation which it's driving me crazy as I don't understand the reason + dont know how to solve it. look at the following config:

INPORT

EVENT

DataModel

Result

ISSUE/PROBLEM:

When I changed selected product/Item, the import parameter are updated BUT data on DataModel don't get updated.

  • Is there anything wrong on my set-up?

thanks in advance,

kind regards,

Andres

former_member186648
Active Contributor
0 Kudos

Hi Andres,

Along with BOOperation you should have DataOperation to copy data from Inport to Dataelements.
Ex: from /Root/Inport/QuoteID to /Root/QuoteID

Thanks, Pradeep.

former_member232970
Participant
0 Kudos

Hi Pradeep,

to tell you the true, I'm really surprise that I need to introduce DataOperation as on the BOOperarion the inport information get bound to the dataelement, not?

  • Btw If you assign the inport QuoteID to data element QuoteID bounded to Quote-ID, the quote is opened in edit mode.

I tried your suggestion, but it seem that I'm doing something wrong as I face an error or still the same problem (depending on the configuration I tried).

could you please elaborate you explanation with an example. I would appreciate it as I'm pulling my hair of the frustration I have at this moment .

kind regard,

Andres

former_member186648
Active Contributor
0 Kudos

Hi Andres,

Cross check with:http://scn.sap.com/thread/3849703

Thanks, Pradeep.

d_weinberg
Participant
0 Kudos

Hi Andres,

What is your intention to pass the Item UUID to the Read operation? Do you expect the EC to only read the item? This will not work. Read only reads an entire BO instance.

As you can see from your picture "Result" the Item UUID is passed correctly, but since always the entire Quote is loaded there will be no difference in the displayed results. You still need to do anything with this the Item UUID.

Best Regards,

Daniel