Hi
I am trying to do Goods Issue with PI sheet in SAP v4.7c. I have used the following characteristics however only the finish product and the qty comes up in the PI Sheet.
can any one please let me know what should be done to have components assigned to the phase or irresepective of the phase:
The scope of the Component Recipe destination is 03: for all order items and reservation and
the position is 05: at the start of the phase
The characteristics used are:
PPPI_INPUT_GROUP Material list
PPPI_MESSAGE_CATEGORY PI_CONS
PPPI_PROCESS_ORDER
PPPI_RESERVATION
PPPI_RESERVATION_ITEM
PPPI_MATERIAL
PPPI_VARIABLE 'MYVAR&0050&'
PPPI_MATERIAL_CONSUMED
PPPI_UNIT_OF_MEASURE
PPPI_AUTOMATIC_VALUE Event date
PPPI_AUTOMATIC_VALUE Event time
PPPI_OUTPUT_TEXT Material
PPPI_OUTPUT_CHARACTERISTIC PPPI_MATERIAL
PPPI_OUTPUT_TEXT Material quantity-target value
PPPI_OUTPUT_CHARACTERISTIC PPPI_MATERIAL_CONSUMED
PPPI_OUTPUT_TEXT Unit of measure
PPPI_OUTPUT_CHARACTERISTIC PPPI_UNIT_OF_MEASURE
PPPI_INPUT_REQUEST Material quantity-actual value
PPPI_DEFAULT_VARIABLE 'MYVAR&0050&'
PPPI_REQUESTED_VALUE PPPI_MATERIAL_CONSUMED
PPPI_VALIDATION_FORMULA ( X > ( 0.95 * 'MYVAR&0050&'))
PPPI_VALIDATION_FORMULA AND
PPPI_VALIDATION_FORMULA ( X < ( 1.05 * 'MYVAR&0050&'))
PPPI_OUTPUT_TEXT Unit of measure
PPPI_OUTPUT_CHARACTERISTIC PPPI_UNIT_OF_MEASURE
PPPI_INPUT_REQUEST Batch
PPPI_REQUESTED_VALUE PPPI_BATCH
PPPI_MESSAGE_CATEGORY SIGN
PPPI_PROCESS_ORDER
PPPI_CONTROL_RECIPE
PPPI_OPERATION
PPPI_PHASE
Can any one please let me know where am I missing!!
Thanks in advance
-Rahul
Without going too deep int o your instruction, check if the scope in the Tx O10C is 01 "for all reservations". I assume here that you are automatically generating process instruction for the selected control recipe destination.
Regards
Thanks for your reply Dario,
I tried with 01: for reservation scope, still only the finish good material and the quantity is shown in the PI sheet.
I have also tried the following sequence:
01: at the start of thecontrol recipe
05: at the start of the phase
06: at the finish of the phase
Can you please suggest next step to solve this! Also will it make any difference if WM is enabled in our implementation!
Thanks in advance
-Rahul
Hard to know. Some basic tips...
a) the phase of this destination has some component assigned or they are assigned to another phase.
b) remember that w/o assignment in the recipe, all components are assigned to the first phase.
c) Make it simpler, starting from the simple CONS_4, verify that in the O10C transaction the scope 01 is assigned and try it again in the process order. Change eventually from single to repeated in the request type, ir order to have a table. Only components should appear in the list.
Let me know
Thanks again
I tried with Cons_4. Now it gives me following error:
No value assigned for PPPI_Reservation_item ....
And the warning:
No goods movement permitted for material....
and yes the phase has been assigned with material, I again checked.
I think the warning shown above is the main problem. Can you kindly again suggest the next step to correct this.
Thanks
-Rahul
This is at control recipe creation or you are checking the instruction in the process order ?
This is a simple PI which is working OK fo rmaterial consumption.
Check it.
10 PPPI_DATA_REQUEST_TYPE Solicitud de datos simple
20 PPPI_MESSAGE_CATEGORY PI_CONS
30 PPPI_UNIT_OF_MEASURE
40 PPPI_OPERATION
50 PPPI_OUTPUT_TEXT Operación
60 PPPI_OUTPUT_CHARACTERISTIC PPPI_OPERATION
70 PPPI_PHASE
80 PPPI_OUTPUT_TEXT Fase
90 PPPI_OUTPUT_CHARACTERISTIC PPPI_PHASE
100 PPPI_RESERVATION
110 PPPI_OUTPUT_TEXT Reserva
120 PPPI_OUTPUT_CHARACTERISTIC PPPI_RESERVATION
122 PPPI_RESERVATION_ITEM
126 PPPI_OUTPUT_TEXT Item
127 PPPI_OUTPUT_CHARACTERISTIC PPPI_RESERVATION_ITEM
150 PPPI_PROCESS_ORDER
160 PPPI_AUTOMATIC_VALUE Hora de evento
170 PPPI_AUTOMATIC_VALUE Fecha de evento
180 PPPI_MATERIAL
190 PPPI_OUTPUT_TEXT Code
200 PPPI_OUTPUT_CHARACTERISTIC PPPI_MATERIAL
210 PPPI_MATERIAL_SHORT_TEXT
220 PPPI_OUTPUT_TEXT Material
250 PPPI_OUTPUT_CHARACTERISTIC PPPI_MATERIAL_SHORT_TEXT
300 PPPI_MATERIAL_QUANTITY
330 PPPI_OUTPUT_TEXT Plan
360 PPPI_OUTPUT_CHARACTERISTIC PPPI_MATERIAL_QUANTITY
400 PPPI_MATERIAL_CO_PRODUCT
500 PPPI_OUTPUT_TEXT Um
600 PPPI_OUTPUT_CHARACTERISTIC PPPI_UNIT_OF_MEASURE
700 PPPI_INPUT_REQUEST Lote
800 PPPI_BATCH
900 PPPI_REQUESTED_VALUE PPPI_BATCH
1000 PPPI_INPUT_REQUEST Cantidad Real
1100 PPPI_MATERIAL_CONSUMED
1200 PPPI_REQUESTED_VALUE PPPI_MATERIAL_CONSUMED
1300 PPPI_INPUT_REQUEST Sloc
1400 PPPI_STORAGE_LOCATION
1500 PPPI_REQUESTED_VALUE PPPI_STORAGE_LOCATION
Thanks again for your time and reply dear
I copied the PI_chars from your reply to the recipe and have copied them in the cons_4 category
in tx: o10c, cons_4 is at Position: 01: start of the control recipe and gen scope of 01: all reservation
When I release the Process Order No recipe get generated and the log says: No value assigned to the char. PPPI_RESERVATION_ITEM in the process instruction
Any suggestion please
Thanks in advance
I am afraid that you are mixing both methods. If this PI are generated by the destination, then it is not necessaty to include them in the recipe. So, delete every PI from the master recipe and use only the O10C. It should work.
Thanks a lot Dario.
It really helped.
I did tried both ways.
1. Once with chars only in the o10c : This worked
2. With chars only with control recipe. C202. this didnt. With the same set of chars. In this it gives the same error: No calue assigned to PPPI_RESRVATION_ITEM. Can you please tell me where am I missing.
Or what is the correct process to approach the PI sheets for goods issue!
Thanks again for all your help.
-Rahul
For the special case of component consumption i would suggest to use only O10C to generate the required process instruction, as this is not suitable for using in the recipe.
For others general PI, such as texts for the operator, SOP with document links or QM results recording or some data request (temperature, flow, etc.) then include them in the master recipe.
Regards
Thanks a lot Dario.
I am Closing the thread. Points awarded
Also, in case you have any site link or ref book for PI-sheets, can you please share
-Rahul
Hi Dario
I am facing another problem in phase confirmation using PI sheet. I have raised another thread for the same.
Can you kindly check the link: Confirm Phase using PI Sheet ,and suggest a solution for the same, as it been time I haven't got any response on that thread, and wondering if you could, please.
Would really appreciate any help on the same.
Thanks in advance
Rahul
Hello
Have you maintained any filters against the process instruction to be generated in control recipe customization?
There in many parameters are setup for selection criteria at component level, what components to be included, with batch or w/o.
with backflush or w/o backflush indicator
With regards
Vijay