former_member762739
Explorer
Member since ‎2015 Apr 01

User Statistics

  • 29 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all, From SAP BODS script i am calling a Stored Procedure where with 5 parameters. Out of Which 1 parameter is Int Type. I have stored these values in a Global Variables and the Int type is declared as 'INT'. But while calling the SP i can see i...
Hi all, I am trying to call a store procedure from SAP BODS . Below is the script that i am using sql('LEX_AURORA_DS','exec .cdm_ops.PE_SYNC_DELETE'); the stored proc is written in mysql developer << DELIMITER $$ CREATE DEFINER=`cdm_ds`@`...
Hi all, I am trying to call a store procedure from SAP BODS . Below is the script that i am using sql('D365ReplicaDB','exec hsl.usp_LEGACY_REPORTING_FEED_BeginProcess'); the stored proc is written in mysql developer << DELIMITER $$ CREA...
Hi All, I am working with a Stored Proc which is like below CREATE PROCEDURE hsl.usp_LEGACY_REPORTING_FEED_BeginProcess ( @inExecutionMode nvarchar(50) = null ) i want to execute this store procedure in BODS with @inExecutionMode this ...
Hi Expert, Can someone help me with the process and steps to connect to REST API with BODS. As per the requirement the i need to parse json file.