cancel
Showing results for 
Search instead for 
Did you mean: 

Metadata issue sap labels coming blank in the metadata service url

Former Member

Hi While executing metadata URl ($metadata) for some entityset labels are coming blank. I have regenerated the runtime artifacts also but still sab:label is coming blank .Please see my screenDump. Kindly help me in this issue.

Regards,

Uma

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member

Hi Sudheer, Yes I got the solution for that first do clear cache.

Execute below t codes:

/IWBEP/CACHE_CLEANUP

Clean up of Model Cache

/IWFND/CACHE_CLEANUP

after following this if still meta data label does not display then you should first check whether the meta data labels are in range between 999 or not. Only till this range the labels will come.

go to DPC_EXT class->check text element range

former_member185414
Active Contributor
0 Kudos

Minor correction to what Uma suggested...the Text elements are in <class>_MPC class.

Imran05
Employee
Employee
0 Kudos

Hello,

For me clearing both IWBEP and IWFND cache cleanup by executing the t-codes above solved this issue. Thank you for this solution!!!

former_member258592
Participant
0 Kudos

Dear Uma,

I am also facing same issue, label value coming blank while loading metadata, For that I cheeked meta data labels are in ranges in between 999 in MPC class.
Posted question on SCN also but didn't get any solution, see the below link for more information.
Label value is coming blank while loading metadata in SAP Gateway

Thanks and Regards,
Sandeep Patel


Former Member
0 Kudos

Uma, we have same issue in our landscape S4 1610/Fiori FrontEnd Sever. Did you find a solution? If Yes, Please share. I haven't found any notes that can help

martingerritsen
Explorer
0 Kudos
2489939 - The annotation in the metadata is missing https://launchpad.support.sap.com/#/notes/2489939
martingerritsen
Explorer
0 Kudos

Any results or solution available? We've got the same problem here...

Labels are set manually inside entity.

If we clean the caches (both iwfnd and iwbep) and test the service again with Gateway Client, we see that the first call contains all labels.

Second call... labels are missing...

This application is running for almost 3 years in production and we have currently upgraded our system landscape.

Frontend:

Backend:

former_member185414
Active Contributor
0 Kudos

Labels come from the field heading which we maintain in the data element in t-code SE11 for the entity properties. Kindly check there.

Former Member
0 Kudos

Hi Ankit,

Thanks for answering.

As per your answer labels are already maintained in the SE11 I have checked.

former_member185414
Active Contributor
0 Kudos

That is weird...Try changing anything in service. regenerating the metadata and clearing the cache on both frontend and backend server and update.