‎2010 Sep 28 7:22 AM
hi,
I have to Do Master Data Upload for Transaction AS01,
whatever Transaction screen & fields along with values are there, i have to make BDC for it,
Thru Session and Call Transaction Method.
Kindly guide , which functional module I have to use for upload AS01 field data.
and wat should the approach i have to follow.
UR suggestions are always Welcome.
Regards
Vivek
‎2010 Oct 01 8:25 AM
SAP has provided many documents on this subject, start with a document like
- [Legacy Data Transfer (http)|http://help.sap.com/erp2005_ehp_03/helpdata/en/01/dfd83705c0c931e10000009b38f842/frameset.htm] in [Asset Accounting (FI-AA)|http://help.sap.com/erp2005_ehp_03/helpdata/en/4f/71d9f6448011d189f00000e81ddfac/frameset.htm] or old [Transfer of Legacy Assets to the R/3 System (pdf)|http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIAA/FIAA_CAGTFADM.pdf]
- Look via good old LSMW (Object 0160 "Fixed assets" Method 0001 "Batch Input")
- Transaction for legacy asset is AS91, look also in the FI-AA Customizing documentation (Financial Accounting, Asset Accounting, Asset Data Transfer)
Regards,
Raymond
‎2010 Sep 30 7:19 AM
‎2010 Sep 30 7:49 AM
Thanks Abhi,
for u Reply,
But i dont want go with BAPI, Client Wants in BDC .
My main cause to get essentially Screen and its fields..
Plz kindly Read my thread,once again.
Thanks in Advance.
Regards
Vivek
‎2010 Sep 30 6:43 PM
Hi,
You can use transaction SHDB to record your transaction and use that info to fill in your abap program the internal table that you use with your "call transaction 'AS01' using itab" statement.
Kr,
Nico
‎2010 Oct 01 8:07 AM
Hi,
To upload file you can use F4_fileName. GUI_UPLOAD you can use for uploading data from flat file to SAP. If you have excel file then use FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' or 'TEXT_CONVERT_XLS_TO_SAP'.
You record the transaction using SHDB
Create a recording. Put your transaction name , give it as AS01.
Fill in the mandatory fields and all other fields that are required.
Save the recording.
Click on Back Button. You will find summary. click Generate.
This will generate the source code for the recording... Replace the hard coded things with variables.
Go to SM35 to see the session...
Thanks,
Abhijit
‎2010 Oct 01 8:25 AM
SAP has provided many documents on this subject, start with a document like
- [Legacy Data Transfer (http)|http://help.sap.com/erp2005_ehp_03/helpdata/en/01/dfd83705c0c931e10000009b38f842/frameset.htm] in [Asset Accounting (FI-AA)|http://help.sap.com/erp2005_ehp_03/helpdata/en/4f/71d9f6448011d189f00000e81ddfac/frameset.htm] or old [Transfer of Legacy Assets to the R/3 System (pdf)|http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIAA/FIAA_CAGTFADM.pdf]
- Look via good old LSMW (Object 0160 "Fixed assets" Method 0001 "Batch Input")
- Transaction for legacy asset is AS91, look also in the FI-AA Customizing documentation (Financial Accounting, Asset Accounting, Asset Data Transfer)
Regards,
Raymond
‎2011 Jan 07 1:42 PM