Hi Experts,
I am using FM CSAP_MAT_BOM_CREATE to create BOM. I was able to create the BOM successfully.
But my problem is in the table T_STPO I am passing the REL_COST indicator as empty. Which is to indicate not relevant to costing. But even I keep this empty and execute the FM, when I check the table STPO it takes as ‘X’ for this field which is to indicate that it’s relevant for costing.
My goal is set the Checkbox for ‘Indicator: Item Relevant to Costing’ initial. When I pass the value ‘ ‘[Space] to the structure field ‘T_STPO-REL_COST’ it doen’t work.
Please let me know how can I achieve this? Do I have to maintain another table or field to archive this or should I ?