‎2010 May 18 1:19 PM
Hi ALL,
When ever i am using BAPI_ACC_ASS_TRANSFER_POST it gives error
Transaction type 230 not possible (no affiliated company specified)
But same thing getting posted successfuly using the standard transaction ABT1N .
‎2010 May 18 1:33 PM
Hi Abhay,
use this...
For Intra company transfer
AMDP_BAPI_CALL_ON_TRANSACTION. --> give input values and checks data.
AMBU_CALL_AC_DOCUMENT_POST---> posting documents.
Here it doesn't use clearing GL account in between transfers and you have only two line items in accounting document.
For inter company transfers:
BAPI_ACC_ASS_TRANSFER_POST.
Here it uses clearing GL account in between transfers and you have four line items in account document.
Line 1 -- from asset
line 2- clearing GL account (+ve value)
line 3 -- to asset.
line4 --clearing GL account(-ve value).
Regards,
Narendra
‎2010 May 18 1:35 PM
‎2010 May 20 5:40 AM
Thanks for all ur Reply,
My issue is in ABT1N the standard transaction there is no issue but the same thing
when i am trying through the given BAPI the error comes .
Thanks a lot .
‎2010 Jun 23 8:05 AM