2016 Jul 16 1:56 AM
Dear All,
I am using SQ02 to fetch functional location from table: ILOA field TPLNR. I wrote ABAP code as the following:
--------------------
Clear ZTPLNR.
select TPLNR from ILOA into ZTPLNR where ILOAN = ZILOAN.
endselect.
--------------------
ZILOAN is Loc/AccAssmt from table EQUZ
Result of Fiel ZTPLRN display ?0100000000000000073
then i go to check table: ILOA there is conversion exit; but i don't know how to do it
please help urgently
Note: I am not good in abap code.
Regards,
Rtn
2016 Jul 16 5:42 AM
Dear Ratana,
Please use the below FM :
CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT'
EXPORTING
input = ZTPLNR
importing
output = ZTPLNR .
Regards,
Yance
Dear Ratana,
Please use the below FM :
CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT'
EXPORTING
input = ZTPLNR
importing
output = ZTPLNR .
Regards,
Yance
2016 Jul 16 5:42 AM
Dear Ratana,
Please use the below FM :
CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT'
EXPORTING
input = ZTPLNR
importing
output = ZTPLNR .
Regards,
Yance
2016 Jul 16 6:01 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |