2007 Mar 30 11:51 AM
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 .
2007 Mar 30 12:22 PM
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
2007 Mar 30 2:18 PM
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 .
2007 Mar 30 10:50 PM
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