Excel Upload/XML File Input for BO with Header Level and Item Level Elements
Requirement:
To upload excel data to a BO having header level and item level elements.
Assumptions:
Generally requirements come in which Data is to be uploaded to a Standard BO (Eg: Sales Order, Purchase Order etc). But I am using a custom BO which contains HEADER LEVEL ELEMENTS and ITEM LEVEL ELEMENTS. The concept is same for both Standard and Custom BO. The BO am using is shown above.
Process:
- It is not possible to upload excel for a BO (MAIN BO) containing a header level and item level elements. So we are going to create a Custom BO (Secondary BO) with the same fields as the Main BO and all the elements will be put in the same level.
- Now the concept is to create a SERVICE INTEGRATION for the secondary BO (i.e upload excel for the secondary BO) and a code must be written in EVENT-BEFORE-SAVE of the secondary BO which will enter the data in the Main BO.
I am using SERIAL_NO as ALTERNATIVE KEY, since SO_ID will contain duplicates for secondary BO when we make entry for each item level elements as shown below.
3. In the EVENT-BEFORE-SAVE of the Secondary BO we will write the following code. Comments are also provided.
Continue……
4. After making a file input through Application User Management -> File Input, we can see the data entered in both the BOs i.e. MAIN BO and Secondary BO.
Data entry in Secondary BO.
Data entry in MAIN BO.
THANK YOU
Hi Shabaz,
thank you for sharing this guide here.
Best Regards,
Andreas
Thank You Andreas........ 🙂
Good Job.... Keep up the work 🙂
Thanks.... 🙂
Dear Shabaz,
thanks for your post. Do you know whether we can modify data with file input?
Is there any way other than using webservice?
Thank you
Best regards
Linh
Nice blog and its very helpful.
Regards,
Mithun
hi my requirement is to upload the excel sheet data in standrad customer  BO can u suggest how  to proceed (step by step )?
requiremnt :
create browse button .
after clicking on browse button excel sheet data upload to standard customer BO .
can any one suggest how to proceed asap.
Hi Mohammad,
Why don’t you just use File Input as mentioned here?
Best Regards,
Fred