‎2010 Mar 30 10:01 AM
Dear All,
I am facing problem on while executing BDC program. First i am executing in Foreground method there it displaying errors occured,
means it showing full discription or error.
But when i used Back ground processing its displayig the full error discription like "No posting object defined for 1230/ / / " here i need full error discription.
please do the need full.
Regrads,
Srinivas.
‎2010 Mar 30 11:36 AM
Hi
In background processing you cannot see the error message, for that you have to write logic for capturing messages.
Use 'Format_Message' function module so that you can get the complete message and then you can display that on the screen.
Hope it helps...
‎2010 Mar 30 11:56 AM
try capture your errors using BDCMSGCOLL structure
and last but not least
try simulating your recording process in the background mode
and check for the flow of screen is changed or not
because in some BDC your GUI settings will be suppressed and this may end up in failure of your BDC
cheers
S.Janagar