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

User exit issue

Former Member
0 Likes
550

When I create and order with 'Create with referece option'

I want hide the 'COPY' button on the screen where we give the contract no. Can anybody tell me which form in which user exit I can do that. and what.

Also I want clear the filed VBAP-MATNR from the next screen where we select the materials for the order from the contract. Please help me

Sorry I send it one more time by mistake

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

Hi,

Alternatively you can create the Transaction variant using transaction SHD0 and disable the copy button from the transaction. Then create a Ztransaction with transaction variant using transaction SE93.

Hope this helps.

4 REPLIES 4
Read only

Former Member
0 Likes
524

Hi,

Alternatively you can create the Transaction variant using transaction SHD0 and disable the copy button from the transaction. Then create a Ztransaction with transaction variant using transaction SE93.

Hope this helps.

Read only

Former Member
0 Likes
523

It is always better option to get the User Exit name from Fucntional people. YOu can get the list of enhancement project related to 'VA' dev class from SMOD tcode.

Go to search help of project -> information system -> enter VA as dev class.

It will list out all enhancement project name related to order and you have to find out which user exist fulfill your requirement.

Read only

Former Member
0 Likes
523

Hi,

take a look to this link.

http://help.sap.com/saphelp_erp2004/helpdata/en/89/91b9d8194f11d5b3a30050dae02d7c/content.htm

http://service.sap.com/guixt

I don't know a easy way without modifications. :O(

Maybe it helps you.

Read only

0 Likes
523

hi ,

have a look at user exit:

V45A0004 Copy packing proposal

hope this helps

Regards