Hi Everyone,
i am trying to delete partner Function using DEBMAS06 but neither IDOC generates any error nor it fails to process.
IDOC gets process with status 53 but partner function does not gets deleted. and similarly no changes are getting sa...
Hi Expert,
is there any way to return a global variable which has been initialized inside nested loop(s).
For below given example
$var1 = '0';
$var2 = '1'
$var3 = '';
While ( $var = '1')
begin
$var = $var-1 ;
$var3 = $var1 ;
end
...
Hi Expert,
I am trying to achieve one simple logic but it seems that its not possible.
$G_var = '\'9\',\'0\','\'1\',\'2\'' passed at job property level.
now calling above global variable inside a Query under Pushdown_SQL () function...
Hi Experts,
while executing the task(a Flowgraph using Case and Union transform) , i am facing below error and not sure where do i get column 688 ( error is at Col 688 as per message).
SAP DBTech JDBC: [2048]: column store error: task framework: ...
Hi Expert,
we are in need to extract\read data from HADOOP( HDFS or HIVE) using BODS and need the guidance on how to perform the connectivity between HDFS and BODS.
Also If one can share Steps with Prerequisites that would be great.
Current sce...
Hi DirkI am assured that logic does not have any flaw because testing was done by printing values of global variable;Below custom function(which you might want to try) was called in script and it printed values as desired (print () is kept inside all...
thank you very much Dirk. I also got another alternative shown below.Global Variable at job property level :$G_Var = '[1],[2],[3]'pushdown_sql( 'Datastore',
'Table.Field IN ({$G_Var})')Regards,Shiva Sahu