Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC Messages

dutiwari
Explorer
0 Kudos

Hi All,

I am facing an issue to capture messages in BDC. Actually I created a BDC(BDC1) of exisitng BDC program (BDC2).

One status messages is thrown when BDC2 runs, but when I am running BDC1 I am not able to capture status message thrown from BDC2. I am using BDC Message Table in CALL TRANSACTION.

Is this possible if yes how this can be done ?

3 REPLIES 3

Former Member
0 Kudos

Did you check message class??

Former Member
0 Kudos

Hi ,

Check with the Function module: Format_message.

0 Kudos

Hey I did check the Message Class and also I am not getting message in BDCMSGCOLL during call transction so I dont think FORMAT_MESSAGE can help