2009 Apr 15 5:58 PM
Dear gurus
i have made a smart form for sales order invoice im having a problem with the following code.
my sales order invoice contains to line items with different reelsize one is 600 and other is 700 mm
the conf_out table is getting only the value of 600 its not getting the other value can you guide me.
DATA: i_config LIKE conf_out OCCURS 10 WITH HEADER LINE.
READ TABLE i_config WITH KEY atnam = 'REELSIZE'.
IF sy-subrc = 0.
wa_item_itab-siz = i_config-atwrt.
ENDIF.Regards
Saad Nisar
Dear gurus
i have made a smart form for sales order invoice im having a problem with the following code.
my sales order invoice contains to line items with different reelsize one is 600 and other is 700 mm
the conf_out table is getting only the value of 600 its not getting the other value can you guide me.
DATA: i_config LIKE conf_out OCCURS 10 WITH HEADER LINE.
READ TABLE i_config WITH KEY atnam = 'REELSIZE'.
IF sy-subrc = 0.
wa_item_itab-siz = i_config-atwrt.
ENDIF.Regards
Saad Nisar
2009 Apr 15 6:09 PM
2009 Apr 15 6:18 PM
did that but no result
the problem is that the conf_out structure is not saving the other value 700.
is there any other table where the values of reelsize which is displayed in T-code vf03 is stored if so please tell me..
2009 Apr 16 6:40 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |