‎2008 Jul 24 11:54 AM
Hi all,
We have requirement to enter Unloading point using user exit at item level in Sales order .
Any suggestions welcome,
Regards,
‎2008 Jul 24 12:27 PM
Hi.
I am not sure what you mean with "Unloading Point".
You can find user exits by switch into debugging mode ( /h ) before the task you want to do and then insert break points at the abap statement CALL CUSTOMER-FUNCTION (using F9 in new debugger).
Now you can go through the possible user exits by pressing F8.
Greetz,
Andrea
‎2008 Jul 24 1:09 PM
Hi,
In the include MV45AFZZ use the beloe exit and code.
FORM userexit_field_modification.
case screen-name.
check sy-dynnr = '4452'.
WHEN 'KUWEV-ABLAD'.
KUWEV-ABLAD = 'TEST'.
endcase.
ENDFORM. "USEREXIT_FIELD_MODIFICATION
Thanks.
‎2008 Jul 28 4:13 AM
If i want user exit for unloading point while processing IDOCS for sales order then where we embed the code for same.
Regards,
‎2008 Jul 28 4:45 AM
Hi ,
This user exit will tigger when u are updating(creation/change) sales order, once u update it on sales order items , u can get it in Idocs as well ?
Regards
Prabhu