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

Http status 500 with error message "Error when processing resource" when creating Sales Order with SDK

The OData Service I used is API_SALES_ORDER_SRV in SAP API Business Hub. The payload to create sales order is as below. It works very good in SAP Gateway Client. { "DistributionChannel": "01", "OrganizationDivision": "01", "SalesOrderType":…
Jerry Zhang
  • 179
  • 3
  • 13
0
votes
2 answers

Front end technologies for SAP S/4HANA

My company are currently in the process of upgrading their existing ECC6 system to the latest S/4HANA version, and as a result, we'll be looking at developing bespoke Fiori apps once the upgrade is completed. I read through a number of Fiori…
nopassport1
  • 1,821
  • 1
  • 25
  • 53
0
votes
0 answers

Sap Cloud SDK - Create BP with custom field

I have added the custom field (for example custom1) to SAP S/4 BUT000 table. I try to create a BP with this custom field by using cloud SDK. The field is added to properties _custom fields. When I execute the request builder there is error return…
0
votes
0 answers

SAP link between operators working hours and production order

I'm having trouble trying to found a link between production order and the worker (or the operator) that worked in that range of time. In particular, my client has a custom tcode where he can see the working hours of the machine and the worker…
0
votes
0 answers

SSO between SAP Webgui for HTML and SAP Cloud platform Extension application

I wanted to achieve SSO between SAP Webgui for HTML of On prem. S/4HANA system ,and between SAP cloud platform extension application ,Application open webgui in new window but prompt user and password ,how SSO can be achieved in this scenario…
SCD
  • 89
  • 2
  • 10
0
votes
1 answer

Is the SAP Cloud SDK also able to simplify connecting to non S/4 systems?

The virtual data model (VDM) of the SAP Cloud SDK is designed to make connecting to SAP S/4HANA systems on SAP Cloud Platform easier. Is it possible to also use the virtual data model for other downstream services?
Sander Wozniak
  • 650
  • 8
  • 27
0
votes
0 answers

Copy SAP table by splitting it in small pieces

I need to copy a huge table in SAP ERP software. Usually I split the table up with modulo 100 and copy it step by step. This works only if I have a number field as primary field I can use. But in the table COSS there is no such field I can use. Is…
Tommehh
  • 872
  • 1
  • 17
  • 44
0
votes
3 answers

Open Sales orders

My aim is to write a SQL query on S/4 hana system to get a list of open sales orders. Open sales orders are those orders which have been partially shipped or have not been shipped at all. I have two tables - Sales order table and Shipped Orders…
0
votes
1 answer

Problem deploying S4SDK application in Cloud Foundry

The project is generated using: mvn archetype:generate -DarchetypeGroupId=com.sap.cloud.s4hana.archetypes -DarchetypeArtifactId=scp-cf-spring -DarchetypeVersion=2.3.1, The project runs fine on local. Added jars for spring security, defined env with…
Rahul Pandey
  • 141
  • 1
  • 11
0
votes
2 answers

s4sdk, Neo or Cloud Foundry

We are currently evaluating the SCP, the available SDKs and trying to find the right environment (Neo or CF) and the right setup for the following project requirements: Provision of an oData service Connecting S/4 (reading / writing) Persistence in…
0
votes
1 answer

SAP EWM standard reports

Can somebody list an SAP EWM standard reports that are used today in S/4HANA? I know that in S/4HANA in tcode /SCM/MON you can monitor the warehouse but I can't find the list with all the reports. Many thanks!
0
votes
1 answer

Delivery not found in Pick Outbound delivery App

I am implementing Pick Outbound Delivery App in S/4Hana 1610. When I press enter after entering the Delivery No.,It say's Delivery does not exist Although, it is present in Backend System.
Razz
  • 87
  • 3
  • 21
0
votes
1 answer

From SAP Data Loading Perspective - What is the difference between R/3 and S/4HANA

In the previous R/3 SAP we had BAPI/IDOC/LSMW(standard batch inputs) to load data from legacy systems. Since S/4HANA has a completely different storage model, minimizing the number of tables etc. Are the BAPIs and IDOCs still relevant in the loading…
MaveriK
  • 3
  • 5
0
votes
1 answer

Business Suite vs S/4HANA

What is the difference between S/4HANA & Business Suite? Is it true to say Business Suite includes ERP, CRM, SRM, SCM and S/4HANA is only the next generation of ERP?
user1523089
0
votes
0 answers

Reason for SAP length restrictions

I am currently working in a company which uses SAP ERP. The average organization name length of our business partners is about 100 chars, which may be domain specific. The SAP way now seems to be that users have to split such names into chunks of 40…
Marcus
  • 1,857
  • 4
  • 22
  • 44