FIELD-SYMBOLS <fs> TYPE mmpur_s_pr_fldsel.
READ TABLE fieldselection_table ASSIGNING <fs> WITH KEY field = 'FIXEDSUPPLIER'.
IF sy-subrc EQ 0 AND
purchaserequisitionitem-accountassignmentcategory EQ 'F' AND
purchaserequisitionitem-fixedsupplier IS NOT INITIAL.
<fs>-fieldstatus = '*'.
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |