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

BDC

Former Member
0 Likes
267

Hi Friends.

How r u?

This is Ravinder.

I have some queries plz send reply.

1. What r the typical errors do you get, when we put BDC in Background (in our real time career) and how to salve them?

2. Why we r still using traditional (old) BDC methods? Because we have BAPI, IDOCS, LSMW r in the ABAP/4?

3. structure of BDCMESGCOLL?

4. what is the default update and mode in BDC call transaction?

1 ACCEPTED SOLUTION
Read only

former_member196299
Active Contributor
0 Likes
252

hi ,

1) Please check the link below for errors in BDC when run in the background .

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=errors%20in%20bdc%20background%20processing&cat...

3) Structure of BDCMSGCOLL :

TCODE , DYNAME, DYNUMB,MSGTYP , MSGSPAR,MSGID,MSGNO ,MSGV1,MSGV2,MSGV3,FIELDNAME , ENV .

4) DEFAULT - This specifies whether you want to display the screens of the transaction for what you are writing a BDC .

There are 3 values , A - Display all

E - Display Errors pnly

N - No display

MODE --Here you provide the mode of data transfer .

there are 2 values , A -- Asynchrous mode of data updation

S -- Synchronous mode of data updfation

L -- Local mode

UPDATE-- here you specify which is the mode you want the data to be updated.

values may be A , S .

Reward if helpful !

Regards,

Ranjita

1 REPLY 1
Read only

former_member196299
Active Contributor
0 Likes
253

hi ,

1) Please check the link below for errors in BDC when run in the background .

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=errors%20in%20bdc%20background%20processing&cat...

3) Structure of BDCMSGCOLL :

TCODE , DYNAME, DYNUMB,MSGTYP , MSGSPAR,MSGID,MSGNO ,MSGV1,MSGV2,MSGV3,FIELDNAME , ENV .

4) DEFAULT - This specifies whether you want to display the screens of the transaction for what you are writing a BDC .

There are 3 values , A - Display all

E - Display Errors pnly

N - No display

MODE --Here you provide the mode of data transfer .

there are 2 values , A -- Asynchrous mode of data updation

S -- Synchronous mode of data updfation

L -- Local mode

UPDATE-- here you specify which is the mode you want the data to be updated.

values may be A , S .

Reward if helpful !

Regards,

Ranjita