‎2007 Mar 20 11:12 PM
I need to implement user exit (enhancement: WPDA0001; User Exit:EXIT_SAPLWPDA_008 ) to make an idoc extension, what we need is just get one more fields: E1WXX01-FLDNAME = 'CREDITBLK', E1WXX01-FLDVAL = 'X', how can I implement it in EXIT_SAPLWPDA_008 ?
the logic is: select CRBLB from KNKK where kunnr = E1WPP01-PERSNR and KKBER = 'xxx', if yes, then put the field and value.
‎2008 Mar 06 2:45 AM