on 2016 Sep 30 2:55 PM
How can I retrieve in my program the notes entered in Firefighter Log Review? I know they show in table STXL as TDID = NOTE. And I know I can retrieve them using method cl_grfn_sapscript=>retrieve_en_string, but I don't know how to get the object_id to send it. It is different than any of the object ids in table GRACFFLOG.
Thanks
Janice
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Janice,
Could you please give some more details of the issue what you are trying to do?
Regards,
Varun Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When a controller reviews the Firefighter Log, he/she may request additional information. She adds some comments such as asking for more details. Then an email goes out "Firefight Log - Additional Information Request". We want to add the controller's comments to that email.
So we made a copy of the document associated with that, and a copy of function GRAC_NOTIF_VAR_RULE_LOGRPT to which we want to add the logic to pull these comments.
I see in function GRAC_NOTIF_VAR_RULE_AR a section about comments. I haven't tried it yet, but I am wondering if copying that section of code and inserting it in our custom function would be what we need to do.
Thanks
Janice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.