cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type requirement

Former Member
0 Kudos

Hi Team,

I have a condition type requirement where C.Type ZXYZ has to be determined only when ZABC (List price) condition record is determined from a specific key combination only.

Would like your valuable inputs for achieving this.

Thanks in advance.

Best rgds

Rama


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can achieve your requirement without abaping by using an additional pricing procedure for your price condition ZABC.

In custo:

Copy price procedure from PR0000 to ZPR000

Update price procedure removing all conditions and adding ZABC and ZXZY

Update condition ZABC adding ZPR000 in field PricingProc

Remove ZXZY from your normal pricing procedure if only has to be determined as per your question in the forum

In functional

Update condition ZABC for customer specific  price only. Once price details data are displayed in the screen, click on GOTO, Condition suplements. Here add condition ZXZY by selecting it from matchcode and add condition value. Save and test.

Regards,

JM

jpfriends079
Active Contributor
0 Kudos

Hi JM,

Can be control condition type for "specific key combination(access)" with above mention approach?

Thanks, JP

Former Member
0 Kudos

Hi Jyoti,

yes, absolutely because is in VK12 tcode where after selecting key combination that you assign this additional condition.

Regards,

JM

Former Member
0 Kudos

Thanks JM for the approach suggested. I will configure as stated and check.

Thanks JP for getting reply to one of my questions .

Few things to discuss,

My actual access sequence for ZABC condition type looks as shown below. First 2 levels are customer specific. Last 2 levels are Material specific.

1. ZABC condition records are created by an idoc (COND_A) in my case. Will i be able to upload condition supplement value here.

2. Can i create condition supplement records in mass load ? System already has huge amount of customer specific prices.

3. Do i don't require any access sequence now for ZXYZ condition type ?

Former Member
0 Kudos

Hi Rama,

after testing,  if it works for you...

1 you should check in idoc COND_A available fields for this purpose

2 you could try LSMW

3 No need of access sequence for ZXZY as it will depend on ZABC access sequence

Regards,

JM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Rama.

New Routine is the only option to control this requirement.

ABAPer can help.

Regards

venu_ch8
Active Contributor
0 Kudos

Dear rama krishna

Could you give brief explanation

Thanks a lot

Former Member
0 Kudos

Hi Venu,

Here are the details,

Client has list price condition type say ZXYZ which has 2 accessess. 1 is for customer specific price & 2nd material price.

Now i have this new condition type ZABC where the client wants it to be applied if ZXYZ price is material price only.

Hope it's clear.

Thanks

Rama

jpfriends079
Active Contributor
0 Kudos

There is not standard way to control this behaviour:

condition type requirement where C.Type ZXYZ has to be determined only when ZABC (List price) condition record is determined from a specific key combination only

For this provide the logic to your ABAP team, where they can write a routine for that logic in requirement for the pricing against that desired condition type.

Thanks, JP

Lakshmipathi
Active Contributor
0 Kudos
Client has list price condition type say ZXYZ which has 2 accessess. 1 is for customer specific price & 2nd material price

If I understood the above correctly, the first sequence is Customer / Material combination in which case, have you given a thought what would happen if user maintains different value for the same material.  For example, let us assume material ABC and user maintains

  • $ 100.00 for the first sequence (Customer 123 & Material ABC) and 
  • $ 150.00 for the second sequence (Material ABC)

G. Lakshmipathi

Former Member
0 Kudos

As stated by you above, in that case ZABC will have value $ 100.00 & new condition type ZXYZ should be determined in document pricing.

Here ZABC determined at which level should act as a trigger point for me.

ZXYZ is statistical condition & business has a requirement to print this value on proforma if the list price (ZABC) is material price in the document.

So, request you/JP can help in the approach as this check should be dynamically determined in the document itself.