cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to implement to method IF_EX_FAGL_COND_ACC_ASSIGNMENT - CONDENSE for transaction fagl_it_02

mark_fryu
Participant
0 Kudos
795

Hi all,

how can I edit this method IF_EX_FAGL_COND_ACC_ASSIGNMENT - CONDENSE ? It is called by transaction fagl_it_02

I need to add a piece of code here:

 mark_fryu_0-1732696434760.png

I implemented this enhancement, but it is not called by the transaction fagl_it_02

mark_fryu_1-1732696519487.png

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor
0 Kudos

This is the Fall Back class of a BAdI, 

  • Use a where-used search, you should find the relevant BAdI using this interface
    (FAGL_COND_ACC_ASSIGNMENT 'Summarize Balances Using Account Assignment Characteristics')
  • Read BAdI documentation
  • Implement this BAdI, add your code to  your implementing class and activate the class and implementation.

 

mark_fryu
Participant
0 Kudos

Hi @RaymondGiuseppi 

I implemented this enhancement, but it is not called by the transaction fagl_it_02

mark_fryu_0-1732734539427.png

the badi is the one you told me: FAGL_COND_ACC_ASSIGNMENT

 

RaymondGiuseppi
Active Contributor
0 Kudos

This BAdI was created initially for report FAGL_YEC_POSTINGS_EHP4, don't know for the italian version.

Note 3447864 - FAGL_IT_02: missing "other parameter" tab seems to indicate it is called, can you try again, check activation, filter, conditions, etc.

Ask a Question