Application Development 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: 

Help On programming & request

Former Member
0 Kudos

Hi experts,

i am new to ABAP Programming.

I got a job on Implimentation Project but i don't have live experience.

i got trained in one institute.

please any one help me reagarding how the first programs i have to do ..

is there any ponits to keep in my mind doing program in development center.

for example package creation, request.

and also please tell me about program attributes will i get from my project leader or i need to decide.

like status of the program and application and authorization.

and give me some othe advices if you feel useful for me ....

rewards will be awarded.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi experts,

Please give me some more information about

development class creation and request cretaion.

is it require to create by me or some one else?

in the request point of view what is my job as a developer.

8 REPLIES 8

Former Member
0 Kudos

hy,

u will have to just follow hte programming standards, while coding. While creating request, take a screen shot of it, u'r PL will tell u every thing like wat has to be done, in short u will get SPECS of the task u have to do .

Regards,

kartikey.

Former Member
0 Kudos

Former Member
0 Kudos

Hi experts,

Please give me some more information about

development class creation and request cretaion.

is it require to create by me or some one else?

in the request point of view what is my job as a developer.

0 Kudos

hi,

mosty you need to create a development class , already all the development classes defined by your TL.

then when you create a new program you need to assign the program to development class then when you save the program it will ask the transport request by the time you create a transport request by using the same popup window and specify the description

you can view the transport request by using se01, se10 tcodes

cheers,

sasi

0 Kudos

HI EXPERTS,

thanks for your help keeping on.

i have one more doubt while cretaing the program what to enter the field PACkAGE in the program attributes.

Plese help

0 Kudos

A package in 47 and higher versions is what they used to call the development class. Depending on your programming guidelines, you will choose an appropriate one. Typically you assign a transportable package, only if you want to move it to a different environment like QA system. If you are writing just temporary programs, you can use the local development object or $tmp.

0 Kudos

when u save ur program, u will be prompted to enter a package....it is the same as the development class has been created in the project. typically, there are different classes within the same project (say one for each module like MM, FI, SD etc)

when u assign a program to a package, u are prompted to specify a transport request. This request is a medium to transport your programs and objects into other systems (QA testing system or production system). Thus for all programs that you need to transport to QA/production u need to specify a transport request. you can create these requests in SE10 (there is also a create button in the popup that you get after you assign your program to a package)

in case you do not want to transport a program and need it only for test and R&D purposes, you can assign package name as $tmp (or leave this field blank and click on the Local Object button. all objects that are local are not transportable.

hope this gives you an insight...

rgds,

PJ

0 Kudos

Hi,

Whenever u r writing a program according to ur spec , it should be transportable ie u 've to assign a package accordingly.If u writing a prg just for testing few part / syntax u can assign in $tmp.

While creating the prg itself u'll assign a request number .Once the prg u developed is correct 'n' tested it is moved to the other server say from DEV to TEST to PRD .BASIS person will do the transport after u 've released the corresponding Request No in ur ie DEV server.