on 2015 Dec 16 9:10 AM
Hi All,
I am using the BAPI K_SRULE_SAVE_UTASK for updating the settlement parameters and inserting the settlement rule in maintenance order operation. For this I am using the BAPI structures, T_COBRA_UPDATE & T_COBRB_INSERT respectively.
After execution of BAPI, the settlement parameters and settlement rule is getting updated in order operation when I am seeing the order in change mode but when I am opening the same order in display mode, I am getting themessage that, settlement rule does not exist.
But then if I am going in the change mode and saving the order again manually , the same is replicating to the display order mode.
Also if I am doing all the above steps manually, everything is working OK.
Please let me know, if anybody faced the same situation.
Thanks,
Request clarification before answering.
Hi All,
We tried all possible things but with no success. Finally decided to go for BAPI: K_SRULE_SAVE_UTASK followed by the BDC for the save part.
Npw closing the thread, thankyou all for you replies.
Regards,
Asheesh Aswal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to make sure that you also set system status I0028 (=SETC=Settlement rule created) active. I.e. INACT=' '. Otherwise SAP assumes that no COBRA COBRB exists in the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using the following syntax: CALL FUNCTION 'K_SRULE_SAVE_UTASK' IN UPDATE TASK?
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using fm BAPI_TRANSACTION_COMMIT in sequence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.