Skip to Content
0
Former Member
Jan 04, 2008 at 01:25 PM

p430573

24 Views

HI,

i have get dum in getwa_not_assigned. in my alv program.

i have pass alv

  • endloop.

CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'

EXPORTING

  • I_INTERFACE_CHECK = ' '

  • I_BYPASSING_BUFFER =

  • I_BUFFER_ACTIVE = ' '

I_CALLBACK_PROGRAM = sy-repid

  • I_CALLBACK_PF_STATUS_SET = ' '

  • I_CALLBACK_USER_COMMAND = ' '

  • I_STRUCTURE_NAME =

  • IS_LAYOUT =

IT_FIELDCAT = i_fieldcat1[]

TABLES

T_OUTTAB = <T_DYNTABLE>

ERRor:

Runtime Errors GETWA_NOT_ASSIGNED

Date and Time 04.01.2008 13:13:44

2734 gs_sfc99 = gs_out_fieldcat.

2735 endcase.

2736 endform. "field_assign_h

2737 *----


2738 * FORM GEN_FIELD_OUT2

2739 *----


2740 * ........

2741 *----


2742 form gen_field_out2.

2743 field-symbols <l_initial>.

2744

2745 case gs_out-field_colcount.

2746 when 001.

2747 if gs_out_flags-slave ne 'X'.

>>>>> assign <fm01> to <field>.

2749 gs_fc = gs_mfc01.

2750 else.

2751 assign <fs01> to <field>.

2752 gs_fc = gs_sfc01.

2753 endif.

2754 when 002.

2755 if gs_out_flags-slave ne 'X'.

2756 assign <fm02> to <field>.

2757 gs_fc = gs_mfc02.

2758 else.

how to solve the problem .plz help me verry urgent

regards,

jai