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

Reg:search help

Former Member
0 Likes
747

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

7 REPLIES 7
Read only

Former Member
0 Likes
708

hi Kamalakar Reddy ,

at time of copying select all check boxs

it should work.

Read only

Former Member
0 Likes
708

hi

try to change following line of your Z-program:

mgv_matnr_prog = sy-repid.

to:

mgv_matnr_prog = 'RIAUFK20'.

regards,darek

Read only

Former Member
0 Likes
708

Hi,

You may copy the standard search help into some Zsearch help and assign it using match code for the missing field.

Regards,

Anil

Read only

Former Member
0 Likes
708

Hi,

Copy search help I_STATUS into Zsearchhelp and assign to the selection screen field..

Thanks,

subash

Read only

Former Member
0 Likes
708

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 .

Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
708

thanks

by copying i_status pblm is solved