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: 

CONVERSION_EXIT_ABPSP_OUTPUT

Former Member
0 Kudos
2,693

HI GURUS,

I am using s09wka20 project definition in program. I have to get the details for this project defintion.so

i used BAPI_PROJECT_GETINFO fm to get the details . here import should be s09wka20.

I have a module pool screen in that i give this project definition which is used in the above fm.

but this (prps-psphi )s09wka20. value is changing as interger value 0000108.(in debugging i observed this).

so I used CONVERSION_EXIT_ABPSP_OUTPUT for conversion.

but by passing this 0000108 value it is giving s09ka10-1 value instead of my required above project definiton.

hope i am clear .

kindly suggest the solution.

regards,

padmaja

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,172

Hello

For field PRPS-PSPHI you must use CONVERSION_EXIT_KONPD_OUTPUT

7 REPLIES 7

Former Member
0 Kudos
1,172

HI,

It shd work. PLease try , CONVERSION_EXIT_ABPSN_OUTPUT / INPUT .

FM will fetch the correct data, Check the table entries.

Thanks,

Former Member
0 Kudos
1,173

Hello

For field PRPS-PSPHI you must use CONVERSION_EXIT_KONPD_OUTPUT

0 Kudos
1,172

hi dzed,

i have used the fm .but it is giving dump with the following error .field symbol has not yet been assigned.

FIELD-SYMBOLS:<i_value> type CLIKE,

<i_value1> type clike.

CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT'

EXPORTING

INPUT = <i_value>

IMPORTING

OUTPUT = <I_VALUE1>.

kindly suggest the solution.

thanking u,

padmaja

Former Member
0 Kudos
1,172

In PS this happen, donu2019t worry, donu2019t use any conversion Exit,

Just Pass the PRPS-PSPHI to require place and at run time the value will change to

Number. But you will get desire output.

Just go to Se11 and Observe the behavior

Edited by: Vishal A Vijaywargia on Mar 31, 2009 1:13 AM

0 Kudos
1,172

hi,

if i pass the value of psphi as it is into the fm BAPI_PROJECT_GETINFO .no table entries are available.

if i check with same s09wka20 in se37 it is giving entries.

if hard coded value in the program it is having entries.

kindly sugest the reason.

thanks

Former Member
0 Kudos
1,172

hi,

pass prps-pspnr run time value to the above function module in order to get the desired output.

Rgds.,

subash

0 Kudos
1,172

HI DZED,

ur answer solved my problem,

thanks to all for paying attention.

I rewarded the points.

thanks,

padmaja.