on ‎2010 Jun 13 5:58 PM
Dear Experts,
can you please help me understand, whether in SRM 7.0 (Classic) the internal note can be made editable for the approver during the approval process of the shopping cart? The motivation is, to give the approver the possibility, to send information across to the R/3 follow on document. This information than should be red by the purchaser.
Thank you very much for any pointers.
Request clarification before answering.
Note 1481972 - Internal Note is editable when the Simplified SC is approved
IT HELPS.
Muthu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear All,
i have been working on one idea in this regard. I went to the table "Define Text Schema" under the "Text Schema" node in the cross application basic settings. There, in the "changable" column, i have selected "By Workflow User in Display Mode" for internal note, in order to achieve a situation in which the approver can put a note to the "internal note" during approval process.
Unfortunately this did not change anything. Can you maybe assess whether this was not the right thing to do?
And there is one other idea that i have. In my system, the description text of a catalog item (punch out catalog) is getting copied into the "internal note" field, in case you put a catalog item in your sc. Can that be the reason why it is not possible to get to a situation in which the internal note field gets editable during approval process (I mean in such a case it would be theoretically possible to go into the internal note field and chage the description of the catalog item.....but that description is actually coming from the catalog vendor...).?
Can also anyone help me unterstand, where it could have been configured, that the item description of the catalog item will be copied to the internal note field in the SC?
Thank you very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So the requirement is to copy the note from approval to the internal text of the order in the backend. Why not use the already available textarea that has been specifically designed by SAP for approval notes?
Use the BBP_LONGTEXT_BADI (don't know the exact name) to copy the approval note to the internal text.
--
During transfer of the item copying the description to the internal text field isn't standard. So check for any implementations of BBP_CATALOG_TRANSFER badi (or BBP_DOC_CHANGE_BADI and method BBP_SC_CHANGE).
Regards,
Robin
Hi Dima
implement note 1277921, and then following the guidelines for the manual customisation changes outlined in that note,
it is possible to customise your system so that some changes by the approver are allowed.
Regards
Lauren
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please check if you have BADI bbp_ui_control_badi~bbp_sc_ui_ctrl activated which affected the flag input_ready.
Best regards.
Summer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.