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

BDC Problem

Former Member
0 Likes
849

Hi Everyone,

I got a weird problem, I created a BDC to create material in MEK2 and VK12 but it is working in A mode (All screen) but not working in N mode.

Anybody any idea??

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
812

Hello,

Process the BDC in the 'E' mode. You will know where the error lies. You might have probably missed a ok code while recording

Vikranth

PS: Use a meaningful subject line in future

7 REPLIES 7
Read only

Former Member
0 Likes
813

Hello,

Process the BDC in the 'E' mode. You will know where the error lies. You might have probably missed a ok code while recording

Vikranth

PS: Use a meaningful subject line in future

Read only

Former Member
0 Likes
812

Hi,

Use E mode and you wud know if any error is coming.

Cheers,

Surinder

Edited by: SURINDER SINGH OBEROI on Jan 11, 2010 5:06 PM

Read only

Former Member
0 Likes
812

Process in 'E' mode to check the error.

Or get the log from the message tab & check for any possible errors.

Probably you might be missing, some information pop up, or Ok Code.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
812

If there is any break points placed in the programs, remove it and try.

Read only

0 Likes
812

Also refer notes 72551

Read only

Former Member
0 Likes
812

Hi Kusum,

Process with mode 'E' and check it.

or, Process with 'N' & collect all the error in BDCMSGCOLL structure & check it.

*-->> Call Transaction for RFQ Create.

CALL TRANSACTION c_xxx USING i_bdcdata

OPTIONS FROM wa_opt

MESSAGES INTO i_msgcoll.

Through debugging check i_msgcoll , from message description,you will be able to identify where errors are being generated.

Regards,

Tutun

Read only

Former Member
0 Likes
812

Thasnkyou all for such a quick reply.