‎2006 Dec 08 12:52 PM
DEAR ABAPERS ,
I HAVE ONE PROBLEM IN BDC ERROR MESSGAE,I AM RUNNING BDC FOR TWO CONDITION , FOR ONE CONDTION BDC IS WORKING IN BOTH MODE ,
BUT IN SECOND CONDTION ,IT IS WORKING FINE IN DISPLAY MODE BUT NOT IN NO DISPLAY MODE .
IN MESSAGE TAB ALSWAYS THROWING AS 'E' WHAT MAY BE THE REASON .
MOST URGENT..
REGARDS
VEERA.
‎2006 Dec 08 2:24 PM
Hi,
In Message Tab, there will be Message Id, Message Number. You can check in SE91 what exactly the error message description is. Also one thing You can do in your code. For all the BDC_OKCODEs pass the OKCODE value along with "=". for example if the OKCODE is "USB" then pass as "=USB". then your BDC will work even in No Display Mode.
thanks,
sksingh
‎2006 Dec 09 1:41 AM
hi
in bdc ok code the code is like that only..
perform bdc_field using 'BDC_OKCODE'
'=BU'.
regards
veera
‎2006 Dec 08 4:05 PM
try to record for both conditions again and check for screens could be dynamic screens for enjoy transactions screen changes
‎2006 Dec 09 4:40 AM
use this FM TB_MESSAGE_BUILD_TEXT and give the message number , id and check out what the error says