Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filtering WBS element!!!

Former Member
0 Likes
843

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

4 REPLIES 4
Read only

former_member215917
Active Participant
0 Likes
652

Hi,

Try 'CONVERSION_EXIT_KONPD_OUTPUT'. If it is not working, can you tell me what input you are providing to FM?

Gouri.

Read only

0 Likes
652

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.

Read only

Former Member
0 Likes
652

Hello

Use CONVERSION_EXIT_ABPSP_OUTPUT

Read only

Former Member
0 Likes
652

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.