cancel
Showing results for 
Search instead for 
Did you mean: 

OCI with PM Order

former_member254442
Participant
0 Kudos

Hi All,

Some catalog can be fetched from PM order but some are not . However, those catalog can be fetched in SRM but not from PM order . Could any one please through some rays if there is any exceptional configuration required ?

Thanks

Pranjal

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member254442
Participant
0 Kudos

Hi Peter,

Yes from here I use to configure . However , catalog can be fetched from PM order using this configuration only for Get method not by post method which is available in SRM module . My issue is that the catalog url which I want to fetch from PM order is disabled for get method .

Is there any custom solution for such case ?

peter_atkin
Active Contributor
0 Kudos

Here you go..

former_member254442
Participant
0 Kudos

Hi Nic ,

Thanks for the information . Same supplier URL(WEB) can be called in SRM using POST method as GET method is disabled for the said URL This setting is available in SRM module but could not find the same setting in PM module . Is this setting also available in PM module ? If not , how can I develop the logic to fetch such catalog from PM order ?

Thanks

NTeunckens
Active Contributor
0 Kudos

Hello

Have the OCI-Catalogs that can not be called from PM Order been Configured through PM Customizing?

"SPRO > IMG > Plant Maintenance and Customer Service > Maintenance Plans, Work Centers, Task Lists and PRTs > Task Lists > Interface for Procurement Using Catalogs (OCI)"

Assuming the above is correctly Customized, you should be able to pass through the FM "IOCI_PLM_CATALOG_IF" upon pushing the 'Catalog'-Button when Debugging. If any modifications are to be made there, this is provided through an implementation of BAdI "PLM_CATALOG_IF" ...


Kind regards

Nic T.

NTeunckens
Active Contributor
0 Kudos

Some References :

  • Blog on OCI in PM Orders : link
  • Blog on Efficiency in PM with OCI : link
  • Check BAdI "PLM_CATALOG_IF" in your System, where it is Called and you can use that as a Starting Point for Debugging etc. Any non-Customizing Logic can be Implemented via the BAdI