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: 

Enhancement in ke52 transaction.

Former Member
0 Kudos

Hi Everyone,

I am working on the  ke52 transaction.

In ke52 when i enter profit center number and press enter, on the next screen I want the FIELD-Segment to be greyed out(disabled).

Please i would appreciate any help on this.

Regards

Sunit

1 ACCEPTED SOLUTION

former_member235395
Contributor
0 Kudos

Dear Sunit,

I don´t if this is possible doing by Customizing... but here an idea.

There is a form in this program LRKPMF00(modify_field_no_input), this is responsible of no input, invisible, and so on. I think you can create 2 Enhancement point on form "modify_screen" See attach images.

Obviously, you need to control several options inside abap code.

Regards,

3 REPLIES 3

0 Kudos

Hi,

Try....

PCA00001  EC-PCA: Document changes for data transfer

PCA00002  Profit Center Accounting: derivation of representative

PCA00003  Derive Partner Profit Center for External Deliveries

PCA00004  Check valuation for invoice verification with transfer

PCA00005  Check valuation for invoice verification with transfer

PCASELEK  EC-PCA: Selection criteria for data transfer

Regards,

Sathsih kumar Elumalai

former_member235395
Contributor
0 Kudos

Dear Sunit,

I don´t if this is possible doing by Customizing... but here an idea.

There is a form in this program LRKPMF00(modify_field_no_input), this is responsible of no input, invisible, and so on. I think you can create 2 Enhancement point on form "modify_screen" See attach images.

Obviously, you need to control several options inside abap code.

Regards,

0 Kudos

Hey,

Thank you soo much for instant reply to my issue. Now i have resolved it thanks to David.

You got the perfect include and i performed a enhancement and it worked.

Actually only 1 enhancement point was enough to achieve the task.

Regards

Sunit Kelkar