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

help

Former Member
0 Likes
357

Dear gurs,

I have the usage of the field below

If the indicator is set the archive and selete program checks whether the material mat be deleted at client level, and delete the data at this level and at lower levels accordingly

I want to know which fiedl it denoted ie..table name and field name..

ie.., the client have given the usage of the field only i want to find the table name and field name

can u help me on this it is based on the Material Master requirement

senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
323

Hi Senthil .

I am not entirely clear with your requirement , but what i understand is that you want to delete the data if the material is not to used further i.e. the material need to be archived or deleted , if that is the case then the table <b>MARA</b> has a feild <b>LVORM</b> which is basically a deletion indicatior , if this is set to 'X' it means that the material is no longer used.

If this is not your requirement , then please explain it in a bit detail

Regards

Arun

  • Assign points if reply is useful

2 REPLIES 2
Read only

Former Member
0 Likes
324

Hi Senthil .

I am not entirely clear with your requirement , but what i understand is that you want to delete the data if the material is not to used further i.e. the material need to be archived or deleted , if that is the case then the table <b>MARA</b> has a feild <b>LVORM</b> which is basically a deletion indicatior , if this is set to 'X' it means that the material is no longer used.

If this is not your requirement , then please explain it in a bit detail

Regards

Arun

  • Assign points if reply is useful

Read only

Former Member
0 Likes
323

ur reffering to materials deletion....use mara table and accordingly u can delete the same.