Quantcast
Channel: SCN : Popular Discussions - SAP Cloud Applications Studio
Viewing all articles
Browse latest Browse all 1333

Update new entries in BCO View

$
0
0

Hello Experts,

 

I have created a Business Configuration Object (BCO) with a BCset and a BC view which I have added to the Fine Tuning.

However, the data which we have to enter is more. Is there any way to import the data in the BC view using an excel sheet?

I created another custom BO with same elements as the BCO and wrote the following code in the before_save event of the BO.

 

var building1:elementsof BUILDING1;  // This is the BCO

 

building1.BUILDNO.content = this.building;

 

building1.LOCNO.content = this.location.content;

 

building1.TEXT.content = this.description;

 

BUILDING1.Create(building1);


 

However I get the error "BCO Node Root is not part of the worklist".

 

Any Idea on why this error is coming up or is there any other way to do this.

 

 

Thanks and Regards,

Sumeet Narang


Viewing all articles
Browse latest Browse all 1333

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>