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

Calling CK13N main program

Former Member
0 Likes
1,009

Dear friends, I have a requirement, in which i have to copy the standard report CK13N and do some working on its result. i try to find the program behind it, but it has a Function-pool named " SAPLCKDI " . and function-pool cannot be used with submit and return. i just want to knw the standard report which i can call using submit and return. Regards, Abdul Moied Yousuf

1 ACCEPTED SOLUTION
Read only

sjeevan
Active Contributor
0 Likes
854

In the background CK13N uses the program SAPRCK30 to do all the calculations. Make a copy of it and and name it ZSAPRCK30 and execute that program directly using SE38.

5 REPLIES 5
Read only

Sandra_Rossi
Active Contributor
0 Likes
854

Hi,

copying a standard report is absolutely NOT recommended at all. See the forum, I think it has been discussed so many times. Otherwise, how will it be upgraded/patched in case of standard issue of the original program?

Instead you should do a modification of the standard, like an enhancement implementation or something like that, it will be easier and cheaper to maintain.

Sandra

Read only

Former Member
0 Likes
854

Yes I agree with Sandra. In our project too there was a requirement to Copy the Standard transaction F-32, but I convinced the Client its absolutely NOT RECOMMENDED by SAP. The Cloned program will not be supported during Upgrade.

Regards,

Tanmoy

Read only

sjeevan
Active Contributor
0 Likes
855

In the background CK13N uses the program SAPRCK30 to do all the calculations. Make a copy of it and and name it ZSAPRCK30 and execute that program directly using SE38.

Read only

Former Member
0 Likes
854

Thanks all you guys for replies. i accept that it is not Recommended by SAP to copy standard report. but i had to due to some requirement ....

@ jeevan . thanks your answer solved the problem. it gave me exactly what i wanted

Regards

Read only

Former Member
0 Likes
854

Try to use implicit or explicit enhancements or BADIs.