Hello experts,
I am very new to SAP so my question is probably very very odd or the basic logic may not good. Feel free to comment.
Currently I'm trying to create a calculation rule (I'll call while processing TIP);
The development team in our company created a custom operation (Z_HFR) that returns an 8 digit number code (representing a specific type of work, stored in a non standard table). In my calculation rule, the value returned by the custom operation should be put into HRS or a variable. I don't seem to find what I need in ADDHRS or ADDVS...
The basic idea of the rule would be :
FUNC store work to variable
*
- ****
- Z_HFR
??????
where ???? = point where I'm stuck.
Since there are litteraly more than 1000 potential outputs, it's not possible to continue with
- *
- HRS=9999
- 1
- HRS=1
- 2
- HRS=2
....
- 1000
- HRS=1000
What is the correct way?
Thank you for your help and kind regards,
Kris