cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inactivate Master Data with CSV

Former Member
0 Kudos
158


Hi SAP Experts,

I have a requirement where in I need to inactivate Product Category Master Data in my system, I can do this task manually by editing each product Category and checking the Inactive button bt there are a lot of product categories to be inactivated.When I tried to achieve this using CSV import, I found that there is no field called INACTIVE which could be set to TRUE. If anyone has any solution to inactivate multiple Product catogories in one shot , please help.

regards,

Vishal

View Entire Topic
former_member207877
Active Participant
0 Kudos

Hi Vishal,

Eventhough there is no field called INACTIVE in the csv template(workbook), you can go ahead and add a column with name "INACTIVE" in csv template and fill it as TRUE as below

DISPLAY_NAME, INACTIVE

PRODUCT CATEGORY,TRUE

Hope this Helps!

Thanks,

Raj