minalbakore
2 years agoNew Contributor
SAP EXECUTE snap returning blank output
Hello
I am new to SnapLogic and trying to develop a pipeline that reads data from SAP BW with a BAPI call and loads into a database. Currently I am facing issues as SAP BW EXECUTE snap is not returning anything in output.
This is the snap configuration.
With Mapper snap I am passing the input structure to the SAP EXECUTE snap. This is the input to the EXECUTE snap -
[{
"I_S_VAR_01L_CURRENCY_001":{
"LOW": "CHF",
"OPTION":"EQ",
"SIGN":"I"
}
}
]
Please suggest what could be wrong here.
Thanks
Minal