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

PROBLEM IN BDC ERROR MESSAGE PART

Former Member
0 Likes
499

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.

4 REPLIES 4
Read only

Former Member
0 Likes
468

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

Read only

0 Likes
468

hi

in bdc ok code the code is like that only..

perform bdc_field using 'BDC_OKCODE'

'=BU'.

regards

veera

Read only

Former Member
0 Likes
468

try to record for both conditions again and check for screens could be dynamic screens for enjoy transactions screen changes

Read only

Former Member
0 Likes
468

use this FM TB_MESSAGE_BUILD_TEXT and give the message number , id and check out what the error says