Ver Mensaje Individual
  #1  
Viejo 15/04/11, 13:29:47
budista1 budista1 is offline
Senior Member
 
Fecha de Ingreso: sep 2010
Mensajes: 154
Unhappy RFC que genera idoc

Hola,
tengo una RFC que coje información del sistema BSI y luego genera unos idocs, que son copia del estandard ORDERS05.
Nunca he trabajado con idocs,disculpadme si no me expreso bien.
He metido todos los parámetros en import y algunos los he agrupado en un Table type que tb van a Import.
En Export y tables no metí nada.

La cuestión es saber como relleno el código de la RFC.

Este código va troceado (Split). Os paso una parte del diseño que desconozco como hay que hacerlo:

MUCHAS GRACIAS POR VUESTRA AYUDA!

General Split criteria: First step, we will base on
• Offer type (only one per offer)
• Sales organization (only one per offer)
• Distribution channel (only one per offer)

.................

Second step, parameter Plant, by default, we’ll always split between items ‘without
plant’ and ‘with plant’, real and virtual. But we will include in our ‘hardcoding table’ the
companies/sales areas that will split per plant, not only per generic and real.

Then depending on offer type we will have several rules to split or group.

1) Normal Specific Offer (‘OFNS’)

a) Fixed Prices/Non-Fixed Prices (P_PR_FIX = ‘Y)
This parameter will be at header level in the offer.
i) If It is an offer with Fixed Prices, we will create a contract type ‘ZCQ’
ii) If it is and offer with Non-Fixed Prices, we will create a contract type ‘ZCP’
Responder Con Cita