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

changing standard report input screen

Former Member
0 Likes
865

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
Read only

former_member188827
Active Contributor
0 Likes
834

wat errors are u gettin

Read only

0 Likes
834

i first copied the program

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

Read only

0 Likes
834

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

Read only

0 Likes
834

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

Read only

0 Likes
834

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

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
834

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

Read only

Former Member
0 Likes
834

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

Read only

0 Likes
834

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