2008 Nov 19 5:56 AM
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.
2008 Nov 19 6:07 AM
2008 Nov 19 6:13 AM
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
2008 Nov 19 6:13 AM
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
2008 Nov 19 6:14 AM
can you please check that data element CRBLB_CM and tell the result?
2008 Nov 19 6:30 AM
can any one give the solution what value is to be passed for keep it as blank?
2008 Nov 20 5:32 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |