Application Development 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: 

VOFM - Formulas- Condition value

Former Member
0 Kudos

Hi all please helo me in the issue. i need to do calculation for calculating xkwert . will the customer namespace starts with 600 or 900 and can any one please live some example calculations so that it will be easy for my undestanding

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Eric,

You need to explain your requirement first. But i had created a formula in routine 900. And the formula used for calculation is as below:

FORM FRM_KOND_BASIS_900.
  XKWERT  = XWORKF + XWORKH.
ENDFORM.

Another 1 was create in 901:

FORM FRM_KOND_BASIS_901.
  XKWERT  = XWORKG + XWORKI.
ENDFORM.

Coding in these routines is very very simple, but you need to know the exact requiremnt.

Hope it helps.

Thanks,

Archana

8 REPLIES 8

praveen_hannu
Contributor
0 Kudos

Hi

You can create a formula based on your condition type which attached to the condition. Recently I worked for on the same kind of requirement. Would you please elobarate your requirement?

Thanks

Praveen

Former Member
0 Kudos

Hi Eric,

You need to explain your requirement first. But i had created a formula in routine 900. And the formula used for calculation is as below:

FORM FRM_KOND_BASIS_900.
  XKWERT  = XWORKF + XWORKH.
ENDFORM.

Another 1 was create in 901:

FORM FRM_KOND_BASIS_901.
  XKWERT  = XWORKG + XWORKI.
ENDFORM.

Coding in these routines is very very simple, but you need to know the exact requiremnt.

Hope it helps.

Thanks,

Archana

0 Kudos

Hi ,

my requriement is as follows

komv-kbetr (1-komv-kbetr/komv-kawrt)/1+ konp-kbetr)konp-ketr

The above is my requirement please help me on the same.

0 Kudos

Hi Eric,

You can refer to the below thread.

[;

Thanks,

Archana

0 Kudos

Thanks for the reply but should the condition value formula starts from 600 or 900 series i got the access key for 601 . can goahead with the same or should i need to ask for 900 series.

thanks in advance,

0 Kudos

Hi Eric,

I think you can go ahead with 600 series.

Thanks,

Archana

0 Kudos

Hi ,

when i am activating 601 condition value routine it is asking for accesskey for activating too do we require accesskey.

0 Kudos

Hi Eric,

Once you got the access key. You can use it for creation of routine/formula as well as to do some changes in that formuls.

But once you create it, it will not ask you for access key again.

If it asks for access key, you can use same acess key.

Thansk,

Archana