LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  execute brx node

    Employee
    Posted 08-04-2015 08:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dhrobertson

    Hi there ,

    is anyone able to give a working example of using the execute brx node?

    I want to possibly use it to pass parameters to a BAPI in SAP. you can generally only supply parameters to a BAPI 1 line at a time, but if I can find a way with the execute brx to somehow run a brx containing an ERP node taking 1 line of parameters multiple times, maybe it will work. just not clear how to use the node and help is not clear enough for me.

    thanks

    doug


  • 2.  RE: execute brx node

    Employee
    Posted 08-04-2015 08:51

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Many situations that would previously require an ExecuteBRX can now be accomplished with a SWITCH node (looping)
    I'd suggest taking a look inside the SFDC node from the LAL library.. it is a pretty good example of looping an API to get multiple queries executed.


  • 3.  RE: execute brx node

    Employee
    Posted 08-04-2015 09:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hi doug,
    Have you looked at executing the function multiple times using the one node, but identifying which of the input parameters are to be executed by which function call using the "ExecutionIdentifierField" parameter?
    There is a bit of a discussion/walkthrough on how to use that parameter in another post here: http://community.lavastorm.com/threads/2933-Extract-data-using-BAPI-function

    Regards,
    Tim.


  • 4.  RE: execute brx node

    Employee
    Posted 08-05-2015 07:57

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dhrobertson

    thanks Tim, I tested that out and works nicely.