Application Development 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: 

How to find the code for corresnponding variant programs - Billing SAP-ISU?

Former Member
0 Kudos

Dear Friends,

I need to create a variant program same as existing one COMPUT20 in Billing in SAP ISU.

But I couldnt find the COMPUT20 variant program in abap editor level but it is available in the transaction EA30.

what are the tcode we need to use to create variant program and what are the steps involved?

thanks in advance!.

sekhar

3 REPLIES 3

Former Member
0 Kudos

you can create variant via tcode ea88

Former Member
0 Kudos

Hi Chandra Sekhar,

You can see COMPUT20 code in SE37 by giving function module name as ISU_COMPUT20.

Please follow below steps to create new custom variant.

1) Create ZCOMPUT20 variant using tcode EA88.

2) Create ISU_ZCOMPUT20 custom function module by copying standard function module ISU_COMPUT20 using tcode SE37.

Reward if answer is helpful.

Regards,

Rajesh

0 Kudos

This message was moderated.