Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Development

Former Member
0 Likes
785

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?

1 ACCEPTED SOLUTION
Read only

Former Member
6 REPLIES 6
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
720

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>

Read only

Former Member
0 Likes
720

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?

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
720

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.

Read only

Former Member
0 Likes
720

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

Read only

Former Member
Read only

Former Member
0 Likes
720

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