‎2006 Jul 21 12:57 PM
Hi Guys, I never had real time experience. But I have taken ABAP training. All this time I was working and saving in "tmp". Can you tell me real time senario.
Do we need to create a folder and transport to production?
What the difference between analyst and consultant with regards to ABAP development? Consultant has to do more of functional?
‎2006 Jul 22 1:44 AM
‎2006 Jul 21 1:10 PM
Hi,
Welcome to SDN..
Actually in real time what happens is we will store it in package such that it will be stored in that package and will be easy to transport to production.
When we save in the package it will ask for creating a request and after saving in the request.
we have to release the request so that the basis person will transport it to production.
U can create ur own package by using t.code se21
Cheers,
Simha.
<b>
Reward by clicking the radio buttons on the left side of the message, if it is needful</b>
‎2006 Jul 21 1:35 PM
I crated a package but unable to save to it. I am getting "Customer object PROG ZTEST1234 cannot be assigned".
This package creation is same as creating in SE80?
‎2006 Jul 21 1:38 PM
Hi,
Go to se21.
Give some z package name.
software component as HOME
Press create.
Then description and press create button.
It will be done..
What exactly you are doing??
cheers,
Simha.
‎2006 Jul 21 1:13 PM
Hi Varada,
you can get real time specs from SAPgenie and google. I can tell you about the Transport. In SAP we don't create any folder to transport the Objects to Production, instead the Program or any Development you create is saved either in Workbench or Customizing Request. This should be transported from
DEVELOPMENT->QAS->PRD (DEPENDS ON YOUR SYSTEM LANDSCAPE). This transport Contains all your code and its Related Datas. To learn More about Request try to Look into some Basis Material and also SAP ABAP Library
<a href="http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm">http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm</a>
Hope this Helps you.
Happy Learning.
Cheers,
Prashanth
‎2006 Jul 22 1:44 AM
‎2006 Jul 22 9:10 AM
hi,
in SAP landscape, we have
development, QA, production,
at development site,any user created object,
if stored in $TMP (local object), that object can't be sent further to QA and to production server,
on the other hand, if you store that object in any package,that will be assigned with a request,with that request id,the object can be transportable to production server,
best of luck,
regards,
kcc