I'm working with the ReqHeader, RQ10 and RSS. I've got a request to update our recsum.htm and I need to find this particular data. The data is entered on the RQ10 by clicking the "Add Comment" button in the middle of the page or using comment codes in RSS (req self service).
I've been told that the comments are here:
Comments are stored in the product line in what is referred to as the "L_index". The convention is L_HXXX or L_DXXX where the "H" stands for header record and the "D" for detail record. XXX represents the 3-character table abbreviation, e.g. table REQHEADER = RQH; REQLINE = RLN; PURCHORDER (p.o. header table) = PCR, POLINE = PLI, etc. So a reqheader comment should be stored in L_HRQH.
I have no idea where to find such a ?table?, L_HRQH. Do I want to do a DME query? What do I want to use to access this data in a pflow?
Does anyone have any experience with this?