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

User exit for Ts code WVFB

Former Member
0 Likes
577

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

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

2 REPLIES 2
Read only

Former Member
0 Likes
483

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

Read only

0 Likes
482

Thanks.

The good user exit is EXIT_SAPLWVFB_002. I solved my problem.