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

How do i Modify SAP standard Program

Former Member
0 Likes
7,292

Dear all,

Can any body help me to modify the SAP standard program - cji3 & cji5....by copying the contents of original program to add extra fields in the output...Dont change the original one.

Regards,

Bipasha Dutta.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,201

Hi,

If you want to modify the original program you will need access key.You please contact your BASIS consultant for it.If you want to copy the original program and then to make changes to it then go to Tcode SE80.Give standard program name.Right click and copy the source program to taarget program.

8 REPLIES 8
Read only

Former Member
0 Likes
3,202

Hi,

If you want to modify the original program you will need access key.You please contact your BASIS consultant for it.If you want to copy the original program and then to make changes to it then go to Tcode SE80.Give standard program name.Right click and copy the source program to taarget program.

Read only

amit_khare
Active Contributor
0 Likes
3,201

Welcome to SDN.

If you have to add extra field on the transaction screen use Screen Enhancement. I will not suggest to copy them and try to recreate them tats unnecessary work.

Regards,

Amit

Read only

0 Likes
3,201

Hello Amit,

Actually my requirement is not to do any type of enhancements....only i can copy the original program...but incase of copying i am facing some problem.There are lots of includes & Function Modules.It is very difficult to do this work in this way.So please give me any other solution.

Thanks,

Bipasha...

Read only

0 Likes
3,201

Hi,

Can u please clarify what u exactly want. As u said u have to add 2 fields?

and to modify the SAP program u consult ur BASIS consultant.

Regards,

Archana

Read only

kiran_k8
Active Contributor
0 Likes
3,201

Bipasha,

As mentioned in one of the threads above use se80 to copy the entire program along with the includes by adding a 'Z' to all the includes.If you have any problem with the screens use se51 and copy the screens too and then update the navigation index in se80.

What is the problem that you are facing.

K.Kiran.

Read only

Former Member
0 Likes
3,201

hi bipasha....

To change SAP's standard program you need Access key,which is given by SAP itself.The basis team does the necessary formality.But SAP's standard programs are modifed in extreme cases.

But still if you need to modify it,you can copy the existing program and make it 'Z' i.e.customized program as per your need.You can change the includes in the program into 'Z' and then add the necessary fields.

Read only

Former Member
0 Likes
3,201

Bipasha,

Welcome to SDN!

either you need a Access key to you can copy the same program into some z program and than make changes in z program.

that is the only ways.

sorry i didn't read your last message.

if you have plenty of includes then you need to copy these include also into your program. and please make sure don't copy the program from SE38 please copy from SE80 so that you can easily copy all include also.

if you need any assistance give you mail id i will send you some docs.

please close this thread after giving mark.

Amit.

Edited by: Jony on Jun 4, 2008 7:28 AM

Read only

Former Member
0 Likes
3,201

hi,

there are 3 ways for adding customfields to the standard program..

1.For any SAP standard program modification, you are required to login to OSS and request for a repair program Access key.

(OR)

2. use field exit enhancement.

(OR)

3. copy the original program into custom program then u can add ur own fields.

thanks,

raji