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

Showing Various selection screen

Former Member
0 Likes
588

Hi Experts,

While executing the Transaction CKU1, am getting a selection screen with few input screen and few menu's. But while executing the same using SAPRCK23 through SE38 am getting different type of screen input and menus. Its a report program only. CKU1 having only one report program in se93.

I want to copy the SAPRCK23 into ZSAPRCK23, how to make same input screen like CKU1. Experts can any one Kindly execute the t.code CKU1 and its report program seperatly and give your valuable suggestion i need a output with same input screen like CKU1 in durring execution of SAPRCK23 alone.

Thnx and regards,

Anandhan

Edited by: Anandhan Balu on Sep 27, 2010 8:34 AM

Edited by: Anandhan Balu on Sep 27, 2010 10:47 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi,

It is very simple. When you want to hide the fields, we code at selection-screen output. This happens at the function module 'CK_F_CK23_AT_SEL_SCREEN_OUTPUT' where the check for the T-code happens and fields are hidden.

Include your T-Code in this and it will get hidden in your T-Code also.

Sujay

Hi,

It is very simple. When you want to hide the fields, we code at selection-screen output. This happens at the function module 'CK_F_CK23_AT_SEL_SCREEN_OUTPUT' where the check for the T-code happens and fields are hidden.

Include your T-Code in this and it will get hidden in your T-Code also.

Sujay

2 REPLIES 2
Read only

Former Member
0 Likes
510

Hi,

It is very simple. When you want to hide the fields, we code at selection-screen output. This happens at the function module 'CK_F_CK23_AT_SEL_SCREEN_OUTPUT' where the check for the T-code happens and fields are hidden.

Include your T-Code in this and it will get hidden in your T-Code also.

Sujay

Read only

0 Likes
509

Hey Sujay,

Excellent Answer. Gr8.........Thankx for your help.........awarded fulllll points...