‎2010 Jan 11 11:34 AM
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.
‎2010 Jan 11 11:36 AM
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
‎2010 Jan 11 11:36 AM
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
‎2010 Jan 11 11:36 AM
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
‎2010 Jan 11 11:38 AM
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.
‎2010 Jan 11 11:44 AM
If there is any break points placed in the programs, remove it and try.
‎2010 Jan 11 11:49 AM
‎2010 Jan 11 12:05 PM
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
‎2010 Jan 11 12:31 PM