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

bseg

Former Member
0 Likes
1,149

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,115

Are you looking a user exit..Or a FM to update them..

Thanks

Naren

Read only

0 Likes
1,115

hi naren from teh program it self using selects ho can i

do

thanks in advance

kiran kumar

Read only

0 Likes
1,115

Hi

U can write a little BDC for trx FB09

Max

Read only

0 Likes
1,115

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

Read only

0 Likes
1,115

This would be extremely dangerous. I would create a batch input session to do this.

Rob

Read only

0 Likes
1,115

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

Read only

Former Member
0 Likes
1,115

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.

Read only

Former Member
0 Likes
1,115

Hi,

Try using the FM FI_DOCUMENT_CHANGE to update the XREF2 field..

THanks,

Naren

Read only

Former Member
0 Likes
1,115

Hi Kiran,

I agree with Narendran, Use FM and change the values if those are few.

regards,

Chandra.