2008 Jun 30 8:36 AM
Hi Experts,
For the transaction CO02>component overview. The amount in <Reqmnts qty> column needs to be changed if the following condition is met:
The component's Basic Data 2> Design Drawing > Page Format' = '1' AND component has a Batch Number.
If this condition is met, the value in <Reqmnts qty> column will be replaced using this formula:
Qty = [ Qty x Actual Potency] / [ Standard Potency ]
Where:
Qty = <Reqmnts qty> column
Actual Potency = dbl click on the batch of the component > under classification tab > Value for Class > a field is maintained to contain the actual potency.
Standard Potency = dbl click on the component number > under basic data 1 tab > Dimensions/EANS > Size/Dimensions field.
How can i do this?
Will EXIT_SAPLCOKO1_004 be sufficient enough to handle this change?
I need to find a solution in ABAP point of view.
How do I find out the field names of these columns?
Regards,
FA
Hi Experts,
For the transaction CO02>component overview. The amount in <Reqmnts qty> column needs to be changed if the following condition is met:
The component's Basic Data 2> Design Drawing > Page Format' = '1' AND component has a Batch Number.
If this condition is met, the value in <Reqmnts qty> column will be replaced using this formula:
Qty = [ Qty x Actual Potency] / [ Standard Potency ]
Where:
Qty = <Reqmnts qty> column
Actual Potency = dbl click on the batch of the component > under classification tab > Value for Class > a field is maintained to contain the actual potency.
Standard Potency = dbl click on the component number > under basic data 1 tab > Dimensions/EANS > Size/Dimensions field.
How can i do this?
Will EXIT_SAPLCOKO1_004 be sufficient enough to handle this change?
I need to find a solution in ABAP point of view.
How do I find out the field names of these columns?
Regards,
FA
2008 Jun 30 9:55 AM
Hi,
Inorder to know the field names of these columns just press F1 on the fieldname, then Go to 'Information System' of the F1 window there WE can find Technicall Settings button (Icon) where we can find the field name for a column.
Then chck the field name in the Table name by using Where Used list option.
Like wise when u traverse the screens on each field you wanted to know press F1 and then know the fieldname.
Check tehe field names in the EXIT you specifed if they are theer then try to use them
For ex-Order is of AUFNR that is in of table AUFK
Reward If helpful,
Regards
Chandralekha
2008 Jun 30 10:12 AM
Also,
Refer to the structures CAUFVD and AFPOD for the columns names.
Reward if helpful.
Regards
Chandralekha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |