on 2024 Sep 04 10:44 AM
Hi all,
I'm currently working on my first Business Use Case using the SAP BTP abilities. What I would like to do is the following Use case : Anticipate delivery delay and inform the customer
I wanted to go trough those steps :
I directly found my self in a bad spot about the delay detection and how to automate this step. So, I figured I had to simplify the use case in order to learn step by step the SAP BTP abilities and go with the automate delay detection later on.
I finally chose to follow thoses steps :
=> Develop a Build Apps Application and connect it to an Sales Order API from our S/4.
=> On the application, insert the product ID and the date on which the product will be delivered.
=> Connected to the API Sales Order, we get the data about the product ID :
=> We compare with the date input from the application to see if there will be any delay.
=>If there is any, we informe automatically the client by email (with intégration suite ?)
It brings me to the SAP community, to get an idea of the success possibility of this use case based on your opinions. To know if my choice of tools is accurate or if I could use any others, if the order in which I use them is accurate and if there is any advice or tips to be aware of before starting this use case.
Thank you all.
Regards,
Tom
Hi Tom,
before starting with development I would suggest that you check that the API_SALES_ORDER_SRV provides you the needed data. So activate the service in your S/4HANA System and try to consume it directly with Postman or REST Client (which I'm a big fan of). I think your entrypoint will be A_SalesOrderItem as you want to filter for a specific product. I suggest you also check the API Documentation at Sales Order Item because it gives a detailed description about the fields.
I'm not sure if a Build Apps application is the right tool here. Should the app be used interactive by your company employees or should it run scheduled in background?
Best Regards
Gregor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi gregor,
thanks for the quick response and your help.
I checked in the API documentation and I think I would also need the API_SALES_SCHEDULING_AGREEMENT with the delivery schedule entrypoint.
Regarding SAP Build App, I’m using it to improve my BTP skills. There might be a different way to achieve this, which is why I made this post. To get advice, tips or knowledge about it. I’ve already connected the Sales Order API to the app. I’m using this app for now for the sake of learning.
Regards,
Tom
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.