Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New variant program IS-U billing

Former Member
0 Likes
2,405

Hello,

I want to create a new variant program that can initialize an operand from a certain date.

I know that there exists QUANTI19 but my problem is when I have a billing period that catches 2 intervals from operand.

For example: Billing period is 18.03.2015 - 17.05.2015, and in the operand I have 2 intervals: 01.01.2015 - 31.03.2015,

                                                                                                                                       01.04.2015 - 31.08.2015.


In the billing document I want to take in consideration for 18.03 - 31.03 the value from 01.01.2015 - 31.03.2015 and

                                                                                 for 01.04 - 17.05 the value (initialized) from 01.04.2015 - 31.08.2015.

Do you think this is possible?

Regards,


Ovidiu.

2 REPLIES 2
Read only

former_member206650
Active Participant
0 Likes
1,317

Hi ovidiu,

can't you use QUANTI 02,IF04 and then do QUANTI 01 .if it doesn't work  in EA 88 you can create a z variant


After saving the variant program, you should create the respective function module. The function module should have the naming convention isu_zxxxxxx. You  can copy your function module from an existing one, that is close to your requirements. When you save and activate the FM, SAP directly links the variant program created with the FM.





hope it works...


Read only

Former Member
0 Likes
1,317

Hi Ovidiu,

As you are using variant QUANTI19, change the input operand ACCESS CONTROL as End of Billing Period.

Regards,

Dilip