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

Unknown type when creating JCoFunction for S4

I am getting below error while creating JCoFunction object for BAPI "SWNC_STATREC_READ_INSTANCE" for S/4HANA system. But, I am able to create object for R/3 system. java.lang.IllegalArgumentException: Unknown type -1 when trying to add field…
Ram
  • 423
  • 4
  • 26
1
vote
0 answers

SAP ECTR /DSCSAG/ Business Add-Ins for SAP S/4HANA 1.1

I am installing the SAP ECTR tool on my machine by following the official installation and configuration guidelines from SAP. However, the /dscsag* related Business Configuration Sets and BAdis do not exist in my SAP ERP system and I have not found…
1
vote
0 answers

Is there any ways we can create subset data from S/4HANA

Need to find out a way to subset data from S/4HANA I know we have TDMS which can be used with SAP ECC to extract subset of actual data. So need similar kind of way or tool or third-party tool which does it.
1
vote
0 answers

Standard SAP S/4HANA API to query ArchiveLink tables and get metadata

The setup is: on-prem S/4HANA third-party document management system (DMS) using ArchiveLink to store all types of documents By design, ArchiveLink is used only to store the files in the external DMS and store links between files and business…
Goulutor
  • 378
  • 3
  • 13
1
vote
0 answers

SAP hana to aws s3 data transfer

I have total 5tb of data in sap Hana. I want to export all the data to aws S3 in csv format. I want to use SAP hana export functionality. Is the service free or any additional cost will be charged to transfer the data?
1
vote
1 answer

ST05 shows FLAG=N"X" in S/4HANA system. Why?

We are comparing performance between a classic R/3 and a S/4 system, and simple selects from standard function modules ( e.g. selecting records from an IDoc table ) look different in S/4. The most interesting things are those: The S/4 brings less…
icbytes
  • 1,831
  • 1
  • 17
  • 27
1
vote
0 answers

SAP PO 7.5-Interface from TMS to SAP S/4HANA (inbound). IDOC XML to standard enterprise service to be enhanced with 2 new fields

I am working in SAP PO 7.5 in a TMS interface from TMS to SAP S/4HANA (inbound). It is a IDOC XML (XML file) to standard enterprise service (TrasaportatiOrderGenericRequest_IN) which needs to be enhanced by appending 2 new fields. For N stops…
Ritu Roy
  • 11
  • 1
1
vote
1 answer

ALV field in RIMARA20 program is missing after migration to S4HANA

I have the following issue. In the past, we have added some fields to transaction IH09. However last year we migrated to HANA and a lot of programs were updated in the process including the program RIMARA20, which is the program behind IH09. IH09…
Nelson Miranda
  • 5,484
  • 5
  • 33
  • 54
1
vote
1 answer

Outbound OAuth connection in S4Hana on-premise possible?

Does SAP S/4HANA on Premise support outbound communication with OAuth 2.0 client_Credentials to send an IDoc (or whatever) via http to an OAuth 2.0 protected endpoint? The question is probably very simple but it seems like SAP is trying to do…
emch2
  • 211
  • 2
  • 11
1
vote
1 answer

BAPI/FM to search prod orders confirmations by workcenter and date?

I'm trying to figure out which BAPI/FM I could use to search amounts confirmed based on search criteria of date (+time if possible) and workcenter confirmed where was confirmed... I would be using BAPI_PRODORDCONF_GETDETAIL which contains these…
1
vote
1 answer

Table Function to get first row of MSEG in CDS view

I'm trying to build a CDS view that uses various fields from invoices in VBRK and VBRP. Another requirement is to display the price listed in the original purchase order (for example, I'm selling kiwis to someone and I want to display the original…
susosaurus
  • 459
  • 10
  • 28
1
vote
1 answer

How to securely consume APIs in S/4HANA?

I know how to enable Communication Systems, -Arrangements and so on in S/4HANA Cloud Essentials to communicate with OData APIs. I like the process here. Now I have an S/4HANA Single Tenant Edition, that behaves more like an OnPrem System. I did not…
emch2
  • 211
  • 2
  • 11
1
vote
3 answers

How do I handle the need for CSFR token when using SAP Cloud SDK?

I am using the SAP Cloud SDK for Java to do CRUD on the SalesOrder APIs in S/4. Everything works well in that I can carry out these actions from Postman. However, these requests from Postman only work if I include a pre-request script to get a csrf…
Inkers
  • 219
  • 7
  • 27
1
vote
1 answer

S/4HANA UI automation. How?

My company provides us access to S/4HANA through their corporate portal, not SAP GUI. I guess because of security reasons. Not sure how it logs us in, probably SSO or has some sort of session key in the back ground, but I tried the script below to…
1
vote
2 answers

Define SCP destination for S4HANA BAPI call with Cloud SDK

I am looking for a way to call S4HANA on-premise BAPI locally and on SAP Cloud Platform with Cloud SDK. The problem is how to define RFC destinations just like HTTP ones. I also encountered JCo class not found exception and could not find a…
Jerry Zhang
  • 179
  • 3
  • 13