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

BDCMSGCOLL

Former Member
0 Likes
871

What are the fields present in BDCMSGCOLL structure???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

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.

5 REPLIES 5
Read only

Former Member
0 Likes
821

Hi,

TCODE

DYNAME

DYNNUMB

MSGTYP

MSGSPRS

MSGID

MSGNR

MSGV1

MSGV2

MSGV3

MSGV4

ENV

FIELDNAME

Thanks

Ravi

Read only

Former Member
0 Likes
821

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

Read only

Former Member
0 Likes
821

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

Read only

Former Member
0 Likes
822

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.

Read only

Former Member
0 Likes
821

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.

______________________________