2010 Feb 27 12:20 AM
Hi All,
I am trying to write a bdc program - I want to make the item field(EBELP) as blank but system still shows as 0.
if I don't have a value in the item it should be blank and not 0.
Please help.
Meghna
Hi All,
I am trying to write a bdc program - I want to make the item field(EBELP) as blank but system still shows as 0.
if I don't have a value in the item it should be blank and not 0.
Please help.
Meghna
2010 Feb 27 3:58 AM
Hi Megha,
if EBELP value is 0 then don't populate, that means, if it is a values place the perform stmt.
like
if not EKKO-EBELP is initial.
perform bdc_field using 'EKKO-EBELP' itab-ebelp.
endif.
Bst rgds,
Srinu
2010 Feb 27 5:11 AM
Hi,
the data type of EBELP is NUMC 5 and hence i guess if you not passing any value to this field then it will populate with default value as 0.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |