2009 Jun 09 9:48 AM
Hi Experts,
I need your valuable guidance and help in Enhancements and Modifications of Sales order by T.code VA01.
My company decides to dispatch spare Parts kit which will depend on qty of finished material to be dispatched to the dealer.
In VA01, when a person select a finished product and if its order qty >1 and <20, a pop window should appear to ask whether a person want to dispatch a kit or not. if yes then a list of kits (1 to 7 depends on the Sales Qty) must be appended to line item below the selected material.
Here Kit will be treated as a material.
Can anyone suggest me the procedure and User exit or BADI through which I can get the solution of above mention issue.
Thanks a lot in advance.
With Regards
Madan
2009 Jun 09 10:00 AM
Hi Madan,
Check out for the below Exits and Badi's:
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
SDAPO001 Activating Sourcing Subitem Quantity Propagation
SAPL080O SD Document type attributes - CCRN extention
SAPDV02P Customer Preferences Enhancement to Partners
Business Add-in
BADI_SD_SCH_GETWAGFZ Scheduling Agreement: Read WAGFZ from S073
BADI_SD_V46H0001 SD Customer functions for resource-related billing.
Regards,
Santosh
2009 Jun 09 10:04 AM
Hi,
User Exit MV45AFZZ
Use "form userexit_save_document_prepare.
Here Call POPUp function with YES & NO Function module. If user selects Yes then update with new materials
.....
endform.
2009 Jun 09 10:52 AM
Hi Gunasekhar,
Thanks for reply. I'm working on MV45AFZZ. But here I want to display all the possible kits (materials) in a table control. Then user will select the kits by clicking on check box in table control.
Now how can I transfer the selected kit into the line items of va01 below the finish material.
With Regards
Madan
2009 Jun 09 10:09 AM
Hi,
SAP has provided user exit : MV45AFZZ.In this user exit find out the appropriate routine and add the logic as per your requirement.
Regards,
Rajitha.