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: 

ABT1N - intercompany BDC or BAPI

Former Member
0 Kudos

Hi gurus,

I am tring to do mass asset transfers for intercompany. I tried 'BAPI_ACC_ASS_TRANSFER_POST' But no use . It is giving some errors . Can i do BDC to ABT1N , Is there any direct Input prog for this . Pls let meknow. Appreciate your help.

RS.

4 REPLIES 4

Former Member
0 Kudos

Ravi,

Best method would be to use BAPI_ACC_ASSET_TRANSFER_POST Fool proof method. I would go with this.....

BDC Sessions are not adviced for Enjoy Transactions...BDC session will work on the trans code ABT1(4.6C) but sometimes it looks for fields not available in trans code ABT1N. Also the messaging is lousy for this.

When tried to execute it in background, it gives a "No batch input data" error.

- Using the same BDC session, when we execute it in "display errors only" mode, it immediately gives us a "Leave to Transaction" error, without any other errors in between.

- When the same BDC session is run a third time, also in "display errors only" mode, it no longer displays any errors and executes smoothly.

Ttried running a newly generated BDC session in foreground, just so I would be able to see what was going on. I ran into the "leave to transaction" error just after pressing enter on a "=save" ok code.

Or Try the Direct input object "0160" method '0002' program 'RAALTD11'.

Le'me know if you need any info.

Vinodh Balakrishnan

0 Kudos

My apologies to you for not responding immediately and I Thank you for response. . I tried the BAPI and found that the BAPI i mentioned is not released to customers . So i have no choice here than BDC. And regarding the BDC, your guess was right . It started troubling us.

Could you give more details abt the method or DI prog . What is this method '0002' . I don't see it in selection scrn of theRAALTD11

Appreciate your reply .

Ravi

Former Member
0 Kudos

If you have errors with the BAPI, you will likely have the same errors with other methods. What are the errors you are getting?

Rob

0 Kudos

Rob,

My apolozies to you for not responding immediately And I thank you for the interest shown . The BAPI i specified is not released by SAP for customers . The Error is : (AAPO)104 "Data inconsistency: Parallel depr. area is not posted" .

Pls suggest.

Thanks

Ravi.