2008 Aug 07 5:30 AM
while creating a sales order (VA01) i need to update the storage location based on division . for this the badis and user exits are not triggering while creating a sales order for the above requirement
any solution........
<removed by moderator>
thanks in advance..
<Subject edited. Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]>
Edited by: Mike Pokraka on Aug 7, 2008 8:38 AM
while creating a sales order (VA01) i need to update the storage location based on division . for this the badis and user exits are not triggering while creating a sales order for the above requirement
any solution........
<removed by moderator>
thanks in advance..
<Subject edited. Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]>
Edited by: Mike Pokraka on Aug 7, 2008 8:38 AM
2008 Aug 07 5:33 AM
Hi ,
try program MV45AFZZ , and u need to work on tables X/YVBAP.
Regards
Prabhu
2008 Aug 07 5:35 AM
JVP,
MV45AFZZ this is the include which is trigger while creating SO.
use FORM USEREXIT_FIELD_MODIFICATION to write code.
your code look like if sy-tcode = 'VA01'.
update field.
endif.
Amit.
2008 Aug 07 7:34 AM
i need to set storage location with respect to sales division
while saving the va01(Sales order Creation) let me know which exit /badi triggers
2008 Aug 07 7:42 AM
Hi Amit and prabhu
thanks for u r reply ....
but the include MV45AFZZ. is not triggering when iam saving the sales order ...........please let me know which include triggers
before saving the so
2008 Aug 07 8:31 AM
Try to set break-point in form FORM USEREXIT_SAVE_DOCUMENT either FORM USEREXIT_SAVE_DOCUMENT_PREPARE .
sampal code:
if sy-tcode = 'VA01'.
break-point.
endif.
it should stop.
Amit.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |