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

Problem with custom field validations when updated using BAPI

0 Likes
523

Hi All,

I am facing a problem when i am trying to update some custom fields in VBAP through the BAPI BAPI_SALESORDER_CHANGE. There are many validations in the user exits for these custom fields that get triggered when i change these fields through VA42 but none of them are getting triggered when I update it using the BAPI. Please let me know if i can make this happen through the BAPI or is there some other way to approach this problem.

Thanks & Regards,

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

hi

good

go through these user exit and check any of them can solve your problem

SDTRM001 Reschedule schedule lines without a new ATP check

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

SDAPO001 Activating Sourcing Subitem Quantity Propagation

V45A0001 Determine alternative materials for product selection

-


go through these links, which ll give you detail idea about working with BAPI_SALESORDER_CHANGE

http://sap4.com/wiki/index.php?title=BAPI_SALESORDER_CHANGE&printable=yes

thanks

mrutyun^

2 REPLIES 2
Read only

Former Member
0 Likes
477

hi

good

go through these user exit and check any of them can solve your problem

SDTRM001 Reschedule schedule lines without a new ATP check

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

SDAPO001 Activating Sourcing Subitem Quantity Propagation

V45A0001 Determine alternative materials for product selection

-


go through these links, which ll give you detail idea about working with BAPI_SALESORDER_CHANGE

http://sap4.com/wiki/index.php?title=BAPI_SALESORDER_CHANGE&printable=yes

thanks

mrutyun^

Read only

0 Likes
476

Solved on my own