on ‎2017 Jul 27 3:40 AM
Hello Experts,
We are using below SAP standard method to perform write on BPC model (EPM 10.1 Standard, Netweaver Version).
This Method is placed within a DO ... ENDO condition (similar to LOOP) wherein, we pass 100,000 records to write in 1 iteration. This batch of 100,000 records can be changed based on parameter we have setup in logic. This method gets called when we enter data through input template via BADI getting called through DEFAULT.LGF.
Our issue is, when we have huge volume of records such as 500,000 to 1,000,000 being sent to this method, it gets looped for 100,000 records and hence multiple iterations to write causes a delay.
Do you know of any limit of record counts that can be passed to this write_back method?
We kept 100,000 as limit to write in one iteration just to make sure there is no inconsistency in output that gets written to models (we saw such inconsistency in past when there was no such limit).
CALL METHOD lo_ujo_wb->write_back
EXPORTING
i_appset_id = i_appset_id
i_appl_id = i_appl_id
is_wb_param = ls_wb_param
it_records = <lt_tempdata>
IMPORTING
es_wb_status = ls_wb_status1
et_error_records = <lt_error_records>
et_message = lt_message.
Request clarification before answering.
The limit will depend on your system settings/capabilities.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 10 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.