ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB V8 SAP Request - BAPI sync call always returns extra

Post new topic  Reply to topic
 WMB V8 SAP Request - BAPI sync call always returns extra « View previous topic :: View next topic » 
Author Message
Untomato
PostPosted: Mon Aug 26, 2013 8:16 am    Post subject: WMB V8 SAP Request - BAPI sync call always returns extra Reply with quote

Newbie

Joined: 17 Nov 2010
Posts: 4

Hello,

When I use SAP request node to perform BAPI sync call, there always an extra zero padded record returns besides the expected record.

There are 4 tables to be returned depending on the input. For example, the expected return should be:

INPUT Parameter = (
CODE = 1234
)
OUTPUT Parameter = (
(Folder):TABLE_A = (
TABLE_A.Name = 'Hello' (CHARACTER)
TABLE_A.Value = 25.00 (DECIMAL)
)
)

But from the trace node {$Root} right after SAP Request Node returns:

INPUT Parameter = (
CODE = 1234
)
OUTPUT Parameter = (
(Folder):TABLE_A = (
TABLE_A.Name = '000000' (CHARACTER)
TABLE_A.Value = 0.00 (DECIMAL)
)
(Folder):TABLE_A = (
TABLE_A.Name = 'Hello' (CHARACTER)
TABLE_A.Value = 25.00 (DECIMAL)
)
(Folder):TABLE_B = (
TABLE_B.Name = '000000' (CHARACTER)
TABLE_B.Value = 0.00 (DECIMAL)
)
)

There always a zero padded record return for each table.

From SAPGUI SE37, with the same input, it only returns 1 entry of TABLE_A and 0 entry of TABLE_B.

Does this happen to anyone else or it's just me?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB V8 SAP Request - BAPI sync call always returns extra
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.