cancel
Showing results for 
Search instead for 
Did you mean: 

Create Condition Record - VK11

Former Member
0 Kudos

Dear All,

My Requirement is when we maintain the Condition Record with Validity Dates - From and To . it should trigger the workflow and once approved then the Condition should be valid.

is there any way we can achieve it.

Appreciate your time.

Thanks and Regards

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

While creating the condition record in VK11,click on Key combination.Identify your condition table/access.

Goto the path:

SPRO>Sales and Distribution>Basic Functions>Pricing>Pricing Control-->Define Condition Tables.

Goto "Display Condition Tables".Press F4 on the table field.

Identify your table based on the short description.

Identify the table number.

Goto the T.Code "SE11/SE16".

Enter the table name as "A" followed by that number.Suppose the number is 909,identify the table name as A909.

Execute.

Get the condition record number.

If a new number is generated means there is anew record.By using that numebr you can get the details from the table "KONP".

If there is a new number other than the existing one,for that one all the details should be fetched from "KONP" table and then workflow should be triggered with that specified details from "KONP".

For this we have write a code.Ask your ABAPer to write the code as per the above logic.

Regards,

Krishna.

Answers (1)

Answers (1)

former_member311089
Participant
0 Kudos

I suggest that you create a ZTABLE and maintain the condition record in that table, once this table is saved you can send those values for approval. For this you have to write your own program for which you have to take the help of ABAPer, If those condition records are approved, you can update all those values in VK11 using BDC.

RAJ