cancel
Showing results for 
Search instead for 
Did you mean: 

need condition type to pass value (dummy)

Former Member
0 Kudos

hi sd gurus,

i have one value in pricing procedure after calculation, lets say example gross price, i want to post this gross price into one condition type, means, the value has to be passed to that condition type, take example, like below

BA00    base is 100

DA00    disc. is 10

gross price is 90

here

i want to keep one condtion type for eg: ZA00 (no header contition, automatic for sales order with out cond record)

ZA00 should be 90

how can i pass gross into that?

while defining, do i have to matain dummy acess seq. if there how?

if no access seq, it was asking, in sales order without conditon record?

kindly, send me solution.

warm regards,

jagadeesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

probably, solution  below may be easier for you.

Try to make condition type ZA00 with calculation type as percentage and with access seq.

Create a condition for ZA00, which always will be detected as 100%.

Now, just make a reference for ZA00 to gross price in pricing procedure.

Thanks,

Evgenii Sakovich

jpfriends079
Active Contributor
0 Kudos

jagadeesh

You can have subtotal & base type in your pricing procedure. Refer following:

StepCondition TypeFromSubtotalBase Type
200gross price

Maintain subtotal as 6- Carry over value to KOMP-KZWI6

500ZA00200

Maintain Alt Base CondType as 21 - KZW16

FYI, in fact you can use either of the subtotals from 1 to 6 in gross price. But, your routine for base type in the desired condition type should be maintained based on chosen subtotal. As for:

subtotal 6 it should be routine 21 in Base Type

subtotal 5 it should be routine 20 in Base Type

subtotal 4 it should be routine 19 in Base Type

subtotal 3 it should be routine 7 in Base Type

subtotal 2 it should be routine 6 in Base Type

subtotal 1 it should be routine 5 in Base Type

Regards, JP

Former Member
0 Kudos

Hi jp,

how do i define za00? with or without access seq?

kindly, guide on this, so that i can complete one process.

warm regards,

jagadiish.

Former Member
0 Kudos

hi jp,

if it is not gross price, some copied value from gross price, how can we pass this value to condtion type za00, kindly, help me out.

warm regards,

jagadeesh

neeraj_lal
Contributor
0 Kudos

Define ZA00 without access sequence if you want to populate value from subtotal in all business scenario.

In this case you are parking your condition value to one of subtotal say6 as example given by Jyoti.

Then this subtotal value again copyied it to ZA00 using alt base calculation 21.

Regards

Former Member
0 Kudos

hi neeraj,

i have tried the same but in sales order condtion type za00 giving follwing message with zero value.

condition type     message      description.

ZA00                         207          CONDITION HAS BEEN FOUND(WITHOUT CONDITION RECORD)

i dont know, why it is not copying.

warm regards,

jagadeesh.

neeraj_lal
Contributor
0 Kudos

Go to T code V/06, open condition type ZA00. Check if there is any access sequence assigned. Remove that access sequence.

Now in pricing procedure assign subtotal may be 6 to your condtion types which value you want to copy in ZA00. In Condtion ZA00 assign 21 formula.

Again create sales order after these changes and let me know.

Regards

Former Member
0 Kudos

hi,

neeraj, i did the same but reflecting, i have assigned 6 the value reflected line, i have assigned 21 for za00 but same result in sales order---

jagadeesh

jpfriends079
Active Contributor
0 Kudos

If based on my previous response, by any chance you have maintain anything in "from" field for condition.type ZA00. Please make it blank, means don't maintain anything there. And try

Apologies for the same.

Regards, JP

Former Member
0 Kudos

Mr. JP,

still same result, i dont know. i changed from still, value not getting into condition type for base type 21.

warm regards,

jagadeesh

jpfriends079
Active Contributor
0 Kudos

Try with new a sales order. I hope you are getting value in "Gross Price".

Regards, JP

Former Member
0 Kudos

jp ,

ididnt get sir.

regards

jagadeesh

jpfriends079
Active Contributor
0 Kudos

After making changes to the pricing config. Are you trying the same with existing sales order or new sales order? You are recommended to use a new sales order. not with existing one.

Regards, JP

Former Member
0 Kudos

with new one only

jagadeesh

neeraj_lal
Contributor
0 Kudos

Do condtion where you assigned subtotal has value in sales document??

If yes then refresh pricing using price type 'B' or create new order.

If still finding issue put debug in the code of Alt cal value 21,  using tcode VOFM. and check if debugger stops there.

Also check in debug that structure KOMP- KZWI6 field is getting value or not. You may take help of ABAPER

Regards

jpfriends079
Active Contributor
0 Kudos

If you don't mind, can you provide screenshot of

- your pricing procedure

- sales order item

- pricing analysis

Regards, JP

Former Member
jpfriends079
Active Contributor
0 Kudos

You need to assign routine 21 in Base Type for Condition type TTTT.

Further, in your sales order, select condition type TTTT and click on magnifying glass at the bottom of the screen. Please provide screenshot of the same.

Regards, JP

neeraj_lal
Contributor
0 Kudos

I understood you have issue with condition type TTTT, assign Alt Cal base value 21 to this in Pricing procedure. Also assign 71 to 71 in From and To (Base price step) in TTTT Condtion.

After doing this create order and let us know.

Regards

Former Member
0 Kudos
Former Member
0 Kudos

HI neeraj,

its have same issue, if i was maintained from and to also.

warm regards,

jagadeesh

jpfriends079
Active Contributor
0 Kudos

Condition Type TTTT (V/06)

Calcution Type ought to be Fixed Amount.

Regards, JP

Former Member
0 Kudos

hi,

i have changed it to fixed amout. still showing same result. i dont, where i was missing. i don't know how to do debugging. how can we trace this.

warm regards,

jagadeesh.

Former Member
0 Kudos

hi,

any other soultuion for the same.

warm regards,

jagadeesh

neeraj_lal
Contributor
0 Kudos

try once to assign steps to Base price say 70 -70 or 40-70 and then check value in TTTT condtion type??

After checking your Condition details screenshot, it looks like from base condtion value do not flow to subtotal6. Can you put deheck value dbugger and check value filling KOMP structure KZWI6??

You may take help of ABAPER...