Skip to main content

Beas Common

Comments

3 comments

  • Martin Heigl

    Hi,

    can you write more details about your idea with example?

    regards

    Martin

  • João Antonio

    HI Martin

    Example:
    We have 1000 timestamps to be pointed out and they go to the common beas and stand in a queue waiting for the service to execute the appointment, the idea is to separate these 1000 timestamps into 4 services, for example, to be pointed out at the same time.
    With this, we reduce the time of input from stock and output of raw material from the system.

     

    Regards

    João Antonio

  • Martin Heigl

    Hi João Antonio,

    this is not a good idea

    The SAP database is a transactional database. For every transaction the tables are locked.
    If you try to execute transaction parallel, then you produce "deadlocks". You loose the data or you must execute it again (beas try it up to 5 times). But this produce more performance problems.
    At end the complete system will be slow.

    With the beas common service it's possible to create parallel many requests and the system can execute this serial. This reduce deadlocks and all problems related tot his. At end it's the fastest solution to execute many transactions.

    Regards

    Martin

     

Please sign in to leave a comment.