I am working in R3 and I am trying to append an extract structure with additional fields. The DataSource is the MARC table. The extract structure for the MARC table, and the one I am trying to append, is BIW_MARC_S. I have been told that this structure was automatically created by SAP when the master data was activated. I found during the append structure process that this extract structure does NOT have all of the fields contained in the MARC table. We have tried re-activating the master data for this table but these fields still do not appear in the structure. Can someone tell me what I need to do to get these fields in the extract structure? Thank you.
This feature is new to me. In my 4.7 system, my BIW_MARC_S structure does not have all of the MARC fields just as you describe. In fact, BIW_MARC_S, has a field KOKRS that is not in MARC. So I suspect this is a specialized structure that may not meet your needs. Doing a where used, I found FM MDEX_MATERIAL_MD which has the comment
function acts as a S-API-compatible interface for the SD-extractor
MATERIAL_DYNAM_DATA_SELECTION
You should probably reconsider changing this structure. Any reason why you cannot create your own?
Add a comment