2009 Mar 31 5:02 AM
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
2009 Mar 31 5:30 AM
Hello
For field PRPS-PSPHI you must use CONVERSION_EXIT_KONPD_OUTPUT
2009 Mar 31 5:28 AM
HI,
It shd work. PLease try , CONVERSION_EXIT_ABPSN_OUTPUT / INPUT .
FM will fetch the correct data, Check the table entries.
Thanks,
2009 Mar 31 5:30 AM
Hello
For field PRPS-PSPHI you must use CONVERSION_EXIT_KONPD_OUTPUT
2009 Mar 31 8:04 AM
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
2009 Mar 31 6:13 AM
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
2009 Mar 31 6:26 AM
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
2009 Mar 31 6:29 AM
hi,
pass prps-pspnr run time value to the above function module in order to get the desired output.
Rgds.,
subash
2009 Mar 31 7:28 AM
HI DZED,
ur answer solved my problem,
thanks to all for paying attention.
I rewarded the points.
thanks,
padmaja.