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: 

AS01 Screen Enhancement

Former Member
0 Kudos

hi,

we decided to add a screen paramater(check box on general tab ) to the tcode AS01. we did it through exit AIST0002 and a filed to table ANLU. But we had a problem, how we could update the check box filed value to the DB table (i guess it should be table ANLA, so does it mean a new filed need to be created?) ?.

thanks

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Extract from Enhancement AIST0002 documentaion

Create structure CI_ANLU in the ABAP Dictionary, and define the fields that you want to have in the asset master record in addition to the standard fields. The master record data of these fields will later be stored in the separate table ANLU.

Steps already performed

- Extend ANLU (CI_ANLU)

- Implementation of Enhancement AIST0002

Steps to be performed

- Copy of standard layout via transaction AOLA, affect new screen (Uxxx) to tab General

- Assign new layout to asset classes via transaction AOLK

- Update ANLU for existing ANLA records (create a Z report) if this is the first field, there are no ANLU record yets, you should insert new ones.

OSS notes of interest

- [Note 439407 - User field integration in dynamic selections|https://service.sap.com/sap/support/notes/439407]

- [Note 723202 - AS01/AS02/AS03: Subscreen with user fields not visible|https://service.sap.com/sap/support/notes/723202]

Regards,

Raymond

Former Member
0 Kudos

thanks