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: 

Updating Condition records for an Info Record (ME12)

Former Member
0 Kudos

Hi,

Please let me know how to update the condition records for an Info record (TCODE ME12).

The requirement is to check for the existance of 2 condition type records,

If they exist i need to update their values with the data from the external file.

If they don't exist i need to add two records with this condition types.

Let me know any Function module exists for changing/updating the condition records for an Info Record in ME12 or we need to go for BDC Recodring

Thanks in advance,

Dwarakanath.S

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

check these fm.

ME_MAINTAIN_INFORECORD

ME_UPDATE_INFORECORD

ME_GET_INFORECORD_CONDITIONS

ME_PRICING_INFORECORD.

if they dont serve for ur cause then go with Bdc.

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

hi,

check these fm.

ME_MAINTAIN_INFORECORD

ME_UPDATE_INFORECORD

ME_GET_INFORECORD_CONDITIONS

ME_PRICING_INFORECORD.

if they dont serve for ur cause then go with Bdc.

Former Member
0 Kudos

Hi Dwarakanath,

I have come across the same requirement. Can you please provide me with the solution.

And if you have used a BDC for the same . Can you please provide a sample code.

Thanks&Regards

agrawalagk

0 Kudos

I have same requirement to update pricing condition in ME12 T-code. Please provide any BAPI or Function Module .