‎2007 Jun 05 11:02 AM
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?
‎2007 Jun 05 11:14 AM
hi ,
1) Please check the link below for errors in BDC when run in the background .
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
‎2007 Jun 05 11:14 AM
hi ,
1) Please check the link below for errors in BDC when run in the background .
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