‎2006 Nov 07 6:45 AM
Hi guys,
Anybody have program or utility to pick up the BDC Errors from Zprograms.
I want to know number of BDC errors(Due to Screen change/Field change/etc) exists in set of zprograms.
Appreciable if Listing of BDC errors and error count can be produced by it.
reference please.
Thanks.
Ambi.
‎2006 Nov 07 6:56 AM
Hi,
better use :
CALL TRANSACTION tcode USING bdcdata MODE mod MESSAGES INTO etab.
if sy-subrc <> 0.-> analyse error-table etab
...
A.
‎2006 Nov 07 6:55 AM
In Session Method , it will create LOGs ,So u can get the LOG.
In CALL transaction method u have to get the Error Log by using MESSAGES into MSGTAB.
Regards
Prabhu
‎2006 Nov 07 6:56 AM
Hi,
better use :
CALL TRANSACTION tcode USING bdcdata MODE mod MESSAGES INTO etab.
if sy-subrc <> 0.-> analyse error-table etab
...
A.
‎2006 Nov 07 7:01 AM
hi Andreas,
Sorry for my poor explanation.
I am talking about tool/program which should analyse the Zprogram and find out.
My question is not related with BDC program execution and error output.
I want to know what error and where the BDC error occured for Zbdcprogram without executing Zbdcprogram.
Need seperate program to find out thi BDC error, without executing the BDC Program (zbdcprogram).
Hope you understand.
Ambi.