‎2011 Mar 08 2:36 PM
Hello Experts,
I want to populate cost center and to do 'k' assignment automatically when I use ts code WVFB for Sotre Order creation.
Which user-exit should be activate? thanks a lot in advance.
( the purpose is when user create a store order by transaction code WVFB , the fields of 'k' assingment and cost center don't need to be filled out, an user exit should make 'k' assignment & fill out cost center KOSTL. I just need to know this user exit).
EXIT_SAPLWVFB_002 will be good for my problem? please advice. thanks.
‎2011 Mar 08 3:00 PM
Hi
For WVFB transaction, there is following exits.
WPAV0001 POS upload role resolution
WPDA0001 Function exits for POS interface (POS download)
WPSA0001 Retail enhancements POS interface sales audit
WPUE0001 GR Check (Correct Quantities)
WPUE0002 POS inbound processing
by deugging you can find exact one.
Thanks
Prasad
‎2011 Mar 08 3:00 PM
Hi
For WVFB transaction, there is following exits.
WPAV0001 POS upload role resolution
WPDA0001 Function exits for POS interface (POS download)
WPSA0001 Retail enhancements POS interface sales audit
WPUE0001 GR Check (Correct Quantities)
WPUE0002 POS inbound processing
by deugging you can find exact one.
Thanks
Prasad
‎2011 Mar 09 5:35 PM
Thanks.
The good user exit is EXIT_SAPLWVFB_002. I solved my problem.