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 check box issue

Former Member
0 Likes
852

I am doing BDC for FD32, when blocked indicator is 'X' from file then it is fine.. But when it is blank, it is not taking blank value.

Please suggest how can i pass blank value to that field and update the record.

I am doing BDC for FD32, when blocked indicator is 'X' from file then it is fine.. But when it is blank, it is not taking blank value.

Please suggest how can i pass blank value to that field and update the record.

6 REPLIES 6
Read only

Former Member
0 Likes
819

please reply

Read only

Former Member
0 Likes
819

Hi,

when you get your data in internal table from your template (excel, notpad file etc...)

and in bdc code put the if condition.

if itab-blocked_indicator is not initial.

perform ..................

(bdc code)

endif.

this will help when blocked indicator value is passed els no value is passed

Read only

Former Member
0 Likes
819

Hi,

when you get your data in internal table from your template (excel, notpad file etc...)

and in bdc code put the if condition.

if itab-blocked_indicator is not initial.

perform ..................

(bdc code)

endif.

this will help when blocked indicator value is passed els no value is passed

Read only

0 Likes
819

can you please check that data element CRBLB_CM and tell the result?

Read only

0 Likes
819

can any one give the solution what value is to be passed for keep it as blank?

Read only

Former Member
0 Likes
819

solution:

1) copy include program BDCRECX into Z one

2) comment if statement in BDCFIELD value subroutine. sothat it execution will go to that Check box and problem is solved