2006 Oct 25 4:27 PM
hi to all,
help me in this issue,
i want to make some entries of the xref2 field in bseg
as blank how can i proceed with it.
thanks in advacce,
kiran kumar
hi to all,
help me in this issue,
i want to make some entries of the xref2 field in bseg
as blank how can i proceed with it.
thanks in advacce,
kiran kumar
2006 Oct 25 4:28 PM
Are you looking a user exit..Or a FM to update them..
Thanks
Naren
2006 Oct 25 4:34 PM
hi naren from teh program it self using selects ho can i
do
thanks in advance
kiran kumar
2006 Oct 25 4:37 PM
2006 Oct 25 4:51 PM
hi,
SELECT * FROM BSEG
INTO CORRESPONDING FIELDS OF TABLE IT_BSEG
WHERE XREF2 EQ IT_ZI-SNO.
if entries exit i need to update or overwrite the xref2 as blank.
thanks in advance
kiran kumar
Message was edited by: kiran kumar
Message was edited by: kiran kumar
2006 Oct 25 5:05 PM
This would be extremely dangerous. I would create a batch input session to do this.
Rob
2006 Oct 25 5:32 PM
Hi
That field is on the index tables like BSID/BSAD... <b>so don't change that field manually</b>.
Create a BDC for trx FB09 or fm FI_ITEMS_MASS_CHANGE
Max
2006 Oct 25 4:32 PM
Hi,
by writing small peace of code u can make XREF2 null with some condition. If it is only few then without taking pain go in dubug and make XREF2 blank.(Actually this is not a good practise, i do some time).
If sounds good pl reward.
Cheers.
2006 Oct 25 4:36 PM
Hi,
Try using the FM FI_DOCUMENT_CHANGE to update the XREF2 field..
THanks,
Naren
2006 Oct 25 4:43 PM
Hi Kiran,
I agree with Narendran, Use FM and change the values if those are few.
regards,
Chandra.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |