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

data uploading

Former Member
0 Likes
698

hi ,

i uploded some data ,now i want to remove that one.

how can i do that one.thanx in advance

6 REPLIES 6
Read only

Former Member
0 Likes
681

Hi

Where have you uploaded them?

Let's know more informations.

Max

Read only

former_member181966
Active Contributor
0 Likes
681

Go to SHDB and record the T-code and again .. and hit DELETE , it’ll will be "DELETED". By the way in which transaction you want to delete the data .

Pl award the points .

Thanks

Read only

Former Member
0 Likes
681

Hi Priya,

Where is your data right now.. where didi you upload it..

regards

satesh

Read only

0 Likes
681

Hi sateesh,

my data is in zps01 (bom components).

Read only

0 Likes
681

My understanding is you created a Material BOM and now you want to delete it.

Use Transaction CS02, go in change mode and follow menu path Material BOM --> DELETE to delete entries.

If you are populating data in custom tables using transaction ZPS01, you can use temporary custom program to delete data from Custom tables.

Read only

Laxmana_Appana_
Active Contributor
0 Likes
681

Hi,

you can also delete records from z-table in debugging mode,display table entries , select one record(checkbox), then enter /h in command box , then press display button,

system will take you to the function codes , then change the function code 'DELE' , now press f8 , now delete record screen will come. then you can delete the record. if data records are less, you can do this.

Laxman