cancel
Showing results for 
Search instead for 
Did you mean: 

Create specification without component lower and upper limit

Former Member
0 Kudos

Hi,

I'm using the function module C1F5_SPECIFICATIONS_MODIFY to create a sepcification. In my component table, there is an average value but no upper or lower limit. These two values are intial ( 0.0000 ). If I call the function module, I get the error "The average value does not lie between the lower and upper limit".

How can I call this function module and pass only the component average value?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The solution is to pass the value -1 to the component COMPLOWDEC and COMPUPPDEC of structure RCGAPIVP. This is described in the documentation of ESECOMPNUMDEC.

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Dear Christian

e.g. check may be:

http://www.consolut.com/s/sap-ides-zugriff/d/e/doc/E-C1F5_SPECIFICATIONS_MODIFY (I found by hazard only german link but english link should be available as well)

Check:

http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_modify.htm

You need to pay attention here. You need to understand that this function module is used for any activity. Therefore you can update value assignment type of type "B" and "C". In "background" the same table is used "ESTVP). Therefore it is "tricky" how to poupulate the parameter "right" and there is a "tricky" add on to know: The "null" topic. (using CG02 you can maintain lower upper limit but you need not and how SAPsolves this is quite tricky

Furtheron what is "tricky" is the "internal" handling of "values" if you have a component of Type C (check ESTVP table).

I found no special link which is reallyrealted to your topic. You "play2 around

C.B.