cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass tag value using MII transaction to ERP

OmarSaad
Participant
0 Kudos
508

Hi Experts,

Could I get help on how to pass tag values using MII transaction to ERP ?

what is the steps involved?

I already could read tag values using PCO query on workbench

steve.stubbs michael.appleby

Thanks

Ahmed

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor

Create a new Transaction.

Insert your PCo Query Action block.

Insert a JCo Interface (this part is in the document)

Open the Link Editor for the JCo interface

Drag the output of the PCo Query Action block to the input field of the BAPI or RFC you are using.

All done. Mind you, there are plenty of videos and training materials to be found with some searching. I usually do not take this much time for such a basic part of MII.

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Tips and Tricks for building ERP Interfaces in MII might give you some ideas. It's pretty old but the basic concepts are still valid.

OmarSaad
Participant
0 Kudos

Thanks Mike for your reply

I already read your document, But I need to know how to map input (Tag) to output(ERP) in BLS , I can't find it

Could you help