Thank you for your answer.
Well actually is like this:
Action button is in the "Detail" section. I start a "PROCESS" that creates a New Record in a POPUP Window.
CREATE EstimateSub WITH EstimateSub.Estimate=Estimate,EstimateSub.Side=Estimate.LastSide,EstimateSub.RepairAction=Estimate.LastAction
VIEW EstimateSub USING EstimateSubPop
And it does it work. But when saving / creting the form then, it sends me to the top of the business object. so I have to scroll down a lot. (Details are like 100 records or more, and I need like 50 records per page.)
There is no refresh in the process or form.
Thats why I need to send to the botton.
Thank you again for your support.