cancel
Showing results for 
Search instead for 
Did you mean: 

2lis_03_bf changing Datasource

Former Member
0 Kudos

Hi all,

I've a problem with the datasource 2lis_03_bf. I'm trying to change the selection fields for this datasource and the option is blocked. I want to have a selection on BWART so when I transfer Movements to BW, I'd be able to limit which Movements Types I want to transfer.

I tried to make BWART selection field but the option was blocked (for him and for many other fields).

What can I do so I can select data by BWART (movement type)?

Thank You,

Yoav.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You need to update table ROOSFIELD. Write following piece of ABAP code for the same.

UPDATE ROOSFIELD SET SELECTION = 'X'

WHERE OLTPSOURCE = '2LIS_03_BF' AND OBJVERS = 'A' AND FIELD = 'BWART'.

Regards,

Praveen

Answers (0)