cancel
Showing results for 
Search instead for 
Did you mean: 

Resource not found for segment 'C_PurchaseOrderFsType'

Former Member
0 Kudos

Hello,

I was implementing the SAP Fiori apps "My Inbox - Approve Purchase Order" and it was successful( Tile was shown, Have items counter, Can be opened ). But when i tried to see the detail of the Purchase order, it just showed nothing and the console display error which
has the message like the picture below.

The Purchase Requisition is working fine and the software component 'UIX01CA1' has been upgraded to SP02.

Please kindly share how to solve this problem.

Thank you,

Sittisak C.

Accepted Solutions (0)

Answers (2)

Answers (2)

Farid
Active Participant
0 Kudos

Hello,

We have the exact same error, for the exact same Fiori Application , and exact same symptoms

for "My Inbox - Approve Purchase Order"


Here is the error :

"My Inbox - Approve Purchase Order"


"error" : {

    "code" : "/IWFND/CM_MGW/051",

    "message" : {

      "lang" : "en",

      "value" : "Resource not found for the segment 'C_PurchaseOrderFs'"

    },

    "innererror" : {

      "application" : {

        "component_id" : "MM-PUR-PO",

        "service_namespace" : "/SAP/",

        "service_id" : "C_PURCHASEORDER_FS_SRV",

        "service_version" : "0001"

      },

      "transactionid" : "57B3D0DDC7553167E10000000A473765",

      "timestamp" : "20160825161257.4243350",

      "Error_Resolution" : {

        "SAP_Transaction" : "Run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details",

        "SAP_Note" : "See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)",

        "Batch_SAP_Note" : "See SAP Note 1869434 for details about working with $batch (https://service.sap.com/sap/support/notes/1869434)"

      },

      "errordetails" : [

      ]

    }

  }

}



..ERROR_INFONo system alias assigned to user 'user' service 'ZC_PURCHASEORDER_FS_SRV_0001' and SID 'HAN' CNT '200'

Service is correctly configured :

Alias is assigned , SICF service is active .....

I emptied the caches mutiples times, deleted and reactivated the service, ... did not help

Really do not understand.

Thank you for any hint you might have

former_member182844
Active Participant
0 Kudos

Hello Raoul Shiro,

Regard to error:

ERROR_INFO No system alias assigned to user 'user' service 'ZC_PURCHASEORDER_FS_SRV_0001' and SID 'HAN' CNT '200'

Please revise if in:

You have maintained System and client:

Regards.

Farid
Active Participant
0 Kudos

Hello Santiago,

Thank you very much It worked.

We no longer have any error.

Now the funtional consultant told me that the application is still not operational

as the PO details are not displayed on the right hand panel :

I looked on scn and found some similar discussions it seems to be the default behaviour

And you need to perfrom some adjsutements to display application data in my inbox app

Fiori My Inbox no Details | SCN

We are running SAP S/HANA FPS02, and trying to implement SAP Fiori apps "My Inbox - Approve Purchase Order", is it the expected behaviour ?

Thank you very much

former_member182844
Active Participant
0 Kudos

Hello Raoul,

I am delighted that it worked.

I have the same error, My Inbox - Approve Purchase Order doesn't display details.

The last weekend we updated to S/4HANA 1511 SPS02.

I think that could be product error.

Best regards.

Farid
Active Participant
0 Kudos

Hello Santiago,

For your information, I applied the following sap notes

0002322131 My Inbox 2.0 SP02 Patch (2.1.4)

0002348555 My Inbox 2.0 SP2 Patch (2.1.7)

Then refreshed the caches , et voila :

Now it works, and the details are displayed, thank you very much

former_member182844
Active Participant
0 Kudos

I am glad that it works finally for you.

Unfortunately, I have applicated two notes and although displayed the rectangle the tab info is empty.

I have refreshed the caches:

/IWFND/CACHE_CLEANUP

/IWBEP/CACHE_CLEANUP

And cache of service ODATA.

Do I forgot any?

Thanks very much.

Best regards.

Farid
Active Participant
0 Kudos

Hello Santiago,

At first it didn't work right after applying the notes, I executed every cache cleaning report/transaction I was aware of :

Transactions

/IWFND/CACHE_CLEANUP

/IWBEP/CACHE_CLEANUP

Reports :

/UI2/DELETE_CACHE_AFTER_IMP

/UI2/INVALIDATE_GLOBAL_CACHES

/UI2/CHIP_SYNCHRONIZE_CACHE

I worked afterwards, both on Google Chrome and Internet Explorer 11

Hope it helps

Regards

0 Kudos

Hi Santiago,

Were you able to fix this no display issue, I am having the same issue and have tried all the below steps, but not able to fix the issue..

SNotes

  1. 0002322131 My Inbox 2.0 SP02 Patch (2.1.4)
  2. 0002348555 My Inbox 2.0 SP2 Patch (2.1.7)

Transactions

  1. /IWFND/CACHE_CLEANUP
  2. /IWBEP/CACHE_CLEANUP

Reports :

  1. /UI2/DELETE_CACHE_AFTER_IMP
  2. /UI2/INVALIDATE_GLOBAL_CACHES
  3. /UI2/CHIP_SYNCHRONIZE_CACHE

Regards

Praveen

Former Member
0 Kudos

Can you share the error log?


tcode: /iwfnd/error_log

Former Member
0 Kudos

Thank you for your response.

There is no error log in the "/iwfnd/error_log" ,but I can show you the error in the Gateway client (/iwfnd/gw_client) as below.

Former Member
0 Kudos

Ok. Have you tried to activate C_Purchaseorder_fs_srv service first?

Former Member
0 Kudos

Yes, I have activated "C_Purchaseorder_fs_srv" already.

Former Member
0 Kudos

That's strange.

It is really hard to solve an issue without the error log.


Perhaps you can try to clear the cache via /
IWFND/CACHE_CLEANUP which I saw it on other discussion to solve error "Resource not found for Segment 'XXXXXXX'".

Former Member
0 Kudos

I have tried clear the cache, but it got the same result.