- The software component assigned to the development package is set to Modifiable. (MARA table, for example)
- The namespace assigned to the development package is set to Modifiable
пятница, 24 декабря 2021 г.
Migrate Your Data App - WTF ???
среда, 13 октября 2021 г.
How to make oData service working from outside
At first, select oData service you want to check, for example, something with business partner.
Here is API_BUSINESS_PARTNER service - need to activate in /IWFND/MAINT_SERVICE
Then, go to "Call Browser" button:
URL with this format will be opened:
https://s4host.net:8070/sap/opu/odata/sap/API_BUSINESS_PARTNER/?$format=xml
Here you can see some collections, which starts from "A_" patterns:
Copy such collection (A_BusinessPartner) and put it after basic service name:
https://s4host.net:8070/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner
It brings the list of business partners from the system:
To have information about exact BP, put BP number in such format to URL:
https://s4host.net:8070/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner('300000')
You can do the same from Postman for example:
To expand business partner data for some particular directions, you can add such extension (in blue):
https://s4host.net:8070/sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartner('300000')/to_BusinessPartnerAddress
How to find an API on SAP S/4HANA OP (EN) | SAP Blogs
Create Sales Order - SAP Help Portal
https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/1dad2180e6f34b75ac77afce5cb5eda1/7ab0bcc20b1611da1503000bcddc2565.html?&version=2020.001
Other API-s examples
API_VMSVEHICLE
API_VMSVEHICLELOCATION
Operations for Vehicle Management System for Vehicle - Read - SAP Help Portal
Converting UUID between hyphened representation and RAW16 | SAP Blogs
вторник, 15 декабря 2020 г.
Frequently happened issues during Fiori apps activation
How to resolve Vocabulary Annotation File 'xxxxxx' version '0001' not found?
Resolution (note 2826598)
Login to SAP NetWeaver and execute /n/IWBEP/REG_VOCAN t-code
Search for the Annotation File from the list (1) and click on the Annotation Model
In the below screen you will get OData Service name (2)
Add the OData service in /n/IWFND/MAINT_SERVICE t-code
Clear the metadata cache by running the below t-codes
/n/IWFND/CACHE_CLEANUP
/n/IWBEP/CACHE_CLEANUP
Load the metadata of OData Service "CATALOGSERVICE" version 2
Make sure the system alias of CDS service in SPRO settings has unchecked "OData on Backend" check box
You can ignore this error in error log when you ran the report /UI5/UPD_ODATA_METADATA_CACHE
In Production System you can run this report daily or after importing transports
Failed to load UI5 component for navigation intent
In case of such an error: Failed to load UI5 component for navigation intent "#InspectionCharacteristic-recordMltplResults"
Copy those text to clipboard
And put it to text editor, where you can find key words to activate:
Having that, go to SICF and activate it:
пятница, 27 ноября 2020 г.
How to provide custom number range for Serial Numbers
In t-code OIEN (or SPRO: Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service -- Technical Objects -- Equipment -- Equipment Categories -- Define Number Ranges) define group and NR for group for object EQUIP_NR:
In t-code OIS2 - create new serial number profile with equipment category X (SPRO: Plant Maintenance and Customer Service -- Master Data in Plant Maintenance and Customer Service -- Technical Objects -- Serial Number Management -- Define Serial Number Profiles) :
Create new material master with SN profile X001, Serialization Level = 1 Keep equipment number and serial number synchronous:
четверг, 26 ноября 2020 г.
How to activate Fiori service
If you've added some Fiori launcher role, some app services might not be activated.
For example, in Sales Orders chapter I have Sales Order Fulfillment Resolve Issues app
where I want to select follow-up activity:
After that, go to transaction /IWFND/ERROR_LOG - SAP Gateway Error Log where you can see the service name (CB_SALES_ORDER_SRV)
понедельник, 2 ноября 2020 г.
S4 Migration Cockpit - download stock (Material inventory balance)
T-code LTMC. To proceed the stock create new migration project
Select migration object Material inventory balance
Download template
Populate those file
Upload it
Activate it






























































