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

EXIT_SAPLWPDA_008

Former Member
0 Likes
392

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.

1 REPLY 1
Read only

Former Member
0 Likes
334

answered