2009 Apr 16 7:31 AM
Hi
experts,
I need to update vendor class characteristic values for already existing vendor.
Is there any
Badi or enhancement to update the vendor class characteristics?
Please help me in this issue with more clarification.
Thanks and regards
Ganesh Reddy
2009 Apr 16 8:09 AM
Hi Ganesh,
Use these BADIs for Vendor Characterstics Updations.
However you need to find what are your Importing and Exporting paramenters and see which BADI is Suitable.
VENDOR_ADD_DATA
VENDOR_ADD_DATA_CS
VENDOR_ADDRSCR_CHG
VENDOR_FIELDSTATUS
Also use the break point and see the txn where and which BADI it is hitting, accordingly add your code to update the Vendor Char.
Hope this helps you.
Thanks,
Prasad
2009 Apr 16 7:35 AM
Hi you can directly update the charaterstic values using transaction CT04 ---> Give characterstic name
---> Goto tab vlaues.
Hope it helps,
RJ
2009 Apr 16 7:40 AM
that i know....
my issue is already they are assigned a class which is having classifications to the vendors
Now I need to calculate some values based on some conditions and then I need to replace that values to the class characteristics...
2009 Apr 16 8:09 AM
Hi Ganesh,
Use these BADIs for Vendor Characterstics Updations.
However you need to find what are your Importing and Exporting paramenters and see which BADI is Suitable.
VENDOR_ADD_DATA
VENDOR_ADD_DATA_CS
VENDOR_ADDRSCR_CHG
VENDOR_FIELDSTATUS
Also use the break point and see the txn where and which BADI it is hitting, accordingly add your code to update the Vendor Char.
Hope this helps you.
Thanks,
Prasad