cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EXECUTE snap returning blank output

minalbakore
New Contributor

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.

minalbakore_0-1712917604963.png

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

10 REPLIES 10

rnbabar
New Contributor II

You can remove the Type Convertor snap and use mapper where expression can be built to convert # to string, ie

stringvalue.parseInt() and assign to field