Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ZTABLES VALUE

Former Member
0 Likes
457

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

2 REPLIES 2
Read only

Former Member
0 Likes
440

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

Read only

Former Member
0 Likes
440

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.