‎2008 Jul 10 1:22 PM
Good Day Everybody!!
I am having one intresting issue in BDC.
I am having a BDC which does REAd PP MASTER DATA
in CO02 transaction.
While reading master data if any errors are generated these are
logged in error log which is avalable from
MENU->
GO TO->
LOGS
->Read PP Master Data
However these are not captured in BDC error table.
How do i access these errors from Error LOG.
Any suggestions?
‎2008 Jul 10 3:26 PM
Hello,
I assume that these checks takes place in background and the bdc shows the errors/warning only if they occur in the screens. i think you need to code the possible error checks in the program before bdc is being called.
Hope this helps.
Rajeev