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

Screen Exit for Quotation Creation

Former Member
0 Likes
359

Hi All,

We are on ECC 6 and have the following requirement. on the quotation creation (VA21/VA22), i have to grey out field Payment term (hearder-->billing doc tab). Program name is SAPMV45A and screen number is 4303.

Once the payment term is entered, it has to be greyed out. Can someone please help me on how to achieve this.

Regards,

Jayant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
306

Hello,

Please refer this

after keeping the breakpoint u the the transaction.

Get all the Exits and BADI in following ways:

1: SE24

2: CL_EXITHANDLER

3: Method- GET_INSTANCE.

4: Put a break-point at CALL METHOD cl_exithandler=>get_class_name_by_interface.

5: now run your Tcode and you will get all the BADI listing and Exits

1 REPLY 1
Read only

Former Member
0 Likes
307

Hello,

Please refer this

after keeping the breakpoint u the the transaction.

Get all the Exits and BADI in following ways:

1: SE24

2: CL_EXITHANDLER

3: Method- GET_INSTANCE.

4: Put a break-point at CALL METHOD cl_exithandler=>get_class_name_by_interface.

5: now run your Tcode and you will get all the BADI listing and Exits