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 create Z implementation for the filter BAdI ‘BADI_ACC_DOCUMENT’ for profit center.

er_rajchowdhary
Explorer
0 Kudos
589

Dear Experts,

Please help me to implement BAdi For Profit center in tcode- J_1IG_INV.

sample-code.txt

Regards,

Raj Kumar

5 REPLIES 5

raymond_giuseppi
Active Contributor
529

Use SE18 to read BAdI documentation.

  • Look at sample and standard implementations provided by SAP

Use SE19 to create your implementation:

  • In the implementation, only if required, you can provide value(s) for AWTYP filter (e.g. MFPF for inventory movement or RBKP for incoming invoices for example)
  • Create and activate the class and required methods.

Where are you stuck, what were you unabled to perform?

0 Kudos
528

In SE19 - badi defibnation "BADI_ACC_DOCUMNET" does not exist.

badi.png

0 Kudos
528

What version of SAP (and server: training, demo) are you working on?

0 Kudos
528

As already stated, please try to read documentation using SE18 Tcode. If you don't see it there as well then provide the version of SAP.

0 Kudos
528

Basically, you cannot implement a BAdI on a system where this BAdI isn't defined.