2009 Aug 13 1:14 PM
Hi all,
i'm having difficulties with manipulating the unloading point of a TO (ltap-ablad).
using this piece of code:
CALL FUNCTION 'L_TO_CREATE_MOVE_SU' IN BACKGROUND TASK
EXPORTING
i_lenum = t_ltap_vb-nlenr
i_bwlvs = i_bwlvs
i_nltyp = ''
i_nlpla = ''
TABLES
t_ltap_vb = t_ltap_vb .
where i filled the t_ltap_vb-ablad with the desired unloading point (char(20)).
Now, when i check LT27 and look at the other data of my transfer order, the unloading point was not filled.
any suggestions?
thx
Pieter DT
2009 Aug 13 1:40 PM
Hi,
Try this.
Pass this value also t_ltap_vb-TBFOR along with t_ltap_vb-ablad .
t_ltap_vb-TBFOR = 2.
CALL FUNCTION 'L_TO_CREATE_MOVE_SU' IN BACKGROUND TASK
EXPORTING
i_lenum = t_ltap_vb-nlenr
i_bwlvs = i_bwlvs
i_nltyp = ''
i_nlpla = ''
TABLES
t_ltap_vb = t_ltap_vb .
Regards,
Satish
Hi,
Try this.
Pass this value also t_ltap_vb-TBFOR along with t_ltap_vb-ablad .
t_ltap_vb-TBFOR = 2.
CALL FUNCTION 'L_TO_CREATE_MOVE_SU' IN BACKGROUND TASK
EXPORTING
i_lenum = t_ltap_vb-nlenr
i_bwlvs = i_bwlvs
i_nltyp = ''
i_nlpla = ''
TABLES
t_ltap_vb = t_ltap_vb .
Regards,
Satish
2009 Aug 13 1:40 PM
Hi,
Try this.
Pass this value also t_ltap_vb-TBFOR along with t_ltap_vb-ablad .
t_ltap_vb-TBFOR = 2.
CALL FUNCTION 'L_TO_CREATE_MOVE_SU' IN BACKGROUND TASK
EXPORTING
i_lenum = t_ltap_vb-nlenr
i_bwlvs = i_bwlvs
i_nltyp = ''
i_nlpla = ''
TABLES
t_ltap_vb = t_ltap_vb .
Regards,
Satish
2009 Aug 13 1:50 PM
thx for quick reply.
However, it still didn't work. Maybe the cause is an other issue, but when i check my TO in LT27, the confirmation status indicates 'No confirmation has taken place'. (I perform 1 previous step, beging a transaction call of LM02. )
regards,
Pieter
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |