Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CO02 Component Overview enhancement

FranklinAsis
Explorer
0 Likes
876

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

2 REPLIES 2
Read only

Former Member
0 Likes
646

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

Read only

Former Member
0 Likes
646

Also,

Refer to the structures CAUFVD and AFPOD for the columns names.

Reward if helpful.

Regards

Chandralekha