cancel
Showing results for 
Search instead for 
Did you mean: 

BPC cube data save to be either all records or no records

former_member242255
Active Contributor
0 Kudos
218

Hi All,

I need your help to control the save of the records to the BPC cube to be either full written or total roll back if there is even one error record in the submitted records.

Currently we are saving the data in a wrapper method which calls the if_ujo_write_back->write_back standard process.

How to control the record save.

Regards,

Sravan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member242255
Active Contributor
0 Kudos

Hi Vadim Kalinin,

Thank you for the response.

Basically wanted to check if we have a simulation save if possible as the requirement we have was to either save all records or don't save the record set.

Regards,

Sravan

former_member186338
Active Contributor
0 Kudos

We don't have simulation save!

former_member186338
Active Contributor
0 Kudos

There are a lot of reasons why some records can be rejected:

1. Security

2. Work status

3. Write to not base member

4. Cube state

5. Validations

Etc...

In general, it's not possible to check all mentioned things before writing data.

So my answer is - not possible!