‎2007 May 07 12:36 PM
‎2007 May 07 12:46 PM
Hi,
the fields in BDCMSGCOLL structure are:
TCODE
DYNAME
DYNUMB
MSGTYP
MSGSPRA
MSGID
MSGNR
MSGV1
MSGV2
MSGV3
MSGV4
ENV
FLDNAME
U can see the structure by giving the name BDCMSGCOLL in SE11-->tables option.
BDCMSGCOLL Collects messages in the SAP System.
****reward points if u find this answer useful.
All the best.
‎2007 May 07 12:39 PM
Hi,
TCODE
DYNAME
DYNNUMB
MSGTYP
MSGSPRS
MSGID
MSGNR
MSGV1
MSGV2
MSGV3
MSGV4
ENV
FIELDNAME
Thanks
Ravi
‎2007 May 07 12:40 PM
goto Se11 & type BDCMSGCOLL in tables field & click display to see the fields.
there are some 13 fields.
TCODE
DYNAME
DYNUMB
MSGTYP
MSGSPRA
MSGID
MSGNR
MSGV1
MSGV2
MSGV3
MSGV4
ENV
FLDNAME
‎2007 May 07 12:41 PM
Hi,
While doing the Call transaction method, we need to show the errors in the output, for this one we use this Structure
Two ways
1)... int table decalred having structure BDCMSGCOLL it is having certain variables not texts. ie msgtyp,megid, msgnr, msgvar1, msgvar2, msgvar3, msgvar4 etc all the text messages are stored using T100 database table.
2)....int table decalred having structure BDCMSGCOLL it is having certain variables . ie msgtyp,megid, msgnr, msgvar1, msgvar2, msgvar3, msgvar4 etc by declaring function modules format_message or write_message you can handle.
Regards
Sudheer
‎2007 May 07 12:46 PM
Hi,
the fields in BDCMSGCOLL structure are:
TCODE
DYNAME
DYNUMB
MSGTYP
MSGSPRA
MSGID
MSGNR
MSGV1
MSGV2
MSGV3
MSGV4
ENV
FLDNAME
U can see the structure by giving the name BDCMSGCOLL in SE11-->tables option.
BDCMSGCOLL Collects messages in the SAP System.
****reward points if u find this answer useful.
All the best.
‎2007 May 07 12:55 PM
hi,
fields present in <b>bdcmsgcoll</b>:
TCODEBDC -Transaction code
DYNAME- Batch input module name
DYNUMB -Batch input screen number
MSGTYP -Batch input message type
MSGSPRA -Language ID of a message
MSGID -Batch input message ID
MSGNR -Batch input message number
MSGV1 -Variable part of a message
MSGV2- Variable part of a message
MSGV3 -Variable part of a message
MSGV4 -Variable part of a message
ENV -Batch input monitoring activity
FLDNAME- Field name.
Just double click on the structure you can know fileds.
______________________________