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: 

changing standard report input screen

Former Member
0 Kudos

hi,

i have a problem with RAGITT01 standard report

in this standard report i have to modify selection screen as below

when u get selection screen

u should make date parameter (which is in settings block)to select option

i coppied standard program to Z program but it is giving some errors please

help me in this regard

8 REPLIES 8

former_member188827
Active Contributor
0 Kudos

wat errors are u gettin

0 Kudos

i first copied the program

when i tried toactivate it is giving the error that some fields which r not defined

0 Kudos

please change the code where ever your parameter field is reflecting (with select options compatible)

0 Kudos

THEN I COPIED ALL THE STANDARD INCLUDES TO Z INCLUDES

AND CHANGED THE STANDARD IN CLUDE TO Z INCLUDE IN PROGRAM

NOW I AM GETTING THAT THIS Z INCLUDE IS UNKNOWN

0 Kudos

Hi,

While coping the program select to copy all parts of it like the documentations,includes etc then it would ask you what includes you want to copy check the includes that you want to copy and give then names in customer name space ie names starting with z or y after you have copied your program go to each include and activate it and then activate the program.

regards,

Himanshu

0 Kudos

Hi,

Just by changing the PARAMETER to SELECT-OPTIONS will not make the program error free.

You have to first check where this parameter is being used, and then modify all the places in the code.

Regards,

Sesh

Former Member
0 Kudos

i have copied this RAGITT01 but i am not getting any error , wt process you followed to copy it, I copied it and executed it and it is executing fine with out error.

you don't copy only by ctrl+c but copy from se38 then you will not get error .

if it is usefull .

Reward,

Khalid

0 Kudos

I DID SAME THING BUT WHEN I AM CHANGING SOME THING IN THE CODE

THAT IS GOING TO BE REFLECTED IN STANDARD INCLUDE

THEN I COPIED ALL THE STANDARD INCLUDES TO Z INCLUDES

AND CHANGED THE STANDARD IN CLUDE TO Z INCLUDE IN PROGRAM

NOW I AM GETTING THAT THIS Z INCLUDE IS UNKNOWN