on 2021 Jan 31 5:24 PM
Hi Experts,
Requirement : To update multiple dispute note texts through a custom program, multiple notes will have same text.
I have got FM 'BDM_DISPUTE_NOTE_GET' to retrieve old texts based on note GUID, BAPI_DISPUTE_ATTRIBUTE_CHANGE only changes reason code and other attribute, and not the text( I am just passing attribute, guid and old and new text, not sure whether its correct or not).
I tried FM SAVE_TEXTS which is used in UDM_DISPUTE to update new text added in the note, still note is not getting updated. I observed whenever new text is added in the note, table STXH is getting updated.
Please suggest a way to handle this.
Thank you
Hi arpitr,
You can try these two BADIs - FDM_AR_DISP_COMPLETE & FDM_AR_DEF_NOTE.
The first BADI is generic one and is triggered every time when you create or edit the dispute case. I briefly mentioned this BADI in my post around enhancements in FSCM. You can use the parameter C_ADDITIONAL_NOTES to try to change the texts:
The second BADI looks to be dedicated to management of long texts. So maybe it will be more suitable.
Regards,
Bohdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
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.