on ‎2009 Aug 03 12:24 PM
Payment Methos in Vendor Master is = " C " Cheque.
So my requirment is ,
At the time of posting, Pmt method shoud auto reflect " C "which is given in vendor master.
And if i try to change ,then it should show me error.
How to fullfill this requirment ?
Regards,
Uday
Request clarification before answering.
hi,
check is there any user exit or customer exit available please activate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you can do it via ob28.
In prerequisites put eg doc type and company code.
Then check with abap- you need to compare bseg-ZLSCH and LFB1-ZWELS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
there is no standard way to fix any particular payment method and not changable. you will have to fix this by using payment term. else sm user exit if u can find will help you.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello udayrajo,
U can do it through SHD0. If you mention only C then make it constant. or use user exit.
Murali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
after defaulting the payment method in the payment term which is maintained in the vendor master. try to maintain the paymentmethod field status as display
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Dear
Try the following Setting :
OBB8 - Maintain Terms of Payment
double click any terms of payment
Enter the payment method and set as default
Hope it Helps
Cheers
IMK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 46 | |
| 27 | |
| 17 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.