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

Error in BDC Back Ground Processing

Former Member
0 Likes
397

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.

2 REPLIES 2
Read only

former_member778253
Active Participant
0 Likes
359

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...

Read only

Former Member
0 Likes
359

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