‎2006 Nov 29 9:35 AM
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
‎2006 Nov 29 9:37 AM
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....
‎2006 Nov 29 9:37 AM
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
‎2006 Nov 29 9:44 AM
Hi
You can use FM format_message to capture error records.
Regards
Su