Hello SAP Experts,
The SAP has hidden MINBE, EISBE, BSTMI, BSTMA, BSTFE, BSTRF, MABST, LOSFX, BASMG, UMLMC, VBAMG, TRAME, LOSGR Fields.
In order to regenerate this issue please follow the steps below:
- First please run the t-code SE16 in order to check the table ROOSFIELD.
- Now please input datasource name 0MAT_PLANT_ATTR and the field name for example, EISBE or LOSFX.
- Now you will notice that the entry for field SELECTION is 'A' which means field in OLTP and BW Hidden by SAP.
OLTPSOURCE | OBJVERS | FIELD | SELECTION | UNIFIELDNM |
0MAT_PLANT_ATTR | A | EISBE | A | MEINS |
0MAT_PLANT_ATTR | D | EISBE | A | MEINS |
0MAT_PLANT_ATTR | A | LOSFX | A | WAERS |
0MAT_PLANT_ATTR | D | LOSFX | A | WAERS |
The fields MINBE, EISBE, BSTMI, BSTMA, BSTFE, BSTRF, MABST, LOSFX, BASMG, UMLMC, VBAMG, TRAME, LOSGR mentioned above are not designed to be used at the moment. As the
referenced field MEINS and WAERS are not the part of the extraction structure BIW_MARC_S. The fields in the extraction structure BIW_MARC_S is being read from the table MARC, however, the refrenced fields MEINS and WAERS come from table MARA and T001. Therefore in order to provide the above mentioned fields the referenced fields MEINS and WAERS should be in the same extraction structure BIW_MARC_S. And also the ALE change pointer is used by the datasource 0MAT_PLANT_ATTR for determining the delta records. The table ROMDDELTA stores the relevant information of change pointer.
However, the referenced fields MEINS and WAERS come from table MARA and T001. Therefore in order to provide the referenced fields the MEINS and WAERS should be in the same extraction structure BIW_MARC_S.