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: 

Is there any Exits or BAdis for XD02??

former_member213475
Participant
0 Kudos

Hello Folks,

In my requirement I want to disable the input field (VAT reg no.) under Control Data tab in XD02 and also there is a push button beside to that field and whenever we click on that push button one pop up screen comes and also those fields should be disabled (it should not be editable).

Kindly give me the solution to resolve this issue.

Thanks.

Regards,

Saran.

1 ACCEPTED SOLUTION

former_member194965
Active Participant
0 Kudos

Hi Saran,

By using Screen variant (SHD0) we can disable fields.

Regards,

E.Ananthachari.

5 REPLIES 5

former_member196331
Active Contributor
0 Kudos

You have to find the correct Enhanced point then

1)LOOP AT SCREEN.

     IF screen-name = 'T_RQNO'.  "Your Screen field name"

       screen-input = 0.

     ENDIF.

     MODIFY SCREEN.

   ENDLOOP.



2)While pressing the button again need to find the enhanced point then Stop the functionality.



Chintu6august
Contributor
0 Kudos

Hi,

you can enable and disable the fields on the screen layout through customization.

you have to check in SPRO --->Logistics General --> Business Partner --> Customers --> Define Transaction--> dependent Screen Layout.

As per your requirement select Tcode XD02 and mark the fields which you want to make editable or disable.

thank you!!

former_member194965
Active Participant
0 Kudos

Hi Saran,

By using Screen variant (SHD0) we can disable fields.

Regards,

E.Ananthachari.

former_member213475
Participant
0 Kudos

Thanks for ur replies.

But here I want to disable based on particular sales org. And is there any enhancements or any other options are available..

Pls help me.

0 Kudos

Hi,

check this link