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: 

how to get the actual fromat of project name like C1R-000001 !

Former Member
0 Kudos
102

hi

hi iam getting the projectid as c1r000001 even when ia m providing input as

C1R-000001 BUT WHEN I DOWNLOAD INTO EXCEL I AM GETTING RIGHT...

CAN U SUGGEST ANY FEILD CATALOG SETTING OR CONVERSION FUNCTION MODUELS!

help me!

thanks!

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos
77

hi,

try CONVERSION_EXIT_KONPD_INPUT

and CONVERSION_EXIT_KONPD_OUTPUT

A.

4 REPLIES 4

andreas_mann3
Active Contributor
0 Kudos
78

hi,

try CONVERSION_EXIT_KONPD_INPUT

and CONVERSION_EXIT_KONPD_OUTPUT

A.

Former Member
0 Kudos
77

Hello,

CALL FUNCTION 'CONVERSION_EXIT_ABPSN_INPUT'

EXPORTING

INPUT = W_PSPID

IMPORTING

OUTPUT = W_PSPIDN.

Regards,

Neelambari.

Former Member
0 Kudos
77

Hey i tried it. Its working fine for me.

Check wth conversion routine ALPHA.

Former Member
0 Kudos
77

I GOT THE SOLUTION AFTER APLYING THE 2 CONVERSIONS ONE AFTER THE OTHER.