cancel
Showing results for 
Search instead for 
Did you mean: 

how to send the data into standard bo using ABSL(xbo)?

rabbani1234
Participant
0 Kudos

please tell me using Extention bo.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rabbani,

in ABSL you´re going to work a lot with the query and retrieve function, to query the specific BO you want to update.

I don´t know your use case, but in Extension BOs you have acces to the original SAP BO. This simplifies the sending of data to the main bo.

E.g. this.CustomerName (SAP field of main bo) = this.ExtCustName (field of your extension bo). You need to take care that the absl script is called in the proper event, either afterModify or BeforeSave.

Best regards,

Rufat

Answers (1)

Answers (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Rabbani,

Sorry, but I have to ask: Did you tried reading the docu?

Because we have a lot of examples there. 🙂

Bye,
Horst