cancel
Showing results for 
Search instead for 
Did you mean: 

Add parameter LMNGA

Former Member
0 Kudos

Hi everyone,

I want to use the Total Yield Confirmed in a usage formula, so the usage of equipment is measured based on the total yield confirmed. For this, I want to add a new parameter. The field I want to use is LMNGA. I read that I had to add this field to table TC22 and then make a parameter. I added the field to TC22, by looking the table through SE16N and then adding a new row (I don't know if I have done that correctly, so I added a screenshot).

capture.png

If I want to add it as a parameter, I add a new entry (see screenshot) but when I try to save it, I get an error message saying "The data object "F" does not have a component call".

capture2.png

What am I doing wrong? I hope you can help me!

solomon_macwan
Active Contributor
0 Kudos

Hi Renate,

Please tag your question to the #ABAP Development.

If your requirement is to have the equipment counter should be updated based on the confirmation done. than it is very much possible in standard SAP.

Regards,

Solomon

Former Member
0 Kudos

How is this possible? In SAP I can see at OP7B parameter SAP_09 which is field MGVRG, the operation quantity. However, I want to have a parameter with the Total Yield Confirmed (LMNGA), so the operation quantity minus the scrap quantity. How do I do this?

solomon_macwan
Active Contributor
0 Kudos

Sorry Renate, I dont understand your requirement.

SAP_09 is a standard value. in which transaction you want this?

Regards,

Solomon

Former Member
0 Kudos

I don't want SAP_09 in a transaction. I want to create a new parameter, with the confirmed operation quantity. This is the operation quantity minus the scrap quantity. I want to create a new parameter, with field name LMNGA. The operation quantity is field MGVRG. When I try to choose Field Names, LMNGA doesn't appear in the screen.

capture2.png

The fields here are from table TC22 so I go to SE16N and try adding LMNGA to the fields. However, something goes wrong every time so I have no idea what I'm doing wrong.

Former Member
0 Kudos

So I got something that is working: I used formula: SAP_09 * SAP_16 / SAP_08 / SAP_11

SAPF02 didn't work, so I used the one above. This one is working, but I have no idea wat SAP_11 is. This is Operation Splits (field name SPLIM), but I don't know what this is so I don't want to use this.

So I'm still stuck with my previous question, how do I add a parameter with field name LMNGA?

Former Member
0 Kudos

Please someone?

I just want to add a formula parameter with field LMNGA. How do I do this?

If I just enter it, there is an error saying I need to put it in TC22. How do I do this? When I try it via SE16N, this doesn't work...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Can someone please help me?

I'm stuck and nothing further than I was in the beginning. I've been trying and searching in SAP but I don't know what to do...

solomon_macwan
Active Contributor
0 Kudos

Hi Renate,

sorry for delayed reply. but now I understand your requirment. You can easily do it , just do the following.

You just want to do operation qty - scrap qty in the formula correct?

SAP_09 - PC_P04

For Operation split - lets say for doing one operation you can simultaniously perform on 4 parts, so that the time for the total operation is split in 4 parts. Which means the operation split devide the total operation time.

Please revert if its not working and close thread if you find the solution.

regards,

Solomon

solomon_macwan
Active Contributor
0 Kudos

Hi Renate,

sorry for delayed reply. but now I understand your requirment. You can easily do it , just do the following.

You just want to do operation qty - scrap qty in the formula correct?

SAP_09 - PC_P04

For Operation split - lets say for doing one operation you can simultaniously perform on 4 parts, so that the time for the total operation is split in 4 parts. Which means

Please revert if its not working and close thread if you find the solution.

regards,

Solomon

Former Member
0 Kudos

Thanks for you answer. However, if I define a new formula (in OP21) with PC_P04, I get the error Parameter PC_P04 is not defined. I know I can define parameters in OP7B, but how do I define the parameter?

In general: how do I define a parameter with a Field Name? For example I'd like to have a parameter of field LMNGA (Yield currently to be confirmed), XMNGA (Scrap currently to be confirmed) or something else. How do I define this as a parameter? I can't simply put it in the Field Name (then this error occurs: "Entry LMNGA does not exist in TC22 (check entry)").

solomon_macwan
Active Contributor
0 Kudos

Yes I checked, So you can use following exit and calculate the value in the activity.

  1. CONFPP02 PP order conf.: Customer specific input checks 1

I hope other group members have better idea.

regards,

Solomon

Former Member
0 Kudos

What do you mean with CONFPP02? I don't understand you.

solomon_macwan
Active Contributor
0 Kudos

It is a exit, so whenever you use transaction CO11N than it will trigger and calculate the formula.

Please talk to your abaper for this.

regards,

Solomon

Former Member
0 Kudos

Sorry, I don't understand you and within my company there is no one to talk about this, so I'm kinda stuck...

Is there a possibility to add an entry in table TC22 and how to do this correctly? If I simply do this by entering a entry in SE16N, this is not correct.