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

background bdc messages capture

Former Member
0 Likes
428

HI ,

I want to capture values of messages variables e.g. when PO created then PO number and then update it in a Z table .

In foreground it is ok but in background mode I am unable to do the same .

The message of type S is not getting invoked in background mode .

HI ,

I want to capture values of messages variables e.g. when PO created then PO number and then update it in a Z table .

In foreground it is ok but in background mode I am unable to do the same .

The message of type S is not getting invoked in background mode .

3 REPLIES 3
Read only

Former Member
0 Likes
407

Hi,

When the message type is S then system will hold on this stage.To overcome make it as message type I.Then it will works.

Thanks,

shyla

Read only

0 Likes
407

OK but it(message of success) does not come into the messtab at all when run in background mode ,so how will I make it of type 'I' ??

Also when I am updating a z table in this BDC it is also not working in BACKGROUND mode .

Read only

0 Likes
407

Hi

No matter whatever type of message it be, its type will be filled in SY-MSGTY system field after the CALL TRANSACTION statement....

just add this field value to your required table....

Hope ur problem will be solved

Regards