cancel
Showing results for 
Search instead for 
Did you mean: 

Addition of Material Quantity field in VB41 Transaction Code

Former Member
0 Kudos

Dear All,

As per my requirement, I need to add a column called Quantity in Transaction code VB41. I have been searching for enhancements for this purpose but was not able to find any.

Can anybody suggest an enhancement how to proceed on this?

Thanks & Regards,

Rohan Gudavalli

Edited by: Rohan Gudavalli on May 7, 2011 7:21 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

jpfriends079
Active Contributor
0 Kudos

Hello,

Use Tcode OMA5 and add field MGLME.

Create a new table (Tcode V/N2) with your combination.

Thanks & Regards

JP

Former Member
0 Kudos

Hi Mr.Prakash,

Thank you very much for the inputs and prompt response. Since this is cross selling, i have added the MGLME field in T.Code OV40 after activating it in KOMGD structure.

I have created a condition table based on Material and MGLME and assigned it to the access sequence. I then created a condition record in T.Code VB41 and saved.

When creating sales order, it is not picking up this condition table and says that condition record missing. Can you please suggest where I may be going wrong.

Thanks & Regards,

Rohan Gudavalli.

jpfriends079
Active Contributor
0 Kudos

First check your config for following

- Define customer procedure for cross selling

- Define document procedure for cross selling

- Assign document procedure for cross selling to sales document types

- Define cross-selling profile

- Assign cross-selling profile

If there is problem, then In that case check

- Table is generate & active

- In access sequence, all the fields from table are initialized and are green

- in your condition record, check the Valid From & Valid to dates

Thanks & Regards

JP

Former Member
0 Kudos

Hi Mr.Prakash,

First check your config for following

- Define customer procedure for cross selling. This is done

- Define document procedure for cross selling. This is done

- Assign document procedure for cross selling to sales document types. This is done

- Define cross-selling profile. This is done

- Assign cross-selling profile. This is done

If there is problem, then In that case check

- Table is generate & active. This is done

- In access sequence, all the fields from table are initialized and are green. for this In my access sequence there is no green indication. But in the standard condition table also there is no green indication

- in your condition record, check the Valid From & Valid to dates. This is maintained correctly

Despite maintaining these settings still it is not picking up. Could there be any other place I am going wrong?

Thanks & Regards,

Rohan Gudavalli

jpfriends079
Active Contributor
0 Kudos

Can you tell me table combination created by you & business logic behind that?.

Regards

JP

Former Member
0 Kudos

Hi,

I am trying to replicate 1:n free goods using Cross sales concept.

I have determined the item category determination as TANN if higher level item category is TAN when usage is CSEL(Cross Selling). This way the sub items that are proposed as cross selling items are made free.

The only gap left is that for a particular quantity of header material i need to give certain amount of sub item as free. For this in VB41 I am trying to maintain quantity for header and sub item so that it may be proposed in the sales order. When I use the standard table (11) it is being picked in the sales order but when I am creating a new condition table (998) it is saying that the condition record is missing.

Thanks & Regards,

Rohan Gudavalli.

jpfriends079
Active Contributor
0 Kudos

Have you tried adding UoM with quantity?

Regards

JP

Former Member
0 Kudos

I have added MEINS feild (Unit of Measure) also. The system is reading the record and is picking up the material code and unit of measure but it is not reading the quantity in the condition record.

Thanks & Regards,

Rohan Gudavalli

Edited by: Rohan Gudavalli on May 7, 2011 10:39 AM