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

AW01N - Make fields read only

Former Member
0 Likes
1,693

Hello All,

My requirement is to Make fields Company code , Assest number , Subnumber  read only in AW01N transaction, while navigate from another custom transaction.

I am facing this problem since long time tried to find different ways like implicit enhancement, User exit and BADI. But didn't find appropriate place to make fields read only by LOOP screen.

Is there something that missing this ?

Thanks in advance

Parth.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,500

On my systems, there is not even one MODULE in the sub-screen PBO, no luck with Exit or BAdI.


Hint: You could try with some Transaction Variants and Screen Variants where you deactivate input on this subscreen


Regards,

Raymond

6 REPLIES 6
Read only

0 Likes
1,500

Hi,

Try these below enhancements.

Transaction Code - AW01N                    Asset Explorer

Enhancement/ Business Add-in            Description

Enhancement

AFAR0003                                External changeover method

AAPM0001                                Integration of asset accounting and plant maintenance

AFAR0004                                Determination of proportional values for retirement

AINT0004                                Change amount posted for certain areas

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

  Business Add-in

AAPM                                    BAdI for PM-AA Integration

Regards,

Praveen

Read only

0 Likes
1,500

Hello Praveen,

As I said I have already tried all this ...
Even checked for implicit enhancement possible somewhere in perform but that doesn't seem possible solution.

PaRth.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,501

On my systems, there is not even one MODULE in the sub-screen PBO, no luck with Exit or BAdI.


Hint: You could try with some Transaction Variants and Screen Variants where you deactivate input on this subscreen


Regards,

Raymond

Read only

0 Likes
1,500

Hi Raymond,

You are right !!! even not in my system!!

PaRth.

Read only

0 Likes
1,500

So create a transaction variant (SHD0) and call it with FM RS_HDSYS_CALL_TC_VARIANT or thru a new created z-transaction code.

Hint: Use search tool for guide as Learning SHD0 with Example or Transaction and Screen variants with an Example

Regards,
Raymond

Read only

0 Likes
1,500

Hi Raymond,

Using transaction variant I solved problem.

Thanks

PaRth.