Hi All,
I am doing data laod from r/3 to bw cube.
I should be loading data for only two company codes 1250 and 1050 and exclude others. SO pls help me with the code
IF SOURCE_FIELDS-BUKRS eq '1250' and '10500'
result = SOURCE_FIELDS-BUKRS.
my source field is BUKRS and BW field is 0COMP_CODE.