on 2023 Jan 12 12:17 PM
Hi All,
I am working on draft version of the RAP application. When I am saving the application using BAPI, I get the message 'Your chnages have been Saved successfully'.
1. CHnages are reflcted in DB Table
2. Chnages are reflected on UI field that has been chnged.
Hoever, when I click on the 'EDIT' option again then i get below Error message :
Your changes could not be saved. A more recent version is available. To make changes to the latest version, please refresh the data.
Kindly suggest how can we get rid of this Error message.
Thanks !!
Request clarification before answering.
Hi btp_rap
Do you have the code to share? I'm facing the same issue and I cannot make it work.
Regards
Matias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Snehal,
Did you fill MAPPED table with the key generated during the creation of the record?
and also, please check the draft actions are specified in the behavior definition or not.
{
draft action Edit;
}
Thanks,
Pavan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pavan,
Thanks for sharing. Actually I have invoked BAPI in method 'SAVE' insteaed of mehod 'CHECK_BEFOR SAVE'. Affter coying the code in mehod 'CHECK_BEFOR SAVE', issue is resolved.
User | Count |
---|---|
92 | |
11 | |
9 | |
9 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.