Posted: Fri Dec 12, 2008 1:35 pm Post subject: Configuring message to a queue from SAP Input node
Acolyte
Joined: 02 Mar 2006 Posts: 56
Hi,
I am using v6.1 and have an Idoc coming into the SAP Input node. After the mapping I need to put the message in a queue. For some reason I am getting an empty message in the queue. I am creating the MQMD but not sure what else I need to do. Here is the code that I currently have after the mapping:
Code:
CALL CopyEntireMessage();
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN('MQMD') VALUE Environment.myMQMD;
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
Try it this way
1) Copy the properties Folder
2) Create the MQMD and then set any properties you might need in the MQMD
3) copy the Data
Have you looked at the data coming into the flow with a trace node. This will help you name the folders correctly ( get a trace of the root ) _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
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