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

How to implement a conversion rule in KC7R (External Data transfer-Tool)

Former Member
0 Likes
1,376

Hi,

I am familiar with programming conversion rules in ABAP in the LSMW and IS-U Migration workbench.

Unfortunately we have to work with EDT (transaction KCLJ).

I need to implement a simple conversion rule: migration file has the external BP number BPEXT and I must retrieve the internalone (PARTNER) for the migration program.

So I must implement a short ABAP code (select single * from BUT000 ...).

Now I see that in KC7R you can use constants and conversion rules. There are also "General Ruels" and "conversion routines".

Can someone explain how to implement this simple ABAP conversion rule in KC7R giving a short example?

This would be great.

EDT is the workst of all SAP Standard Migration Tools I have seen.....

Kind regards,

Thomas

Hi,

I am familiar with programming conversion rules in ABAP in the LSMW and IS-U Migration workbench.

Unfortunately we have to work with EDT (transaction KCLJ).

I need to implement a simple conversion rule: migration file has the external BP number BPEXT and I must retrieve the internalone (PARTNER) for the migration program.

So I must implement a short ABAP code (select single * from BUT000 ...).

Now I see that in KC7R you can use constants and conversion rules. There are also "General Ruels" and "conversion routines".

Can someone explain how to implement this simple ABAP conversion rule in KC7R giving a short example?

This would be great.

EDT is the workst of all SAP Standard Migration Tools I have seen.....

Kind regards,

Thomas

5 REPLIES 5
Read only

Former Member
0 Likes
1,215

I found it

Read only

0 Likes
1,215

Thomas,

Coud you please share your findings as I am now in a similar to your original post.

ie I too would like to know how to code convesions for use within the transfer rules used by KCLJ.

Kind Regards,

Hiten Mistry.

Read only

0 Likes
1,215

hi,

Coud you please share your findings.

now i have to work on EDT tool only.

thanks in advance.

gupta

Read only

0 Likes
1,215

SMOD : KKCD0001

EXIT_SAPFKCIM_001 - can be used to change the sender structure before the mappings take place

EXIT_SAPFKCIM_002 - can be used to change the reciever structure after the mapping have taken place

Read only

0 Likes
1,215

I know it's so long time back. Could you please share the details how you have performed preferable with an example? char to curr?