‎2010 May 17 3:55 PM
Hi All,
What is the function module to check if a particular material is classified as 'batch managed' or not?
please help
‎2010 May 17 4:51 PM
Hi,
You can check this with:
SELECT XCHPF INTO W_XCHPF FROM MARC WHERE MATNR = W_MATNR
Where XCHPF = X indicate that the material is "batch managed".
Best Regards,
Leandro Mengue
‎2010 May 17 4:51 PM
Hi,
You can check this with:
SELECT XCHPF INTO W_XCHPF FROM MARC WHERE MATNR = W_MATNR
Where XCHPF = X indicate that the material is "batch managed".
Best Regards,
Leandro Mengue
‎2010 May 17 4:56 PM
Thanks a lot.
Will be even more useful if u can tell me a function module.
I have awarded u points for this answer.
‎2010 May 17 5:12 PM
hI
Check below FM
READ_MATERIAL_BATCH_FLAGYou can see the FM documentation for input values.
Thanks
Naresh