Application Development and Automation 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: 
Read only

Suppress BDC message

narendar_naidu
Active Participant
0 Likes
1,889

Hi All,

I have a requirement to run 3 BDC's in  single program, when i run the first BDC,because of the success message issued by BDC, my 2nd BDC is not running. When i execute in foreground , i can see the sucess message of the first BDC tcode  in the next BDC tcode initial screen.

After going through the posts ,I have tried all options like using RACOMMIT....or deleting the sucess messages from the first BDC message table etc.

my problem still exists, need your inputs on the same.

regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,663

Hi Naren,

Get the messages of each transaction into separate internal table also refresh BDC internal table.

Check if you are updating same datable base table or fields from this transactions. If it is then you use ENDIQUE & DEQUE funtion module to lock database table during updation and unlock it once updation done.

Regards,

Pravin

Hi All,

I have a requirement to run 3 BDC's in  single program, when i run the first BDC,because of the success message issued by BDC, my 2nd BDC is not running. When i execute in foreground , i can see the sucess message of the first BDC tcode  in the next BDC tcode initial screen.

After going through the posts ,I have tried all options like using RACOMMIT....or deleting the sucess messages from the first BDC message table etc.

my problem still exists, need your inputs on the same.

regards,

7 REPLIES 7
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
1,663

May I know for which tcodes, you have recorded BDCs?    

Read only

0 Likes
1,663

This is for TRM,

1. TM_52

2. TBB1

3. F-28

regards,

Read only

0 Likes
1,663

Try COMMIT WORK AND WAIT after each BDC.

Read only

0 Likes
1,663

Hi Arun,

I tried using commit work and wait....but still i get the message on TBB1 initial screen.

regards,

Read only

Former Member
0 Likes
1,664

Hi Naren,

Get the messages of each transaction into separate internal table also refresh BDC internal table.

Check if you are updating same datable base table or fields from this transactions. If it is then you use ENDIQUE & DEQUE funtion module to lock database table during updation and unlock it once updation done.

Regards,

Pravin

Read only

0 Likes
1,663

Hi Pravin,

thanks for the input will try and let you know.

regards,

Read only

0 Likes
1,663

Hi All,

Thanks for the input issue resolved, as when im calling the next BDC , we should clear the BDCDATA structure , as well as BDCMSGcoll structure.

regards,