Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
RajatArora
Explorer
847

This blog-tutorial will guide you through the process of publishing OData v4 service in a customizing client.

Problem:

Publishing local service endpoint of service binding 'XXXXX' has encountered a problem
RajatArora_0-1736947462304.png

This problem usually occurs if you are working in a customizing client and the settings for the client in section "Changes and transports for client specific objects" are set to one of the options

  1. "Automatic recording of changes" or
  2. "No changes allowed"

This can be checked using SCC4 transaction
RajatArora_1-1736947846675.png
RajatArora_2-1736947880312.png

This blog mainly focuses on publishing v4 service created based on RAP BO using ADT (eclipse) but can also be referred for publishing any v4 service.

Solution:

Activate the service binding post RAP BO creation using ADT (this will create a service group)
RajatArora_3-1736948856852.png

Go to /N/IWFND/V4_ADMIN
RajatArora_4-1736948997395.png

Click on 'Publish Service Groups'
RajatArora_5-1737011568687.png

Select system alias and click on 'Get Service Groups'
RajatArora_6-1737011734221.png

Select the group ID corresponding to the OData service and click on 'Publish Service Groups
RajatArora_7-1737011789636.png

Update description and click on continue
RajatArora_8-1737011902039.png

Select a customizing request or create a new one and continue
RajatArora_0-1737012839684.png

Service group has been published
RajatArora_10-1737012014371.png

Once published, service group will be visible under service groups on v4 admin
RajatArora_11-1737012102829.png

Now, go back to eclipse and refresh (F5) the service binding. Voila! Now, the service has been published, and the entity set and service URL will be visible
RajatArora_12-1737012153171.png

Thanks for going through the blog and now you will be able to publish any v4 service. 😀

 

1 Comment
AbhishekSharma
Active Contributor

Hi @RajatArora very helpful, thanks for posting details...

Thanks-

Labels in this area