cancel
Showing results for 
Search instead for 
Did you mean: 

Extension Customer raise non-esf2 error.

pablo_daniel
Participant
0 Kudos

Hi experts, i am trying to create an action to cal a ws and fill several fields of the customer. (Bussinesspartner Extension)

Finally following the experts recomendations i created an extension of BusinessPartnerSolutionExtensions, with the corresponding action.

1) Now the problem is extending this action and putting the action in the EC and the View Customer_TI (in this EC screen is needed to show several Field from the Customer)

I cannot to extend this fields to the EC. (this fields was created in the KUT and extended from the customer)

There is another Way??

(Creating the sames extension fields in BusinessPartnerSolutionExtensions and put them in the EC, eventually mapping this fields in the Customer Object via asbl coding )


2) I am using the action and setting the field getting the instance from the customer in this way. (the action is created in the root level)

var instCustomer= Customer.Retrieve(this.BusinessPartnerUUID);

Is correct this?


Thanks for the helps.


Best Regards Pablo.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Pablo,

you can't extended the majority of standard object with the actions. I saw a list somewhere, but can't find it now, because it looks like archive.sap.com doesn't work.

Just an idea:

you can use existing action: On-Save, Before-Save etc to do what you need to do. Or, if it's not possible by some reason in your case, you can create a new Business Object with fields like SourceObject UUID, Status and an Action. Then you can populate SourceObject UUID with UUID of BusinessPartner and use Mass Run by Schedule to execute this Action, which will get data via Web Service and populate it in Business Partner BO extension fields.

Hope it does make sense.


Regards,

Sergey