a month ago
My code are as follow:
DATA: ctu_parameters TYPE ctu_params.
ctu_parameters-dismode = 'N'. "后台更新模式
ctu_parameters-updmode = 'S'. "同步更新
ctu_parameters-racommit = 'X'. "No abortion by COMMIT WORK
CALL TRANSACTION 'VA05' USING bdcdata[] OPTIONS FROM ctu_parameters
MESSAGES INTO lt_message .
And then i change the code as follow,It still doesn't take effect
* DATA: ctu_parameters TYPE ctu_params.
* ctu_parameters-dismode = 'N'. "后台更新模式
* ctu_parameters-updmode = 'L'. "后台更新
* ctu_parameters-defsize = 'X'. "默认大小
* ctu_parameters-racommit = 'X'. "No abortion by COMMIT WORK
* ctu_parameters-nobinpt = 'X'. "批输入处理活动
* ctu_parameters-nobiend = 'X'. "批输入处理活动
Besides, I have another question. If the batch update is executed, only the first one is successful, and the others are not updated successfully
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.