‎2014 Jun 04 12:25 PM
Hi All,
Is there any FM or Report or Class method to get the material master fields are required,optional,display, hide.
we can see them in OMS2.
Is there any object such that i can fetch the fields and its properties such as ( required,optional,display, hide.).
Thanks
‎2014 Jun 04 12:45 PM
Take a look at table T130F (field name -> group) and T130A (Input status of the groups per Reference material type, link to actual material type thru table T134), you could also look at FM MATERIAL_FIELD_SELECTION*
For more information, read first OSS note 44410 - Integrating customer-specific fields in the material master
Regards,
Raymond
‎2014 Jun 04 2:30 PM
Hi Raymond,
Thank you for the immediate response i checked the tables T130F and T130A, there in the field FAUSW has dots(... ) & + & - but if we see in OMS9, if we provide field name it gives all the properties for the respective field ref also i checked MATERIAL_FIELD_SELECTION, i couldnt get any output, can you plz provide example for this FM.
Thanks
‎2014 Jun 04 3:00 PM
Every symbol in FAUSW field describe the input status a group number. (eg "+" mandatory, "-" forbidden, "." optional.)
Perform some where-used search on FM MATERIAL_FIELD_SELECTION_NEW for example , you will find some call IN PBO module of MM0* transactions.
You could also analyze OMS9 (or directly execute SE54 on view V_T130A_FLREF) and look for SAP code to convert this data to be human readable. (e.g. modules liste_show_liste in include LSVIMOXX and fill_checkbox in include LMGFLO01)
Regards,
Raymond
‎2014 Jun 05 9:44 AM
Hi Raymond,
Thankyou for the response.
I have debugged the OMS9 before posting the message into SCN but i was not able understand the code and data in the fields FAUSW & FAUSW_F how they are representing the field selection group and screen properties.
Your statement
"Every symbol in FAUSW field describe the input status a group number. (eg "+" mandatory, "-" forbidden, "." optional."
helped me to understand & identify the field selection group number and the screen properties of the fields.
Thankyou for giving the prompt and valid response.
‎2014 Jun 04 12:50 PM
Hi Shankar,
Can you explain little more.. What is your requirement exactly....
Regards,
Mahesh R
‎2014 Jun 04 1:00 PM
Hi Mahesh,
I need to get all the material master fields screen properties such as required,optional,display, hide.
Thanks
‎2014 Jun 05 9:56 AM
explore transaction OMS9
or find it
under the logistics general - configuring the material master in SPRO - field selection for data screens
I guess you can look at the underlying data sources if you wanted to
‎2014 Jun 05 10:22 AM
Hi Steve,
Thank you for the response, I already got the answer.