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: 

Userexit in VA42

Former Member
0 Kudos

Hi

I have a requirement to enable a screen in VA42 Tcode.

VA42- Change contract

when you a display a contract ,double click on an item and go to 'billing plan' tab,

there we can see table with fields 'billing date', 'billing value' and 'currency'...you can see more fields if they are not hide.

those fields should be enabled to make changes to the date or any field.

right now, once the item is billed there can't be any changes be made to the date... checked from help.sap

is there any USEREXIT so that I can use it to make the screen enable for input other than modifying the sap std code.

please let me know.

Thanks

3 REPLIES 3

Former Member
0 Kudos

These are the user exits for VA42.

Exit Name Description

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

Award points if helpful.

Thanks and regards.

0 Kudos

Hi Vishal,

I have checked all those User exits but none of them is usefui to solve the issue.

Thanks

0 Kudos

Try sapmv45a, userexit_field_modification, there you can modify screen-input, screen-visible fields if screen-name = 'YOUR SCREEN FIELD'.