‎2009 Feb 25 9:10 AM
Hi
I released my Smartform and Program...
and i told our basis ppl to Transport the Code from 832 to 834
but while transporting they are Getting this error
Transport Control Program tp ended with error code 0212
Errors:could not access file as supposed.
My question is
Y they r getting this error?
is it link to Abap Program..
bcz they are telling that there is a wrong in my Program...
Bt my Program is working fine in 832 client...
Can any one help me on this?
‎2009 Feb 25 9:12 AM
That error is not due to any program.
It comes due to some transport layer settings only.
Purely a basis related issue.
This will help you.
[error code 0212|https://forums.sdn.sap.com/click.jspa?searchID=22767620&messageID=3084485]
‎2009 Feb 25 9:12 AM
That error is not due to any program.
It comes due to some transport layer settings only.
Purely a basis related issue.
This will help you.
[error code 0212|https://forums.sdn.sap.com/click.jspa?searchID=22767620&messageID=3084485]
‎2009 Feb 25 9:14 AM
Smitha,
Check if there are any dependent objects which are not yet transported.ie if you have created any ztable which you might be using in the form/program but only the program/fomr are transported but not the ztable yet.In a similar way just also check the sequence of the requests.
K.Kiran.
‎2009 Feb 25 9:21 AM
Hi Kiran
Ya I have Not released the Program 2nd time bcz
i made correction only in smartforms not in my Program...
Is it necessary to send the Program also?
i have created request for Error messages also is it necessary to send req to all
Again?
Regards
Smitha
‎2009 Feb 25 9:31 AM
Smitha,
If you haven't done any changes in the program then there is no need but you are saying you have created error messages.Haven't you tagged the changes related to the smartform as well as the Error messages (ie message class) in the same request?
If you have different requests one for error message and one for Smartform,then see to that both are transported.If smartform is using any of those error messages then you need to move the request which has got error messages first and then only the smartform related requests should be moved otherwise it will give a dump becuase by the time Smartform is moved to 834 the error messages request is not yet moved.Hence sequnece while moving the transport requests is very important.It is always advisable to have all the changes related to a program in one request.
And added to that do check the link given by Gautam too.
K.Kiran.
‎2009 Feb 25 10:04 AM