cancel
Showing results for 
Search instead for 
Did you mean: 

need help in pricing

Former Member
0 Kudos

Dear SAP Gurus,

I have following requirement

I have defined my pricing procedure in which i have one non-mandatory manual pricing condition for commission. Now what i want is that if one maintain this condition than system should ask for vendor code which we can see in condition detail.

Thanks and Regards,

Tarpan Vadalia

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member1091983
Active Contributor
0 Kudos

Dear tarpan,

I think in standard, there is no possibility..

U can achieve this requirement with the help of the ABAPer i suppose.

Regrds

JJ

Former Member
0 Kudos

Tarpan,

I am not sure where you are storing the Vendor #. But for this example lets assume its on vbap as zvendor. In MV45afzz there is a user exit to prepare TKOMP. Have an Abaper play with some code in the exit like the following:

If vbap-zvendor initial.

read table xkomv

with key kposn = xvbap-posnr

kinak = space

kntyp = space

ksteu = c

koaid = b

kschl = ZCOM

binary search.

if found : Popup logic to capture and set vbap-zvendor

Endif.

Hope this helps. We did something similar.

Former Member
0 Kudos

ya sure,

see i have on condition ZCOM for giving commission to vendor/agent.

Also ZCOM is non-mandatory and manual condition.

Now at the time of order creation if some one maintains ZCOM manually than system should ask for the account number of vendor. ( U can see this field by order -> pricing -> select condition -> condition details).

former_member315051
Active Contributor
0 Kudos

your requirement is not clear , can u explain in detailed so that every one will try to help u.

Regards,

Ramesh