cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve Firefighter Log notes

Former Member
0 Kudos
495

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

View Entire Topic

Hi Janice,

Could you please give some more details of the issue what you are trying to do?

Regards,

Varun Jain

Former Member
0 Kudos

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