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

BDC error

Former Member
0 Likes
769

is there any other method to trace the error in the BDC-CALL TRANSACTION without using BDCMSGCOLL structure.

5 REPLIES 5
Read only

Former Member
0 Likes
739

Hi Krisna Rao,

U can call the Seesion Method when the call transaction fails,

where u can find which records are not updated successfully by going to sm35.

With Regards

BHASKAR RAO.M

Read only

Former Member
0 Likes
739

Hi Krisna Rao,

U can call the Seesion Method when the call transaction fails,

where u can find which records are not updated successfully by going to sm35.

With Regards

BHASKAR RAO.M

Read only

Former Member
0 Likes
739

Krishna,

You can do.

After call transaction

Check sy-subrc .

If sy-subrc is not equal to 0 move that record to internal table .

Pls. reward if useful

Read only

Former Member
0 Likes
739

Hi Krishna,

Through FORMAT_MESSAGE function module.

OR when ever error will be encountered then session will run. Mkae coding like that.

Hope this helps you. Rply for any queries,

Regards,

Kumar.

Read only

Former Member
0 Likes
739

Hi Krishna

As said by Laxman above, just use the function module 'FORMAT_MESSAGE'.

Be sure that you uncomment all the exporting parameters, and declare the imorting parameter as TYPE T100-TEXT.

U will get the message text in the importing parameter.

Reward points if helpful

Regards