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

i have problem in BDC program

Former Member
0 Likes
631

Hi All,

i prepare one flat file, i select data from PROJ table passing PROJ-PSPID( Project Definition) based upon flat file.flat file contains Project Definition,WBS Element,Level,......

there is any Function Modules convert the flat file Input into Standard form.

for example : EM/AP09/NEW1 convert this into EM/AP09/NEW1000000000000.

give me suggistions.

Thanks.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
601

Use these FM.

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
602

Use these FM.

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT.

Read only

Former Member
0 Likes
601

make use of conversion exit routines....

e.g. - CONVERSION_EXIT_XXXX_INPUT

Read only

Former Member
0 Likes
601

Hi,

Please try with this function module.

KCD_EXCEL_OLE_TO_INT_CONVERT

hope it will useful.

Thanks

Hemant

Read only

Former Member
0 Likes
601

ok