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 errors

Former Member
0 Likes
521

Hi -- I need to remove costing relevance indicator from CS02 , So i bought all the BOMS which needs to be changed into an internal table and did a recording for CS02 and wrote a BDC open group and close group and used rsbdcsub for daily job submission can I use sessions method for this, the indicator is not getting removed am I doing wrong with the BDC Kindly advice.

Thanks

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Jul 6, 2010 5:45 PM

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
491

Hi,

Did you check the error log of the BDC session? Pass update mode as Synchronous update (S).

Thanks,

Vinod.

4 REPLIES 4
Read only

vinod_vemuru2
Active Contributor
0 Likes
492

Hi,

Did you check the error log of the BDC session? Pass update mode as Synchronous update (S).

Thanks,

Vinod.

Read only

0 Likes
491

Yes I did check the error log it is not having any errors and it is synchoronus.

Thanks for replying.

Read only

0 Likes
491

Hi,

Instead of using RSBDCSUB, can you process the session in foreground and see if there are any errors?

There might be something wrong with the recording. Hope you passing default size = X (CTU_PARAMS-DEFSIZE).

Thanks,

Vinod.

Read only

0 Likes
491

ok I will actually I have multiple line items . I will check that.

Thanks for your suggestion