‎2014 Oct 17 10:19 AM
hi experts i have small doubt..plz guide me how to create a report program for action log for this i have created a ztable and i created change document for all dataelements..when i changing table values these values are captured in cdhdr ,cdpos but i dont know how to create custom program like the action log in IE03 tc..Give me a sample code also..
thanks and regards
‎2014 Oct 17 10:23 AM
You can submit the standard one
SUBMIT rsscd200
WITH aenderer = p_uname
WITH date_bis = date_to
WITH datum = date_from
WITH objekt = <your change object>
WITH objektid = <the key you want to investigate>
AND RETURN.
Where the key is build from input parameters
‎2014 Oct 19 6:21 AM
Thanks simone.
It is working fine.but i dont want all the field in output..but i want only DATE,TIME ,CHANGED BY,CHANGED FIELD AND FIELD CONTENTS(OLD/NEW) (structure for these field is alv_saplqmal_001) in output like wat the 'action log' is doing in ie03.
Plz help me with this doubt.
thanks.
‎2014 Oct 20 8:34 AM
Hello,
look at the report code: the function " CHANGEDOCUMENT_READ " does your job.
You get an output table with all the data you need, then you can create your alv with the fields you need
‎2014 Oct 20 2:20 PM