Tuve el mismo problema y esto lo resolvió.
¡Muchas gracias Steven!
Avalados por :
¡Hola a todos!
¿Hay alguna BAPI o módulo de funciones disponible donde pueda crear órdenes de reacondicionamiento?
He intentado con la FM BAPI_ALM_ORDER_MAINTAIN.
Pero allí recibo el mensaje de retorno: "Las órdenes de reacondicionamiento no pueden ser procesadas utilizando BAPIs".
¿Hay otra FM donde pueda crear estos tipos de órdenes?
Saludos
Tuve el mismo problema y esto lo resolvió.
¡Muchas gracias Steven!
Hello,
You can solve this problem by doing the following.
data : wa_reforder_item type table of bapi_reforder_item_i with header line ,
wa_reforder_iteme type bapi_reforder_item.
call function 'BAPI_ALM_ORDER_MAINTAIN'
tables
it_methods = lt_method
it_header = lt_header
it_header_up = lt_header_x
it_component = lt_component
it_component_up = lt_component_change
it_operation = lt_bapi_operation
it_objectlist = lt_objectlist
return = lt_return
et_numbers = lt_ordemcriada
it_reforder_item = lt_reforder_item.
Here is an example of the data that you need to fill in.
For the table lt_reforder_item
For the table lt_bapi_operation:
If you need anymore help let me know.
No podrás crear una orden de renovación utilizando BAPIs, es posible que tengas que usar BDCs.
También en apoyo a mi respuesta.
Deberías revisar este enlace ...
y
http://www.sapfans.com/forums/viewtopic.php?t=264509
Saludos,
Manthan
No podrás crear una orden de renovación utilizando BAPIs, es posible que tengas que usar BDCs.
También en apoyo de mi respuesta.
Deberías revisar este enlace ...
y
http://www.sapfans.com/forums/viewtopic.php?t=264509
Saludos,
Manthan
contacto@primeinstitute.com
(+51) 1641 9379
(+57) 1489 6964
© 2024 Copyright. Todos los derechos reservados.
Desarrollado por Prime Institute