SAP ABAP IMG Activity BADI_REIT_DIST_EXCLU (Exclude Document Items from Input Tax Distribution)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-IT (Application Component) Input Tax Treatment
     RE_IT_DS (Package) RE: Input Tax Distribution
IMG Activity
ID BADI_REIT_DIST_EXCLU Exclude Document Items from Input Tax Distribution  
Transaction Code S_EE6_85000031   (empty) 
Created on 20100714    
Customizing Attributes BADI_REIT_DIST_EXCLU   Exclude Document Items from Input Tax Distribution 
Customizing Activity BADI_REIT_DIST_EXCLU   Exclude Document Items from Input Tax Distribution 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name BADI_REIT_DIST_EXCLUDE    

Use

Using this Business Add-In (BAdI), you can exclude individual items in original documents from input tax distribution. To do so, implement the EXCLUDE_FROM_DISTRIBUTION method.

The BAdI is called during input tax distribution (transaction REITDS) for each individual line item that is to be distributed.

Requirements

Standard settings

If you do not implement this BAdI, then the system performs the distribution for all line items determined by the selection.

Activities

Implement the EXCLUDE_FROM_DISTRIBUTION method using transaction SE19.

The following parameters are used:

IS_BASE: Data of the distribution item being processed

ID_MODE: Mode of the posting run (E: update run, S: simulation)

CF_EXCLUDE

Set this indicator if you do not want to distribute the item specified in IS_BASE.

Example

You defined tax code Z3, which you do not want to be considered during input tax distribution. Using the EXCLUDE_FROM_DISTRIBUTION method, you can exclude distribution items from the distribution if they were posted with tax code Z3.

Have a look at the sample code (Goto -> Sample Code -> Display).

Notes for Developers

Business Attributes
ASAP Roadmap ID 153   Design enhancements 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20100714 
SAP Release Created in 606