cancel
Showing results for 
Search instead for 
Did you mean: 

Convert ABAP mapping to normal mapping??

former_member262051
Participant
0 Kudos


Hi Experts,

We want to migrate ABAP mapping interface(.csv File to idoc(1:n)) to new PO 7.4 single stack from PI 7.11 dual stack.

We tried with RFC functional module but no luck.

Please suggest how can we over come this situation.

Below is the samle file which is getting from source

<?xml version="1.0" encoding="UTF-8"?><ns0:MT_FI_Documents xmlns:ns0="http://xxxx.com/source/PI/target/FI_AccDoc_xxxx"><FI_Documents><FI_Document><order_id>1783783,null,2014-10-14 03:33:53.0,PRE_PAID,ACTIVE,null,NEW,ACTIVE,27a5a9fec2644b73b036e86cde146368,2015-09-01 00:22:52.0,191044,3537355,477715,Anders,Widestrand,anders.widestrand@ockerobussarna.se,ckerbussarna AB,358867,Box 1031,CKER,null,47522,null,null,null,null,348383,Microsoft,Office 365 Small Business Premium,Small Business,RECURRING,MONTHLY,2015-09-01 00:00:00.0,2015-10-01 00:00:00.0,N,N,null,null,null,null,SEK,98.00,0.00,234274,41.65,53.9,2.45,98.00,0.425,0.55,0.025,98.00,ITEM,RECURRING</order_id></FI_Document></FI_Documents></ns0:MT_FI_Documents>

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

The key point here is that you cannot move an ABAP mapping to PO since PO is Java only.

So as part of your movement, you can move all objects easily to PO but will have to rewrite the ABAP mapping.

former_member262051
Participant
0 Kudos

HI Shabarish,

Thnaks for your reply...

We have tried with RFC Look up to achive the same functionality,but No luck.

Kindly share some more inputs to overcome from the current situation.

Regards,

Uday.

former_member262051
Participant
0 Kudos

Hi Shabarish, Here my ABAP code is using some internal lookups to fetch the data from 2 different custom tables, and most of the data (70%) is fetching from the table while executing the ABAP mapping based on the combinations available from the file. It means custom tables are playing major role to execute the interface. Can we replicate these table entries with value mapping replication in PI single stack? Unfortunately I was not worked on this topic earlier. If yes, can you please provide/share process in detail? Regards, Uday.

binod8
Active Participant
0 Kudos

Hi Uday,

You may please follow the below step:

In ESR:

1> You need to import the complete interface.

i> Unfortunately you cannot use the ABAP mapping. So you have to redesign the ABAP mapping in  supported language for AEX system.

ii> Or, Create a graphical mapping call the RFC(with mapping logic designed to accept the input file) and this mapping should produce the complete RFC response.... create second graphical mapping to read the response and map to the idoc structure... use this multi mapping in the operational mapping. You may try this.

iii> Or check if parameterized mapping is helpping you to get this to call the RFC for mapping and trasfer the result to Idoc directly.

In ID.

1> Create a IDOC_AEE channel in single stack with the same name of IDOC channel in dual stack.

2> now migrate the file to idoc scenario.

3> make required change.. (i assume you have done all the prerequite in NWA for IDOC_AAE)

Thanks,

Binod