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

table for error records

Former Member
0 Likes
531

hai.....

is there any table where error records are saved in bdc session method....please someone help me as soon as possible....

will be rewarded if helpfull....

regards,

Jhansi

3 REPLIES 3
Read only

former_member69765
Contributor
0 Likes
487

remember the BDC Session creates message logs...

You can read these messages in many ways...

1.) See table T100 table by passing the MSGID(ARBGB) and MSGNR .

2.) See table BDCLM.

3.) RSBDCREO is the standard program which will give you the logs generated given the session name .

I have not tried them... but know that they will work....

Read only

anversha_s
Active Contributor
0 Likes
487

hi,

Error Messages tables

T100 Messages

T100A Message IDs for T100

T100C Control of messages by the user

T100O Assignment of message to object

T100S Configurable system messages

T100T Table T100A text

T100V Assignment of messages to tables/views

T100W Assign Messages to Workflow

T100X Error Messages: Supplements

rgds

Anver

Read only

Former Member
0 Likes
487

Hi

You can use FM format_message to capture error records.

Regards

Su