cancel
Showing results for 
Search instead for 
Did you mean: 

OData Replacement in standard fiori application

umayaraj
Participant
0 Kudos
1,164

Hi , I try to replace OData service in standard fiori application (App ID: F0707).

I Copy FAC_GL_ACCOUNT_BALANCE OData Service To Custom.

Proj.Overview :

Add Some Additional Data To ET_ENTITYSET In Some Methods.

Screen:

Without Add Custom OData Service To App Screen looks like Below:

After Add Custom OData To App Screen Looks different like below:

While Click company Code Screen look different from original ,

Not only company code, All filter field whilePress Search Help looks like this different,

Can you please explain Why this screen look like and Guid me to Resolve this Screen issue.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

tejasChouhan
Active Contributor
0 Kudos

All the Annotations related to value help are tied to external annotations in your UI5 project. If you are using custom UI5, make sure you compare the Annotation modeler in your standard app and custom app. It should be same.

Ideally the value helps are stored in annotation in your CDS view:

@Consumption.valueHelp: 'ValueHelpName' and these are associated in your SEGW project under references. Make sure they are ticked (enabled). If not, tick and generate the SEGW project again.

Also please see if all the cache are cleared in your system ;

/iwfnd/cache_cleanup

/iwbep/cache_cleanup

Clear app cache after import in se38 report

Clear metadata cache

BR ,

Tejas

0 Kudos

Hi Tejas Chouhan!

I think I did all you siad, but unsuccessfully! When you told about "associated in you SEGW" it means does the annotation has been showing in metadata of my new redefined OData ?

If so, yes, take a look at as picture below:

Do you have any more suggestion?

If you need more details, please check my opened ask.