Application Development 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: 

Problem in convert wbs element number into wbs element text

Former Member
0 Kudos

Hi All Experts,

i have one problem in convert wbs element number into wbs element text. i am using call function

CALL FUNCTION 'CONVERSION_EXIT_KONPR_INPUT'

EXPORTING

INPUT = WA_XDATA1-PS_PSP_PNR

IMPORTING

OUTPUT = WA_XDATA1-PS_PSP_PNR

but it is not give exact wbs element text.

for example : wbs number is :672 when i want wbs text :EM/CH01/BABU.01.02.02

give suggistions.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

hi ,

Try with 'CONVERSION_EXIT_KONPR_OUTPUT'.

Regards,

Himanshu

Former Member
0 Kudos

Hi,

Use FM:

CONVERSION_EXIT_ABPSP_OUTPUT

Regards,