Jumat, 20 Juli 2012
Convert WBS Element
DATA : pspnr TYPE ps_posnr,
wbs TYPE char25.
CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT'
EXPORTING
input = pspnr
IMPORTING
output = wbs.
CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'
EXPORTING
input = wbs
IMPORTING
output = pspnr
EXCEPTIONS
not_found = 1
OTHERS = 2.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
Selasa, 17 Juli 2012
Langganan:
Postingan (Atom)