Skip to Content
0
Former Member
May 09, 2008 at 05:33 PM

assign return itab to select options field

34 Views

Hi Dear Experts,

I am not be able to pass "r_pobjid" to a select-options field

clearly as desired as well.

As already mentioned r_pobjid must be presented to a

select options field after the user has made his selections.

Can you pls give me deciding hint to solve the problem.

This below demonstrated solution doesn't work.

Regards

CALL FUNCTION 'RP_PNP_ORGSTRUCTURE'

TABLES

pobjid = r_pobjid.

p_orgeh-high = r_pobjid.

p_orgeh-sign = 'I'.

p_orgeh-option = 'EQ'.

APPEND p_orgeh.