Batchnumbers Details

sap-sdk

Batchnumbers Details - service object

Note: Available in Beas Service Layer with more functionality!

 

 

Methods (^1)

getdatainterface

1 - Find

get

get batchnumber object

update

Save data via service object

 

Parameters (^1)

DocEntry

Set Docentry value to retrieve selected object.

Tip: This value is related with AbsEntry value of OBTN table

 

Properties (^1)

AddmisionDate

Sets or returns the admission date for the batch.

Batch

Sets or returns the row number in the base document.

BatchAttribute1


BatchAttribute2


Details


ExpirationDate


ItemCode


ItemDescription


ManufacturingDate


Status


UserFields


 

(^1) Quelle: SAP Business One SDK

 

Example:

declare=di_batch=ue_api_sbo
di_batch=getbusinesservice=batchnumberdetailsservice
di_batch=service=getdatainterface=1
di_batch=param=docentry=1
di_batch=service=get
di_batch=expirationdate=<today,yyyy/mm/dd>
di_batch=manufacturingdate=<today,yyyy/mm/dd>
di_batch=admissiondate=<today,yyyy/mm/dd>
di_batch=batchattribute1=hello
di_batch=batchattribute2=bye
di_batch=details=info for details
di_batch=service=update
destroy=di_batch