SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing variant program SAP IS-U

Former Member
0 Kudos
586

Hello.

Can you help with some quastion?

1. I created new variant programm - copy of the COMPUT02. EA88

2. Create FM - copy of the ISU_COMPUT02. SE37

3. I need find part of code of the FM where is ADDING input parameters. And change it.

Example:

COMPUT02 do AMOUNT + AMOUNT

But I need AMOUNT * AMOUNT

It is just for my interest. I want to understand logic. It is not much information in the internet. Maybe write some links please?

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
313

Hi..

As I understood u want to change logic of variant i.e. addition to multiplication

For the same u need to debug existing standard variant wherein u can understand where amount is getting added, which internal structures are getting filled up in runtime etc.

Once existing variants logic is clear coding for new Zvariant will be easy.

Hope this will help.

View solution in original post

1 REPLY 1
Read only

Former Member
0 Kudos
314

Hi..

As I understood u want to change logic of variant i.e. addition to multiplication

For the same u need to debug existing standard variant wherein u can understand where amount is getting added, which internal structures are getting filled up in runtime etc.

Once existing variants logic is clear coding for new Zvariant will be easy.

Hope this will help.