Skip to Content
0
Former Member
Jun 01, 2007 at 11:41 AM

Display full length

66 Views

Hi All,

In my report i given selection-screen as

SELECT-OPTIONS: S_PSPNR FOR PRPS-PSPNR. " WBS ELEMENT

But when i use 'F4' i will get data with legth 18 .Actually some of data having WEB element length as 24.

example :while f4 i am getting following WEB element

'CL-00002-FROFR05TP' lentg(18) instead of 'CL-00002-FROFR05TPT01001' having lenght (24).Actually WBS element length as 18 with visible lenght as 24.

I need to display total 24 charcter length in selection screen instead of 18.I tried statments as

SELECT-OPTIONS: S_PSPNR FOR PRPS-PSPNR VISIBLE length 24.

can anybody tell me how to try this one.I heard that we can try in dialough module program.Is there any option to solve my issue.Please do needful help ASAP.

Abhi.....