cancel
Showing results for 
Search instead for 
Did you mean: 

SRM-MDM implicit search - click on Short Description link get java error

Former Member
0 Kudos

Hi all,

We followed SAP note 1364087 - Implicit Parameter Passing for Catalog 3.0 to call SRM-MDM with below URL for a specified OA:

http://srmdevep.corp.abc.com/SRM-MDM/SRM_MDM?username=XXX&password=YYY&catalog=SRM_MDM_Catalog&datal...;

server=srmdevep&sap-locale=EN&returntarget=_parent&HOOK_URL&/bs/ctrid=4600002320

It is successfully to get into SRM-MDM with implicit search parameter for the specified OA. It has no problem to shop item, check out to SRM or click to display details of Price Information. However, when click on "Short Description" link to browse item details, system response below error:

java.lang.IllegalArgumentException: Field with ID 'F34_65' was not populated or does not exist in repository for table 'T1'

It has no problem if access SRM-MDM without implicit search parameter, item details can be displayed if click on "Short Description" link. Can anyone advise solution or workaround, e.g. disable "Short Description" link within implicit search?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the error is

Field with ID 'F34_65' was not populated or does not exist in repository for table 'T1'

check the OCI parameters mapping between MDM and SRM

some data is not there in the MDM repository in Table T1

G.Ganesh Kumar

Former Member
0 Kudos

Hi Ganesh,

Thanks for your reponse.

Answers (1)

Answers (1)

Former Member
0 Kudos

My problem was solved (or may be workaround).

The "Short Description" link is to access 'item details' screen. After adding more fields (SRM-MDM Repository Fields) to 'Customize Display' of system user using to access SRM-MDM, there is no java error now.

Former Member
0 Kudos

Hi Donald

I am also facing the same issues, could you please let me know what sort of fields have been added under Customize display.

Thanks in advance!!

Meenakshi.A

Former Member
0 Kudos

Hi Meenakshi.A,

As I mentioned in the solution/workaround, "Short Description" link is to access 'item details' screen.  I think java error was caused by user unable to fully access item details.  Therefore, in our case we edit user-specific configuration (the user access SRM-MDM), in tag "Customize Display", select "Item Details", add field "Price Information".


I'm not sure if adding field "Price Information" can solve your problem.  After all, it is a customize display.  Good luck.

Regards,

Donald