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: 

Screen exit for AS01

Former Member
0 Kudos

Hi all

My object is to do enhancement i.e. toadd four fields to AS01's Origin tab.

I maintained structure CI_ANLU and i can see the fields at the respective area.

I did nothing else.......

.

.

Now....

I checked the data which i entered in those fields.

thy r getting stored in table ANLU......

and previously i.e. without enhancement it was getting stored in table ANLA......

So half of the data is getting stored in ANLA and newfields data is getting stored in ANLU...

Is that ok.????

I want them to be stored in one table only.........

i didnt do anything in EXIT_SAPL1022_001 ,EXIT_SAPLAIST_002, EXIT_SAPLAIST_003 ....

Please let me know the codes for that...

Thnx..

R@hu!

5 REPLIES 5

Former Member
0 Kudos

Hi

check the following enhancements for AS01

AAPM0001 Integration of asset accounting and plant maintenance

AFAR0003 External changeover method

AFAR0004 Determination of proportional values for retirement

AINT0004 Change amount posted for certain areas

AINT0005 Dummy for extended syntax check. Do not use.

AISA0001 Assign Inventory Number

AIST0001 Exchange number range in master data maintenance

AIST0002 Customer fields in asset master

AMSP0002 Determine relationship type for two company codes

TRAN0001 User exit for asset transfer

Regards

Anji

0 Kudos

Hi Anji...

I am already using AIST0002.

one thing i want to ask about 'Create layout'.

Assigning of layout to asset class has to be done...ok...

but for each asset class i have to do that....is thr any step that all the class will get enhanced....

thanx

Rahul

0 Kudos

Hi,

For the transaction AS01, there are 3 user-exits:

AIST0001 - EXIT_SAPLAIST_001

AIST0002 - EXIT_SAPLAIST_002

AIST0002 - EXIT_SAPLAIST_003

Regards

Former Member
0 Kudos

Transaction Code - AS01 Create Asset Master Record

Exit Name Description

TRAN0001 User exit for asset transfer

AAPM0001 Integration of asset accounting and plant maintenance

AFAR0003 External changeover method

AFAR0004 Determination of proportional values for retirement

AINT0004 Change amount posted for certain areas

AINT0005 Dummy for extended syntax check. Do not use.

AISA0001 Assign Inventory Number

AIST0001 Exchange number range in master data maintenance

AIST0002 Customer fields in asset master

AMSP0002 Determine relationship type for two company codes

No of Exits: 10

USER EXIT

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

http://www.sap-img.com/ab038.htm

http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html

Rewards if useful.........

Minal

Former Member
0 Kudos

thanx...