‎2008 Apr 24 7:34 AM
Hi frd
Im customizing standard SAP report ,the std report gives output for one project. But customer wants for multiple project ,so i created a ztable and moving multiple project values and displaying.But in my ZTABLE the values are not deleting after displaying .Its displaying the same values for all projects.
So,kindly anyone tell me how to delete the values after displaying from ZTABLE.
By
Pari
‎2008 Apr 24 7:47 AM
Hi,
Define one field with name of project in your ztable.
then write below statmant in your program...
DELETE FROM ZTABLE WHERE UNAME = SY-UNAME
AND project = 'SALEST'.
regards,
paras
‎2008 Apr 24 7:47 AM
Hi,
Could you please elaborate as to when and how do you want to delete those entries from the Z-table?
I really did not understand the requirement.