cancel
Showing results for 
Search instead for 
Did you mean: 

MODULE POOL SAPLV61A

Former Member
0 Kudos

how do we find associated T Code Module pool SAPLV61A & program RV61AFZA.

Accepted Solutions (0)

Answers (3)

Answers (3)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

SAPLV61A is a functions group, ie: you have an include (LV61AUXX) with all function modules. As Amit told you, RV61AFZA is an include for userexits.

In the other hand you have the includes for VOFM subroutines:



  INCLUDE LV61ANNN.                    "Bedingungen
  INCLUDE FV62ANNN.                    "Formeln Staffelbasis
  INCLUDE FV63ANNN.                    "Formeln Konditionsbasis
  INCLUDE FV64ANNN.                    "Formeln Konditionswert
  INCLUDE FV65ANNN.                    "Formeln Gruppenkey

and for userexits



  INCLUDE RV61AFZA.                    "Userexits
  INCLUDE RV61AFZB.                    "Userexits

For instance, function module PRICING is call by a lot of reports (so, tcodes): SO, invoice, PO, and so on. Think where you can use VOFM formulas or where you use pricing procedures or price/discounts/etc.. conditions and you will have where is working these function modules.

I hope this helps you

Regards

Eduardo

Regards

Former Member
0 Kudos

Hi,

RV61AFZA is an include/user exit program in SAPLV61A.

Include program dont have a Transaction Code. It needs to be an executable program.

Regards,

Amit

former_member303858
Contributor
0 Kudos

Hi,

Check table TSTC. Also you can open the program in SE80 and there you can see the associated tcode.

Also check the below link which will help you.

Regards,

SB