Skip to main content

BeAs Script: Work Order Timed Receipt

Answered

Comments

3 comments

  • Official comment
    Yaremi Miranda Lopez

    Hello Joseff,

    Since this is an advance question I will create a ticket. Thank you for contacting Boyum IT.

  • Joseff Anthony Angeles

    I was able to create a timed receipt using the script below:

    declare=wotime=ue_api_time
    wotime=woreset
    wotime=new
    wotime=check_presence=false
    wotime=cancel=N
    wotime=user=Oper01
    wotime=pers_id=Oper01
    wotime=belnr_id=23
    wotime=belpos_id=120
    wotime=pos_id=10
    wotime=ordername=12-1
    wotime=manualbooking=N
    wotime=parallel=N
    wotime=aplatz_id=BARP-01
    wotime=timetype_id=Processing
    wotime=minute=5
    wotime=quantity_rm=1
    wotime=batchnum=Test1234
    wotime=save

    now im having issue on the Receipt batchnumber, BeAs will ask to input the receipt batch number manually.

    Is there a way to automate it using beas script.

    Note: the batch number is created outside SAPB1.

  • Martin Heigl

    Hello Joseff,

    you don't need follow line

    wotime=ordername=12-1

    with wotime=manualbooking=N you activate the backflush process, if this the last routing position.

    if beas ask for batch number, then you activate "ask for batch number"

     

    In item master data for the assembly set this setting to automatic batch

    Information for beas 9.3 together with B1UP License

    In future it will be very simple, because you've a assistance to create needed scripts for main functions

    beas 9.3 PL 0 is current available as BETA Version

     

     

Please sign in to leave a comment.