cancel
Showing results for 
Search instead for 
Did you mean: 

Item Description does not appear

Former Member
0 Kudos

I got a problem on the purchasing module, all marketing document (PR, PO, APV) . After a series of test encoding, the following fields don't automatically load up like item description, unit of measurement, warehouse and items per unit. Can someone help me on this?



Regards,

Mahj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahj,

Run this :

select * from OITM where TreeType <> 'N' and ItemCode not in (select Code from OITT)


Check if the treetype is P and also check if you have a BOM setup for these items.


If you dont need a BOM, then update treetype.


Thanks.

Regards,

Darius





Former Member
0 Kudos

Hi everyone, thanks for all your reply. I resolve this by putting a default warehouse.

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

What you mean by series of test encoding?

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

I posted on test database

kothandaraman_nagarajan
Active Contributor
0 Kudos

Is it possible to post screen shot of above window?