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

Updating Class Characteristic Values

Former Member
0 Likes
1,234

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
935

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

3 REPLIES 3
Read only

Former Member
0 Likes
935

Hi you can directly update the charaterstic values using transaction CT04 ---> Give characterstic name

---> Goto tab vlaues.

Hope it helps,

RJ

Read only

0 Likes
935

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...

Read only

Former Member
0 Likes
936

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