Posted: Sat Oct 06, 2007 11:17 pm Post subject: Batch Master Creation Through BAPI_BATCH_CREATE
Code:
report ZBDCMM001 no standard page heading line-size 255.
tables: t100.
data: begin of it_data occurs 0,
matnr like mara-matnr, "matreial
charg like mcha-charg, "batch
werks like mcha-werks, "plant
lgort like vekp-lgort, "storage location
bwtar like mcha-bwtar, "valution type
zaedt(," like mcha-zaedt, "expiry date
end of it_data.
data: begin of rettab occurs 0.
include structure bapiret2.
data: end of rettab.
data: begin of numtab occurs 0.
include structure bapi1003_alloc_values_num.
data: end of numtab.
* holds data for charcateristics with type CHAR/DATE
data: begin of chatab occurs 0.
include structure bapi1003_alloc_values_char.
data: end of chatab.
* holds data for charcateristics with type CURR
data: begin of curtab occurs 0.
include structure bapi1003_alloc_values_curr.
data: end of curtab.
data: begin of it_object occurs 0.
include structure bapi1003_object_keys.
data: end of it_object.
data: return type table of bapiret2.
data: attrib type bapibatchatt.
data: w_object like bapi1003_key-object.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.