Ver Mensaje Individual
  #3  
Viejo 05/06/06, 17:51:48
aska aska is offline
Member
 
Fecha de Ingreso: abr 2006
Mensajes: 37
Hola,

en otros batchs q tengo sí q tengo CALL TRANSACTION, pero en este caso esto es lo que tengo:

CALL FUNCTION 'BAPI_FIXEDASSET_OVRTAKE_CREATE'
EXPORTING
key = d-e-bapi1022_key
reference = d-e-bapi1022_reference
createsubnumber = d-e-bapi1022_misc-xsubno
creategroupasset = d-e-bapi1022_misc-xanlgr
testrun = d-e-bapi1022_misc-testrun
generaldata = d-e-bapi1022_feglg001
generaldatax = d-e-bapi1022_feglg001x
inventory = d-e-bapi1022_feglg011
inventoryx = d-e-bapi1022_feglg011x
postinginformation = d-e-bapi1022_feglg002
postinginformationx = d-e-bapi1022_feglg002x
timedependentdata = d-e-bapi1022_feglg003
timedependentdatax = d-e-bapi1022_feglg003x
allocations = d-e-bapi1022_feglg004
allocationsx = d-e-bapi1022_feglg004x
origin = d-e-bapi1022_feglg009
originx = d-e-bapi1022_feglg009x
investacctassignmnt = d-e-bapi1022_feglg010
investacctassignmntx = d-e-bapi1022_feglg010x
networthvaluation = d-e-bapi1022_feglg006
networthvaluationx = d-e-bapi1022_feglg006x
realestate = d-e-bapi1022_feglg007
realestatex = d-e-bapi1022_feglg007x
insurance = d-e-bapi1022_feglg008
insurancex = d-e-bapi1022_feglg008x
leasing = d-e-bapi1022_feglg005
leasingx = d-e-bapi1022_feglg005x
IMPORTING
companycode = d-i-bapi1022_1-comp_code
asset = d-i-bapi1022_1-assetmaino
subnumber = d-i-bapi1022_1-assetsubno
assetcreated = d-i-bapi1022_reference
TABLES
depreciationareas = d-bapi1022_dep_areas
depreciationareasx = d-bapi1022_dep_areasx
investment_support = d-bapi1022_inv_support
extensionin = d-bapiparex
cumulatedvalues = d-bapi1022_cumval
postedvalues = d-bapi1022_postval
transactions = d-bapi1022_trtype
proportionalvalues = d-bapi1022_propval
return = d-return.

Pero no sé dónde se puede encontrar el MODE para poder cambiárselo...
Responder Con Cita