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: 

Program or Tcode for attaching a FM to Z_ Variant Program.

Former Member
0 Kudos

Hi Experts,

I have created a "Z" Variant program thru EA88 but not able to attach the ISU_Z.... Function module to the Variant Program.

Please tell the process how to attach a FM to Z Variant Program.

Thanks in Advance,

Sunil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Corresponding function module must begin with u201CISU_u201D

The u201CISU_u201D prefix is absolutely necessary due to dynamic calls (during execution of the schema).

The tables always have descriptive prefixes. For example, table ISS may appear in the program as OBJISS,X_ISS, XY_OBJ-ISS etc.

Table IVB contains meter reading results and values from facts. In IOPER there is an entry for QUANT or

DEMAND operands (without values, however).

All mentioned tables are part of one internal structure (OBJ) within the billing program. This structure

contains all relevant data in many more internal tables.

From the coding: dynamic variant call. The name of the relevant function module was already provided in

the variable FUNCTION_NAME.

It will call dynamically.

Regards,

Siva

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

Corresponding function module must begin with u201CISU_u201D

The u201CISU_u201D prefix is absolutely necessary due to dynamic calls (during execution of the schema).

The tables always have descriptive prefixes. For example, table ISS may appear in the program as OBJISS,X_ISS, XY_OBJ-ISS etc.

Table IVB contains meter reading results and values from facts. In IOPER there is an entry for QUANT or

DEMAND operands (without values, however).

All mentioned tables are part of one internal structure (OBJ) within the billing program. This structure

contains all relevant data in many more internal tables.

From the coding: dynamic variant call. The name of the relevant function module was already provided in

the variable FUNCTION_NAME.

It will call dynamically.

Regards,

Siva

0 Kudos

Hi Siva,

Thanks for the contribution. I have created the ZVariant and the FM ISU_ZVARINAT but still in Variant analysis EA99 the fM is not detected.

With Regards,

0 Kudos

Have you activated the function module?

Regards,

Siva