Application Development 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: 

regarding Function Module

Former Member
0 Kudos

Hi Friends,

I have to update the field datbi(valid_to date) in A914 tables using the transaction VK12.I have to find out the function module for updating that field.I dont know how to find out the function module.

Can anyone tell which function modules or sub routiens will be trigged while executing the transaction VK12.

Pls tell me the solution.

help me....

Edited by: jyothi on Feb 18, 2008 10:51 AM

Edited by: Alvaro Tejada Galindo on Feb 18, 2008 12:30 PM

Edited by: jyothi on Feb 19, 2008 5:30 AM

7 REPLIES 7

Former Member
0 Kudos

Hello Jyothi,

There is no FM to update the condition types.

Better record the BDC for the Transaction. This will be a better option.

Cheers,

Vasanth

0 Kudos

Hi Vasanth,

I have changed the question can you look at it once pls.....

0 Kudos

BAPI_PRICES_CONDITIONS use this bapi for VK12

0 Kudos

Hi Madavi,

THis FM is inserting the records instead of updating the records.As Iam trying to change the valid_to date which is one of the keyword in A914 it is happening like that.Pls help me on this

Former Member
0 Kudos

Hi,

VK11 is a transaction used to create condition records. These condition types are used while creating or changing a sales order. Through SHDB recording you can record the changes then through BDC you can use them wherever necessary.

Thanks

Sarada

0 Kudos

Hi Sarada,

I have to consider VK12 transaction inorder to update.Can you tell me the function modules or sub routines which can be trigged to VK12 while executing it.

Thanks in advance

Former Member
0 Kudos

Hi,

There is no FM available to do this. Do recording then develop one BDC program for this. That's it.

Rgds,

Bujji