2010 Jul 20 7:52 AM
HI all,
After executing my CALL TRANSACTION ,I am capturing message into BDCMSGCOLL.
Now i am passing these message to FORMAT_MESSAGES FM,Its giving all success messages in display.
Which are not required to capture.
Like
2 items were selected.
Amount is too large for clearing
I just want to display posted document number or error document number.
Can any body suggest reg this.
Sachin.
2010 Jul 20 1:27 PM
Hi,
u can get the message no of the success message and while passing to the format nessage pass only messages with
1. message type 'E' this is for ERROR messages
2. message type 'S' message no '324' --- this no must be the success message no of the document post
so will get the required messages only
2010 Jul 20 1:27 PM
Hi,
u can get the message no of the success message and while passing to the format nessage pass only messages with
1. message type 'E' this is for ERROR messages
2. message type 'S' message no '324' --- this no must be the success message no of the document post
so will get the required messages only
2010 Jul 20 3:11 PM
In addition to Madhukar's suggestons, I would include those messages of type 'A' to pick up any additional error messages.