‎2009 Jul 06 11:58 AM
Hi,
Iam using conversion Exit "CONVERSION_EXIT_ABPSN_OUTPUT" but it is not giving appropriate WBS Element.
Cheers,
Deepthi.
Edited by: deepthi dandibhotla on Jul 6, 2009 12:58 PM
Edited by: deepthi dandibhotla on Jul 6, 2009 12:59 PM
‎2009 Jul 06 12:12 PM
Hi,
Try 'CONVERSION_EXIT_KONPD_OUTPUT'. If it is not working, can you tell me what input you are providing to FM?
Gouri.
‎2009 Jul 06 12:22 PM
Hi,
The Fm 'CONVERSION_EXIT_KONPD_OUTPUT' is not working. My input is 613 for the FM CONVERSION_EXIT_ABPSN_OUTPUT and the output is 6-13. But the actual output should be 6-0013.
Regards,
Deepthi.
‎2009 Jul 06 12:15 PM
‎2009 Jul 06 3:06 PM
Use WRITE command.
DATA : lv_wbs TYPE ps_pspid.
WRITE wa_prps-usr00 TO lv_wbs.
Conversion Exit
CALL FUNCTION 'CONVERSION_EXIT_ABPSN_OUTPUT'
EXPORTING
input = lv_wbs
IMPORTING
output = lv_wbs.
WRITE lv_wbs TO gwa_output-wbs_new.