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

Not getting default value in TCODE

Former Member
0 Likes
1,743

hi,

I have set default values for select-option of date , on executing the program it is alrite. But when i created TCODE for the same program and try to execute it ,i am nt gettin the default values at selection screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,288

hi,

while creating the transaction code in se93 , u r ask to select one of the radio button right , see whether u have selected

option PROGRAM AND SELECTION SCREEN(REPORT TRANSACTION).

Rgds.,

subash

8 REPLIES 8
Read only

Former Member
0 Likes
1,288

hi,

what radiobutton did u selected while creating the tcode..u should select *with selection screen.

Rgds.,

subash

Read only

0 Likes
1,288

where is this radio button u are talkin abt

Read only

0 Likes
1,288

HI,you use the code like this.

TABLES VBAK.

SELECT-OPTIONS:CC FOR VBAK-VBELN DEFAULT 1000 TO 2000.

Read only

Former Member
0 Likes
1,288

check whether u have selected 'Report Transaction' while creating your tcode in se93.

regards,

Padma

Read only

bpawanchand
Active Contributor
0 Likes
1,288

Hi

Instead of setting the default value what you can do is create a VARIANT and save it and when you create a T-code in SE93 select teh option of create TRANSACTION WITH VARIANTS.

Regards

Pavan

Read only

Former Member
0 Likes
1,288

Before 'call transaction' u shpoould pass the default parameter using key word

Set parameter.....................

Regards

Read only

Former Member
0 Likes
1,289

hi,

while creating the transaction code in se93 , u r ask to select one of the radio button right , see whether u have selected

option PROGRAM AND SELECTION SCREEN(REPORT TRANSACTION).

Rgds.,

subash

Read only

0 Likes
1,288

thanks! i got the solution.