cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Incident Accident Log

Former Member
0 Likes
254

Hi

Our client has requirement to capture the Accident details mentioned in the "Display Note" (Please find the below attached images) but not able to write a  FSD on the above requirement.

Kindly note: I am able to get "Accident details" from the Table CCIHT_IP from the field ACDESC but the requirement is to capture Display Note.


need to capture details from "Display Note"

Regards

John Zacharia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi John,

Please check  the below logic.

In the above screen that you mantioned at last, use GOTO menu and select 'HEADER option in it.

Now You will get the below screen

Use the function module 'READ_TEXT' and pass the details like object, language and text ID  alone with text name to it.

for text name, I haven't get the required details in my case, So i just formulated the text name as below.

Pass the log id to CCIHT_IAL and get RECN that has to be passed to CCIHT_IP-RECNROOT (CCIHT_IP - Person invloved) in order to get RECN and ACTN.

Just concatenate CCIHT_IP, RECN and ACTN  and pass to the text name of above mentioned FM.

Thanks and Regards,

Chellamma Devi Chandrasekar.

Former Member
0 Likes

Thanks for the answer , points awarded

Regards

John zacharia

Answers (0)