Hello Team,
I could liked to know the best recommended pattern to connect Standalone SAP HANA Cloud DB to SAP BW4HANA.
There are several options like ABAP Utility for Data Extraction ZCL_HANA_CATALOG_UTILITIES, ODP – Information View Connection T...
Hello Team
This is very commonly asked question wherein I did find proper and correct answers regards this topic and Important one too.
"In case of Dead graph, is there any possibility to get the payload of failed messages" ?
or
"in case if ...
Hello Team,
I'm trying to filter the data frame df1 by checking the message.identityCode from another data frame df2 if message.identityCode exists && check if message.time1 is equal to current timestamp -1 then update to db.
import pandas as pd...
Hello Team,
For below nested json, the array is not getting normalized using
import pandas as pdimport json
def on_input(data):
df = pd.read_json(data)df = pd.json_normalize(json.loads(data))
api.send("output", df.to_json(orient="records...
Hello Team
Is it possible to orchestrate the data pipeline from Read HANA DB to Open API client operator (two way mode) synchronously? There is no conversion from table to string and where to define the API json fields for map.? Is data transformat...
@Bhargavakrishna Hello Is it possible to connect from SAP DI to SAP CPI using CPI-PO operator? or CPI can use https sender(BW4System and TokenService) to consume data from BW4HANA ADSO directly? Please throw some heavy light since this topic is too n...
yes i agree with @benjamin_gierden2 @FrankRiesner SAP PO or CPI cannot connect with bw4hana outbound adso. It should either be have a medium inbetween like wasb or staging.1) BW4HANA (ADSO) -> SAP CPI / PO - not possible because the request work f...