‎2009 Oct 01 11:55 AM
Hi ,
I have copied program of Iw38 i.e RIAUFK20 to ZRIAUFK20
search help(F4 help) on start inclusive and start exculsive feilds is missing in ZRIAUFK20.
please suggest some solution .
Thanks ,
kamalakar
‎2009 Oct 01 12:01 PM
hi Kamalakar Reddy ,
at time of copying select all check boxs
it should work.
‎2009 Oct 01 12:03 PM
hi
try to change following line of your Z-program:
mgv_matnr_prog = sy-repid.
to:
mgv_matnr_prog = 'RIAUFK20'.
regards,darek
‎2009 Oct 01 12:06 PM
Hi,
You may copy the standard search help into some Zsearch help and assign it using match code for the missing field.
Regards,
Anil
‎2009 Oct 01 12:12 PM
Hi,
Copy search help I_STATUS into Zsearchhelp and assign to the selection screen field..
Thanks,
subash
‎2009 Oct 01 12:56 PM
Thanks ,
iam trying to create new search help by coying I_status .
iam facing one more issue my zprogram output is not similar to IW38 output iam missing dropdown button in application tollbar for all selction sclection feilds .
in zprogam selction screen default iam getting all felids in adiministrative data there no dropdown button in appliction toolbar .
‎2009 Oct 01 1:20 PM
I have copied I_status to z_status and assigned to screen feild still its is not working
Iam not able to find " mgv_matnr_prog = sy-repid." in the program
Thanks ,
kamalakar
‎2009 Oct 05 2:57 PM