Questions tagged [s4hana]

The tag is for question covering all topics related to S/4HANA: integration patterns of S/4HANA with other products, its programming and architecture principles, and development/extension of S/4HANA apps based on the Fiori and UI5 UI frameworks.

S/4HANA is SAP's new generation business suite that is based on HANA in-memory database and replaces the previous SAP ERP business suite based on ECC component.

S/4HANA exists in two flavours: SAP S/4HANA On-Premise and SAP S/4HANA Cloud and has a number of improvements over previous ECC-based suite, including but not limited to:

  • improved performance by the use of HANA in-memory computation
  • new and more optimized data dictionary structures
  • fast and customizable HTML5-based Fiori UI
  • wider set of predefined best-practice solutions and addons
  • better connectivity options
93 questions
1
vote
2 answers

SAP Cloud SDK for javascript using the destination

I have followed the Tutorial and build the basic CF based nodejs applciation to display all BusinessPartners from my S/4HANA on-premise destination. function getAllBusinessPartners(): Promise { return…
Navin
  • 594
  • 2
  • 11
1
vote
0 answers

Sending data from SAP S/4HANA to SAP data hub on events trigger

I want to transfer my data from SAP S/4HANA to SAP data hub whenever lets say a purchase order gets created. these seems like a message queue problem but I am not sure what to use. So whenever there is a order creation S/4HANA sends notification,…
biswpo
  • 771
  • 7
  • 23
1
vote
1 answer

How to upload flat file directly into ACDOCU table on SAP S/4 HANA On Premise 1809?

I am using SAP S/4 HANA Group Reporting On Premise 1809, I need a solution for uploading legacy data from a flat-file (txt, csv) directly into the table ACDOCU. Is there anybody with an idea ?
1
vote
0 answers

SAP announcement on discontinue PostgreSQL and other CF-services

this week SAP announced the retirement of open-source backing services offerings like PostgreSQL, MongoDB, Redis and RabbitMQ starting with July 15th 2020. SAP Blog They call it 'evolution' Insteat SAP suggest to use S/4 DB (heavily oversized) or…
1
vote
1 answer

SAP Cloud SDK method for output service in OData form

We are using SAP S4HANA SDK Springboot archetype to build the application in SCP Cloud Foundry. The requirement is to fetch the OData services from the SAP S4HANA and expose them to the Fiori UI frontend in the form of OData. From the Java web…
Arun Kumar
  • 133
  • 8
1
vote
1 answer

How to manage users and roles for S/4HANA from Java?

I want to manage Account and Role of SAP S/4HANA Cloud (HEC) by Java code. My client tries to upgrade to SAP S/4HANA Cloud from R/3. In the previous version of SAP R/3 I could control them using sapjco3.dll and sapjco3.jar. I find 2 ways which can…
anizo
  • 237
  • 4
  • 14
1
vote
1 answer

Fiori Notification center on HANA XS?

If Fiori Launchpad Site can be deployed on HANA XS directly from SAP Web IDE, then we do not need to install SAP NetWeaver for Fiori Launchpad with HANA XS? Is my understanding correct? If yes, then what would be the Fiori version and how can we use…
1
vote
1 answer

SAP API Journal Entry "Post Journal Entries from External Systems" (SAP_COM_0002)

Has anyone successfully created a Journal Entry in S/4HANA Cloud system via POSTMAN or Cloud Platform App? I keep getting 401 unauthorized in POSTMAN. I tried PO GET API URL, and it is working…
William
  • 11
  • 2
1
vote
2 answers

Error while patching an inventory item with "API_PHYSICAL_INVENTORY_DOC_SRV" (eTag - CloudSDK)

we want to realize an inventory booking process in our Java application with the CloudSDK (Version 1.9.2). We are calling S4 OnPremise System (1709). 1.) we call the create process while using the service DefaultPhysicalInventoryDocumentService()…
N.Kryl
  • 185
  • 9
1
vote
2 answers

Unable to retrieve data from S/4 system using SDK for service development

I'm building an OData v2 service with Olingo which partly gets data from an S/4 System through a custom Gateway OData service, partly from Cloud Platform Neo and combines both. To achieve this I use the SDK for service development included in the…
Niklas
  • 375
  • 1
  • 3
  • 17
1
vote
1 answer

Transform VA01 tcode to Fiori UI?

I am configuring the transaction VA01 "Create sales order" for S/4 HANA 1709. Now, when I am clicking the button, it throws the error: VA01 is unknown I changed the app type to url and put…
Tridwip
  • 43
  • 2
  • 7
1
vote
1 answer

Initialization of query failed - BW_REPORTING_FPM001 error

I am implementing Trial Balance(Version 2) FPM/WebDynpro App from Fiori Apps Library following App Implementation : Trial Balance guide for S/4 Hana 1610. When I launch the Trial Balance App. It says Search: Null object exception Initialization of…
Razz
  • 87
  • 3
  • 21
0
votes
1 answer

Relationship of SAP Fiori to SAP S/4HANA?

I'm a beginner and trying to learn SAP ERP and know that SAP S/4HANA is the new version. Is SAP Fiori a way to run S/4HANA? Doesn't SAP S/4HANA already have a presentation layer in its 3-layer system? I've read that SAP Fiori is for UX and a bit…
0
votes
0 answers

Error:Adding Unchase OData Connected Service to the project failed: Cannot write to a closed TextWriter

I am trying to use https://github.com/unchase/Unchase.OData.Connectedservice/ to generate OData client C# code based on a metadata file. The service is hosted on SAP S/4HANA and the metadata is in version 2.0. Here is the content of the…
softshipper
  • 32,463
  • 51
  • 192
  • 400
0
votes
0 answers

Loop at Screen MIGO additional tab

I'm working on additional bar in transaction MIGO regarding this tutorial: https://blogs.sap.com/2013/06/14/how-to-create-a-custom-tab-for-migo-item-details/ This solution uses two screens to present the data, as shown in the blog post: Is it…