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

regarding VA01

Former Member
0 Likes
1,012

hi all ,

i need to change change VA01 transaction program . pls how to change the va01 transaction program . is it possible to change if so pls let me know . thanks .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

Hi,

as this is sap standard program...you have go for user-exits..


Enhancement/ Business Add-in            Description

Enhancement
V60F0001                                SD Billing plan (customer enhancement) diff. to billing plan
V46H0001                                SD Customer functions for resource-related billing
V45W0001                                SD Service Management: Forward Contract Data to Item
V45S0004                                Effectivity type in sales order
V45S0003                                MRP-relevance for incomplete configuration
V45S0001                                Update sales document from configuration
V45P0001                                SD customer function for cross-company code sales
V45L0001                                SD component supplier processing (customer enhancements)
V45E0002                                Data transfer in procurement elements (PRreq., assembly)
V45E0001                                Update the purchase order from the sales order
V45A0004                                Copy packing proposal
V45A0003                                Collector for customer function modulpool MV45A
V45A0002                                Predefine sold-to party in sales document
V45A0001                                Determine alternative materials for product selection
SDTRM001                                Reschedule schedule lines without a new ATP check

 Business Add-in
BADI_SD_SCH_GETWAGFZ                    Scheduling Agreement: Read WAGFZ from S073
BADI_SD_V46H0001                        SD Customer functions for resource-related billing



No.of Exits:         15
No.of BADis:          2

Arunima

Hi,

as this is sap standard program...you have go for user-exits..


Enhancement/ Business Add-in            Description

Enhancement
V60F0001                                SD Billing plan (customer enhancement) diff. to billing plan
V46H0001                                SD Customer functions for resource-related billing
V45W0001                                SD Service Management: Forward Contract Data to Item
V45S0004                                Effectivity type in sales order
V45S0003                                MRP-relevance for incomplete configuration
V45S0001                                Update sales document from configuration
V45P0001                                SD customer function for cross-company code sales
V45L0001                                SD component supplier processing (customer enhancements)
V45E0002                                Data transfer in procurement elements (PRreq., assembly)
V45E0001                                Update the purchase order from the sales order
V45A0004                                Copy packing proposal
V45A0003                                Collector for customer function modulpool MV45A
V45A0002                                Predefine sold-to party in sales document
V45A0001                                Determine alternative materials for product selection
SDTRM001                                Reschedule schedule lines without a new ATP check

 Business Add-in
BADI_SD_SCH_GETWAGFZ                    Scheduling Agreement: Read WAGFZ from S073
BADI_SD_V46H0001                        SD Customer functions for resource-related billing



No.of Exits:         15
No.of BADis:          2

Arunima

5 REPLIES 5
Read only

Former Member
0 Likes
718

Hi,

as this is sap standard program...you have go for user-exits..


Enhancement/ Business Add-in            Description

Enhancement
V60F0001                                SD Billing plan (customer enhancement) diff. to billing plan
V46H0001                                SD Customer functions for resource-related billing
V45W0001                                SD Service Management: Forward Contract Data to Item
V45S0004                                Effectivity type in sales order
V45S0003                                MRP-relevance for incomplete configuration
V45S0001                                Update sales document from configuration
V45P0001                                SD customer function for cross-company code sales
V45L0001                                SD component supplier processing (customer enhancements)
V45E0002                                Data transfer in procurement elements (PRreq., assembly)
V45E0001                                Update the purchase order from the sales order
V45A0004                                Copy packing proposal
V45A0003                                Collector for customer function modulpool MV45A
V45A0002                                Predefine sold-to party in sales document
V45A0001                                Determine alternative materials for product selection
SDTRM001                                Reschedule schedule lines without a new ATP check

 Business Add-in
BADI_SD_SCH_GETWAGFZ                    Scheduling Agreement: Read WAGFZ from S073
BADI_SD_V46H0001                        SD Customer functions for resource-related billing



No.of Exits:         15
No.of BADis:          2

Arunima

Read only

GauthamV
Active Contributor
0 Likes
717

hi,

instead of changing standard program copy into zprogram do the changes and assign a transaction code.

Read only

Former Member
0 Likes
717

Hi

What you want to change in VA01 program.

We have user exits and screen exit's available in SAPMV45A.

All the subroutines starting with USEREXIT_ can be used.

In case of screen exit you can use Screen 8309 and 8459

Regards

Madhan D

Read only

Former Member
0 Likes
717

Hi,

In VA01 program (MV45AFZZ) you can see some userexists. U can use them to write code according to ur requirement. For this u require access key, that will be supplied by ur Basis team.

So first analyse ur requirement then check which userexist fits ur requirement accordingly get access key from ur basis team.

Read only

0 Likes
717

hi all ,

thanks for ur reply .