Call Custom MII Transaction from ME

Calling MII custom Transaction Through SAP ME

Hi All,

Today we will learn that how we can call custom BLS Transaction from MII

From MII Side:

  • Open MII workbench and create a transaction that contains Text_saver action block in it.
  • Open configure links and give the file path where you want to save the file for eg:(web://folder1/folder2/abc.txt)
  • In stringContent you can hard code(any string content that you like) or you can send value through ME (will talk later).
  • Save transaction file and copy transaction path from the properties.
  • you can also add log to view log into the log viewer.


From ME Side:

  • Login to sap me and open activity maintenance.
  • Retrieve MII_TRANS_EXT activity and save it as MII_TRANS_EXT_TST.
  • Open Operation Maintenance retrieve operation on which you want to call MII Transaction.
  • Click on activity hook tab from panel and click insert_new link
  • Choose hook point and retrieve activity MII_TRANS_EXT_TST from browse
  • in user Argument give Transaction name like (transactionName=Default/folder/trx) 
  • select checkBox 
  • save operation
  • Go to the pod and choose operation and resource and browse for SFC 
  • according to the hook point on the operation, MII Transaction should executed and create file in MII server.

you can check it by going the path that you have given it.


for sending parameter with Tranaction use delimeter semicolumn(;) .And give inputvalue
define same parameter name in Transaction variable and link these with text saver
Now you can send parameter through ME also.

Congrats , you have called a transaction from ME.

if you have any query about this blog and related to the Article, please comment in the comment section I will try to reply as soon as possible.


Comments

Post a Comment

Popular Posts