SAP for Aerospace and Defense Discussions
Gear up for conversations about next-gen tech and optimization strategies used by leading aerospace and defense players. Join a discussion today.
cancel
Showing results for 
Search instead for 
Did you mean: 

In T-code PIC01 Inconsistency in mat. master

Former Member
0 Kudos

Hi All,

In T-code PIC01 when i am trying to delete the material in getting this error.

Error Message no. PIC01092.

can some please help me to solve this.

Thanks,

Murali

3 REPLIES 3

JL23
Active Contributor
0 Kudos

If you go to SE91 and enter the message number and click the icon for where-used, then you are taken to program LPIC01F21

where you can see this code:

IF gw_mara-imatn IS INITIAL.

     MESSAGE e092 WITH picst001-matnr.

   ENDIF.


And this is nothing more than checking if the field IMATN in MARA table is empty.

And IMATN is the interchangability part number.

Former Member
0 Kudos

Hi Jurgen,

Thanks for the quick response i have checked the filed IMATN in MARA table and it is empty.

So, how can i delete it now.

Thanks,

Murali

JL23
Active Contributor
0 Kudos

You have to fill it like it is is supposed for all materials with interchangeability.