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
8
votes
1 answer

Update requests send no longer all fields to the SAP S/4HANA system

Since the update to the Cloud SDK version 2.0.0 we now have problems to add fields to the request. It is mainly about the process step "Count Physical Inventory Document Item". Here the manually set properties for the items are not sent into the…
N.Kryl
  • 185
  • 9
7
votes
4 answers

How to programmatically tell if system is R/3 or S/4

Is it possible to determine via code if the current system is R/3 or S/4? I need it because I have a method that returns the software component of Human Resources related data, but this component should be different to R/3 and S/4 systems. …
Pedro Accorsi
  • 765
  • 1
  • 8
  • 21
3
votes
1 answer

Are all the custom code adjustments part of SPAU phase in a SAP ERP to S/4 HANA on-premise migration?

I'm planning the actions to execute during the migration to S/4 HANA on-premise from the custom code point of view. So far the Central ATC is setup to validate the current SAP ECC code where we can already implement most of the fixes in the ABAP…
RaTiO
  • 979
  • 2
  • 17
  • 33
3
votes
1 answer

How to fix a DestinationAccessException thrown by the SAP Cloud SDK during application startup

I want to extend a S/4HANA Cloud System with a Spring application. It is possible to build the application without any error, and it can be also deployed to the SAP Cloud Platform. While the Backend application is starting, it throws a error. The…
alex-ma
  • 33
  • 4
3
votes
2 answers

Failed to get access token: no valid JWT bearer found while accessing S/4HANA via OAuth2Bearer

I've generated project via: mvn archetype:generate -DarchetypeGroupId=com.sap.cloud.s4hana.archetypes -DarchetypeArtifactId=scp-cf-spring -DarchetypeVersion=LATEST I included S4Sdk jars and accessing S/4HANA V2 API. The code works fine with Basic…
Rahul Pandey
  • 141
  • 1
  • 11
2
votes
0 answers

Make table control align to display width?

I can't figure out how to make my transactions fill the full width of my monitor, the width appears to be fixed, and I've got a horizontal scroll bar. The screenshot below is from transaction ME21N, in S/4HANA, running on SAP GUI client 770, to…
TinkerDink
  • 23
  • 4
2
votes
0 answers

Restrict withholding taxes in MIRO by current PO type?

The business is asking me that during MIRO for a vendor in the withholding taxes are coming the ones that have been setup in the Vendors. What they want is from all these Withholding taxes to keep only the ones that belongs to the specific Purchase…
ekekakos
  • 563
  • 3
  • 20
  • 39
2
votes
1 answer

Amount Field Length Extension: Code Adaptations (2 decimals / 3 decimals)

While preparing for the conversion to S/4HANA, our custom code check produces following error message: Old Arithmetic type conflict (Type DMBTR, Note: 0002610650) P(13,3) I have recreated the problem in a simple demo program. DATA: punit TYPE…
schmelto
  • 427
  • 5
  • 18
2
votes
1 answer

Getting NoSuchMethodError (DestinationAccessor) when launching Spring Boot project with generated Java VDM

I'm building a Spring Boot project making use of S/4HANA custom OData Service and Java VDM. I have been following various tutorials on SAP Blog, developer.sap.com or S4H13 course - the approach is pretty much the same. I managed to successfully…
2
votes
1 answer

Download header line into TXT with GUI_DOWNLOAD

Got a little problem by using the function 'GUI_DOWNLOAD'. Tried to append a header line at the top of my .txt file i created. My solution is: CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = lv_file filetype …
creative235
  • 21
  • 1
  • 3
2
votes
1 answer

How to deploy a React web app to the Fiori Launchpad?

I have a React web application which I created with the ui5-webcomponents-react library from SAP https://github.com/SAP/ui5-webcomponents-react.I wish to make this application available via the SAP Fiori Launchpad (as a tile). How can I make this…
nopassport1
  • 1,821
  • 1
  • 25
  • 53
2
votes
1 answer

Integrate SuccessFactors and S4HANA using S4 SDK

Currently we are referring https://blogs.sap.com/2017/05/10/first-steps-with-sap-s4hana-cloud-sdk/ blogs for our side by side extensibility use cases. We are trying to create a scenario for Building a side by side extensibility application to…
2
votes
1 answer

How to deploy Fiori Launchpad on HANA XS running with HANA DB?

If the system landscape has HANA XS running in HANA DB, is it possible to deploy FIORI launchpad in the landscape?
2
votes
2 answers

VAKCR Table on S/4HANA

How can I read VAKCR table data (Sales Index: Orders in Credit Management) which does not exist on S/4HANA using SQLScript? I have to convert an ABAP code block where data is queried from VAKCR table. Since this table is removed on S4, I cannot…
Eralper
  • 6,461
  • 2
  • 21
  • 27
2
votes
1 answer

How to change the thresholds for failure and warning on SAP S/4HANA Cloud SDK Pipeline?

We are using SAP S/4HANA Cloud SDK pipeline in our project and have below configuration in place for JMeter tests. However I would like to change the thresholds for failure and warning. How can I customize these values? checkJMeter: options: '' …
Junjie Tang
  • 362
  • 1
  • 15
1
2 3 4 5 6 7