cancel
Showing results for 
Search instead for 
Did you mean: 

select options error

Former Member
0 Kudos

Hi all,,

i have used a select-option..... i am passing it to subroutine and then in that subroutine.... i am using low value n concatenating.....

the prblm is when the subroutine is called it is having value.(p_date[])... but p_date-low doesnt have value..... how is this happening im not understanding...

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

Hi,

Can you paste the code snippet to understand ur problem better?

Madhu

Former Member
0 Kudos

FORM get_data TABLES p_date LIKE so_date[]

p_time LIKE so_time[].

CONCATENATE p_date-low p_time-low INTO lv_inter1.

endform.

here p_date[] has value when i debug n check..... but p_date-low has no value...

Madhu2004
Active Contributor
0 Kudos

HI,

Instead of using P_DATE-LOW directly, Can you loop P_DATA internal table and use the work area LOW value.

Regards,

Madhu

Answers (1)

Answers (1)

Former Member
0 Kudos

Poonam,

Is this a webdynpro for abap question?

please post in the correct forum

Thanks

Bala Duvvuri