2010 Feb 01 8:19 AM
Hi,
Intially i written like this code.
*Panthom item check
data:c_y(01) TYPE c VALUE 'x'.
IF p_phant = c_x .
DELETE lt_stpox WHERE dumps = c_y.
DELETE lt_stpox WHERE rekri = c_y.
ENDIF.
now they r telling to write like this way..Hiw to achievwe this and wht they r doing like this ??please help
clear lb_recursive.
READ TABLE lt_stpox WHERE rekri eq u2018Xu2019 TRANSPORTING NO FIELDS.
IF sy-subrc eq 0.
set a local flag (ex. lb_recursive = u2018Xu2019) to indicate the parent material is a recursive BoM.
Endif.
DELETE lt_stpox WHERE rekri = c_y.
Hi,
Intially i written like this code.
*Panthom item check
data:c_y(01) TYPE c VALUE 'x'.
IF p_phant = c_x .
DELETE lt_stpox WHERE dumps = c_y.
DELETE lt_stpox WHERE rekri = c_y.
ENDIF.
now they r telling to write like this way..Hiw to achievwe this and wht they r doing like this ??please help
clear lb_recursive.
READ TABLE lt_stpox WHERE rekri eq u2018Xu2019 TRANSPORTING NO FIELDS.
IF sy-subrc eq 0.
set a local flag (ex. lb_recursive = u2018Xu2019) to indicate the parent material is a recursive BoM.
Endif.
DELETE lt_stpox WHERE rekri = c_y.
2010 Feb 01 8:46 AM
Hi,
Changes your thread title and post your requirement clearly.
Thansk,
Archana
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |