Application Development and Automation 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: 
Read only

Master Data Upload For AS01

Former Member
0 Likes
1,555

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,097

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

6 REPLIES 6
Read only

Abhijit74
Active Contributor
0 Likes
1,097

Hi,

You can use BAPI_FIXEDASSET_CREATE1.

Please check [Thread for help.|;

Thanks,

Abhijit

Read only

Former Member
0 Likes
1,097

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

Read only

Former Member
0 Likes
1,097

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

Read only

Abhijit74
Active Contributor
0 Likes
1,097

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,098

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

Read only

0 Likes
1,097

I forgot BAPI_FIXEDASSET_OVRTAKE_CREATE.

Regards,

Raymond