on 2010 May 26 1:03 PM
Hi All,
If anyone implemented and worked on the BADI BADI_FIAA_DOCLINES, please reply back.
Our Requirement: If an asset has four invoices and these are settled to another asset using AIBU, the standard program settles the sender line items to the receiver as one line item in the receiver. Our requirement is to settle each line item in the sender as a separate line item in the receiver. We achieved this using an Enhancement Spot. In addition we need to we need to update the accounting details with Assignment number, Item text etc. For this we implemented the BADI BADI_FIAA_DOCLINES and trying to change the entries of CT_ACCIT .We were able to fetch details from V_ANEPK using fields like
BUKRS Company Code
ANLN1 Main Asset Number
ANLN2 Asset Subnumber
GJAHR Fiscal Year
AFABE Real depreciation areabukrs
BWASL Asset Transaction Type
AUGLN Current number of the clearing asset line item
BUDAT Posting Date in the Document
BUREG Distribution rule group.
But we will get more than 1 entry with the above keys. Please let me the know the procedure of how to update the accounting details. Please suggest me if there are any other BADI, EXIT or Enhancement Spot to achieve this.
Thanks in advance,
Deepthi.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
you can not add document lines in ACCIT with method CHANGE_DOCUMENT.
If you have to add document lines, you must find a way to integrate BAdI method ADD_DOC_LINES into your scenario.
Regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.