cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII Loipro Custom Fields Processinng

emre_bicer
Explorer
0 Kudos
714

Hi everyone,

I added some custom fields to Loipro idoc and sended to MII. I added new field to MII table and copied standart xslt and worfklow. Unfortunately this fields not stored to MPM_AFKOL table. I am sharing my process steps,What am I missing ?

Copy Workflow and define custom xslt:

Copied xslt. I used both two method:

Finally transformation result and table result:

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

If I understand correctly, you have a table in the MII database named MPM_AFKOL table and the new fields are not being transferred from the IDoc to the table when the IDoc is pulled from ECC? If so, the issue may be that the new IDoc structure is not yet in NW (underneath MII). To force the new IDoc structure to NW, execute a JCo Reset. Simply run

http://XXX.YYYY.com:50000/XMII/JCOProxy?Mode=Reset.

Other than that, I can't think of a reason it won't load, unless the BLS is not modified to load those fields into the table.

Regards, Mike

emre_bicer
Explorer
0 Kudos

Hi Mike,

Thx to you response. I used clear jco and idoc repository. But it did not work.

Actually I copied standard wf and just defined my custom field in xslt. I didnt want to write a custom bcs this wf fine for me ,expect custom fields. I defined field in header table,I thought SAP will match the fields automatically. By the way MPM* tables are standard tables.

agentry_src
Active Contributor
0 Kudos

I doubt the fields will match automatically. Are you using OEE or ME as part of your landscape?

emre_bicer
Explorer
0 Kudos

I am using OEE. If I write custom bls, I must modify all related table. Are there any simple way process loipro ?

agentry_src
Active Contributor
0 Kudos

I do not understand why you would need to modify all related tables. Copy the relevant transaction to a new project and modify it. Then you have to point to the modified transaction from the OEE transaction map (I forget what its real name is).

kevin.hunter3 Can you help us out with the specifics for what I propose? I don't currently have access to an MII instance.

Cheers, Mike

emre_bicer
Explorer
0 Kudos

I checked SAPMPM package and ı didnt find bls. In my opinion a java class(for loipro java:com.sap.mpm.servicetransactions.productionorder.ProductionOrderService ) processing the idoc.

0 Kudos

Hi Yunus,

Did you able to solve the problem, I need some custom fields as well. 🙂