You may want to debug the program listed in your screenshot to find the issue. Also, refer to the troubleshooting section in the extensibility guide.
Re: TREX error while indxing
Re: MDG-M Error for Enterprise Search
Hi Sanjay,
This is not is unfortunately not valid for release 7.02
Thanks
Re: Regarding table name which link in between CR Number & Material Number
Hi Nikhilesh,
As you said, Physical table "/1MD/MD______04L" is available for 0G domain not for Material. USMD1213 gives me CR Number & Entity type And usmd120c gives me CR Number along with CR type. But here, I am looking for CR Number & Material Number. So, looking for some useful table.
Re: MDG-M Error for Enterprise Search
Re: Regarding table name which link in between CR Number & Material Number
Hi Victor,
Plz check with this Description Name : MM Mapping Table MATERIAL.. There some different table name
Thanks
Nikhilesh
Re: MDG-M Error for Enterprise Search
Hi
Please make configuration in allowable entities for search as per my first screen shot
Re: Regarding table name which link in between CR Number & Material Number
Hello Nikhilesh,
Checked as you said, but not getting the solution. Thanks
Re: Regarding table name which link in between CR Number & Material Number
Hello Victor,
Easiest way out is to ask read_char_value itself.
CALL METHOD cl_usmd_model_ext=>get_instance
EXPORTING
i_usmd_model = 'MM'
IMPORTING
eo_instance = lo_model_ext
et_message = et_message.
lo_model_ext->read_char_value(
EXPORTING
i_fieldname = if_mdg_gw_fiori_constants=>gc_usmd_crequest
it_sel = lt_sel " Pass the Crequest data in this select options table
i_readmode = if_usmd_model_ext=>gc_readmode_all_inact " Read mode
IMPORTING
et_data = lt_objlist
et_message = et_message
).
et_data will return the required material details locked in the CR supplied.
BR,
Avinash
Re: Regarding table name which link in between CR Number & Material Number
Yes, we have this way to get the material details, however I was looking for some table if it helps me to get the details within MDG and ECC too.
Edition Valid to Issue
Hi
SAP help documentation says that
When you create an edition, the system automatically determines the date to which the edition can be valid so as to eliminate any time overlaps with existing editions. A previous edition will only be valid until the Valid from date of the new edition.
But in MDG7.0 with SP06 I created two editions with same edition type 0G_ALL
Edition 1 with valid from 01012003 and system defaulted valid to date is 31129999.
Edition 2 with valid from 01012004 and system defaulted valid to date is 31129999.
Now as per SAP logic changes automatically happens for Edition 1 valid from date is 01012003 and valid to date is 31122003.
But it seems from USMD020C (Edition Table) still
Edition 1 with valid from 01012003 and system degfaulted valid to date is 31129999.
Edition 2 with valid from 01012004 and system degfaulted valid to date is 31129999 and both the editions with status In process.
It is happening for MDG6.1 but not for MDG7.0. Any reason for this?
Re: Display BP Screen - Hide Address UIBBs if record contains certain BP role
When defining user roles, you can build menus with the different FPM applications. In there, you can assign what FPM configurations to be displayed. What this involves is copying the existing standard FPM configurations, modifying the copies and then assigning them to authorization roles.
As for implementing that per different BP roles, you can use the above technique. Then, for each "un-authorized" role, use CBA to hide those fields. However, this will only hide the fields and not the whole UIBB. See this document for how to work with CBA. The BP CBA schema is called BP_ADAPTS.
Personally, I have not been completely happy with CBA implementations. There is something clunky about them and some little thing is always missing. So, you might end up having to do something in the FPM application controller if you get a similar experience. See the FPM developer guide for information on how to use that.
It's been a while since I last did anything with FPM or CBA so things could have improved in 7.4 and my first two suggestions might be easy to do rather than enhance or build a new FPM application controller.
Restriction for drop down values for Cost Element Categeories
Hi
In MDG-F I want to process only secondary cost elememt. For this for cost element catageories I want to restict values for secondary element only
But I found that in data element KATYP these values are defined as fixed values. Moreover there are seperate transactions (KA01/KA06) to create primary/secondary cost element but in case of MDG it is only one step.
Any workaround to achive this?
Re: SAP MDG-S "New" button not enabled
Hi Anurag,
Thank you for reply !
I tried the options you suggested but still it is not working.
Even replication of contact person is not happening when I tried to change the vendor.
Please guide me if you have any other options.
Many Thanks,
Swathi
Re: Display BP Screen - Hide Address UIBBs if record contains certain BP role
Thanks for the detailed response, Abdullah.
Relevant role error while creating ERP Vendor in MDG
Hi ,
I am trying to create a ERP vendor using MDG7.0. When I try to create a ERP vendor using standard KRED account group. It is throwing an error
"Enter a relevant role for the creation of supplier master data". The out of box CVI is configured. I am able to create both customer and vendor using the normal BP specific UI.I need to create vendor using the ERP Vendor specific UI.
Your inputs would be highly appreciated.
Thanks,
Nagendra.
Re: Relevant role error while creating ERP Vendor in MDG
Hi
You need to maintain only one entry in table - Table - V_TBD002 (SM30)
See the thread - SCN Thread - http://scn.sap.com/thread/3563557
Kiran
Re: Edition Valid to Issue
Hello Sanjay
How come you have same cost center in ECC? Its not possible. Either the one would be inactive with different validity dates.
1. Fist check the entire ECC data and then sort it based on validity
2. Create editions according to ECC validity period.
3. Release oldest edition and then only create new edition and load the data.
You need to follow same process till the time you get the final edition with end date as 9999
Kiran
Re: Global Message Container - Delete Message within the Feeder Class
You might want to try and see if you can access the object from the FPM application controller. The fact the table is empty might be due to scope of the object when you are in the feeder class.
Any way, what you are trying to do is enforce an additional field? If so, why not use BRF+ or the validation BAdI instead of trying to hack into the message container? I'm not sure messing with the message container is the correct approach.
Re: Relevant role error while creating ERP Vendor in MDG
Hello Nagendra,
You can try maintaining the CVI mapping between role and account group following the below path:
MDGIMG-> Master Data Governance for Supplier -> Set BP Role Category for Direction BP to Vendor -> Define BP Role for Direction Vendor to BP.
Here, an assignment between account group and BP Role is maintained.
From then on, in MDG UI, whenever we create a BP with the corresponding role, a customer or vendor in the maintained group would be created.
Hope this helps.
Thanks and Regards,
Avinash Bolisetty
Re: Telephone Fax Number XXXXXX/XXXXXX/XXX no longer exists in reuse active area
Hi All,
Please let me know if anyone encountered error messages Message no. USMD1A202, Message no. USMD1A203 during change request processing. Which class and method they are called from.
Regards,
Tanmay