2012 Jan 12 4:04 PM
<modified subject line>
hi everybody
in transaction IE4N, I must default the value of cost centre based on the equipment input but the problem is that the field cost centre is mandatory and that field only appears after inputting the movement type.
So first input equipment
Secondly input movement type
Its only then that the field cost centre appears and its mandatory and I really dont know how to handle given the fact that the field cost centre is mandatory
thanks for your help
Moderator Message: Please use more meaningful subject lines in future.
Edited by: Suhas Saha on Jan 13, 2012 1:14 PM
2012 Jan 12 4:15 PM
In Initialisation event.
Default some equipment based on which all other fields like cost center and movement type are filled
2012 Jan 12 4:15 PM
In Initialisation event.
Default some equipment based on which all other fields like cost center and movement type are filled
2012 Jan 12 4:59 PM
Hi Prema,
I am not sure,can you try with variant.
Regards,
Madhu.
2012 Jan 12 7:47 PM
In most transactions cost center is needed only for certain movement types like 201/202 so all those transactions have cost center field hidden until you input a cost center relevant movement type and hit enter.
2012 Jan 13 7:21 AM
Hi Jeevan
yea thats true
I am entering the equipment, press enter then the movement type and press enter
then the field cost center appears
what the client wants is that the field cost center takes the default value of the equipment's cost centre
I really dont know how to do that because theres no user exit at that stage
Do you have any soution for this?
2012 Jan 13 7:38 AM
I am not able to access this tcode in my system some config missing. What you can try is as soon as you enter equipment press enter and start debugging.. You can make use of implicit enhancement to default the cost centre value...The point for implicit enhancement can be found while debugginhg look for some performs and implement the logic.
Nabheet
2012 Jan 12 8:25 PM