Author |
Message |
Topic: SAP Inbound Adapter Issue |
arun4ruu
Replies: 0 Views: 1794
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 30, 2016 12:01 pm Subject: SAP Inbound Adapter Issue |
I have created a sap input adapter base on ALE .The sap IDoc basic type is "ORDERS05",and the Extension type is "ARBA/RFQ".
When the adapter receiving the idoc sent from sap the ... |
Topic: How to call webservice in loop? |
arun4ruu
Replies: 9 Views: 9313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2013 12:29 pm Subject: How to call webservice in loop? |
Hello Pallavi,
Here is the code:
Before the soap request Node write this part of code in compute node:
SET Environment.RequestRecords = CARDINALITY (InputRoot.SOAP.Body.Records[] ... |
Topic: RE: Timestamp in WMB |
arun4ruu
Replies: 12 Views: 14249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 15, 2012 9:30 am Subject: RE: Timestamp in WMB |
Hello Kimbert,
The output message tree is
OutputRoot.MRM.ExpireDate = CAST(CAST(InputRoot.XMLNSC.ExpirationDate AS DATE FORMAT 'MM-dd-yyyy') AS CHARACTER FORMAT 'MM,dd,yyyy'); |
Topic: RE: Timestamp in WMB |
arun4ruu
Replies: 12 Views: 14249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2012 10:53 am Subject: RE: Timestamp in WMB |
Hi elvis_gn,
Thank you for your i/p. I have already changed the cell format as mm/dd/yyyy.
Looking that is there any possiblity other than the cell formatting. |
Topic: RE: Timestamp in WMB |
arun4ruu
Replies: 12 Views: 14249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2012 7:32 am Subject: RE: Timestamp in WMB |
It is 02/03/2008 |
Topic: RE: Timestamp in WMB |
arun4ruu
Replies: 12 Views: 14249
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2012 6:53 am Subject: RE: Timestamp in WMB |
Hi
The input date format is 02-03-2008
The output date format is 02/03/2008
The output file is CSV format. When i am writing the date in CSV format it is writing as 2/3/2008 but it is expected ... |
Topic: RE: Cast |
arun4ruu
Replies: 3 Views: 2549
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 26, 2012 11:48 am Subject: RE: Cast |
Thank You All.
I coded and I got it.
DECLARE VAL DECIMAL 9619;
DECLARE VALU DECIMAL;
SET VALU = CAST((VAL / 100) AS DECIMAL(16,2)); |
Topic: RE: Cast |
arun4ruu
Replies: 3 Views: 2549
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 26, 2012 6:56 am Subject: RE: Cast |
How to cast 9619 to 96.19 in ESQL..
Really Appreciate Your Help |