cancel
Showing results for 
Search instead for 
Did you mean: 

What does method ChangeFacts ?

0 Kudos

Hello Experts ;

While implementing a SAP Business Workflow, i need to use the Method ChangeFacts related to the Object Type : INSTLN.

Can anyone tell me in which facts that method is applied ? (facts in installation, in ratecategory, in Price ...etc)

Many Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186746
Active Contributor
0 Kudos

hi,

This is a weird question because the question is sort of the answer.

Q; What does X

A: Find out what X does by looking at the code, understanding the code, maybe there is some online documentation, in this case there is because it uses a bapi. Then you optionally you use the where used functionality, google, scn search, etc.

All in all pretty basic stuff for any kind of consultant.

Kind regards, Rob Dielemans

paul_bakker2
Active Contributor
0 Kudos

What a question!

Did you look inside the method? It calls BAPI_UTILINSTALLATION_CHANFACT which is fully documented:

Using this method you can write operand values to the installation facts.

This is possible for operands of the following operand categories:
QUANT;
DEMAND; TQUANT; AMOUNT; FACTOR; FLAG; INTEGER; RATETYPE; QPRICE; USERDEF;
TPRICE; SPRICE; LPRICE.

cheers

Paul