Hi,
i am having sender fcc scenario.
in the file there are problem with particular fields of some rows.
there is a line break for a particular field so it is considering as a new row and started processing resulting in mapping error.
how t...
Hi,
I am configuring my rfc receiver adapter with load balancing configuration.
what are the parameters to be specified in CC for the load balancing setting.
rfc-receiver-cc.png
I have taken the details from basis for load balancing and confi...
Hi,
i am getting file name as xyz_abc_date_timestamp.txt and in receiver file name is required as xyz_date_timestamp.txt how to acheive this in Dynamic config udf or any other process.
Thanks.
Hi,
I am sending date requests(from date,to date) from ECC to JDBC and fetch the data between dates.
How to give the Receiver Message type.
In key
<Key> elements are equivalent to ‘WHERE’ conditions of sql query’Column values within a <key> e...
Hi Rahul,
Do we need any mapping for ALEAUD idoc in ESR level and Any Modules required in the receiver and sender communication channel?
Thanks,
Nikhil
Hi Muni,
i am using this code at the end of dynamic config udf and returning file name.
String filename="abc_"+conf.get(key).substring(13,27)+".txt";
but filename is returning same as sender but not as per my requirement.
Thanks.