Skip to Content
0
Former Member
Jan 12, 2012 at 01:17 PM

user exit

82 Views

Hi,

I have a requirement for user exit.

Need to enhance ovender extractor, and 2 field LFM1-WEBRE and LFM1-LEBRE and load in Zven_type infoObject.

both field have "check" (X). the logic is if both LFM1-WEBRE and LFM1-LEBRE are empty give the value "2W" or if either LFM1-WEBRE and LFM1-LEBRE are checked give the value "3W".

My ABAP is not good. please some one help me how do i put the constant values in the result.

The result look like this

0VENDOR LFM1-WEBRE LFM1-LEBRE ZVEN_TYP

Vendor 1 2 w

Vendor 2 x 3 w

Vendor 3 x 3 w

Vendor 4 x x 3 w

Thanks