Application Development and Automation 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: 
Read only

BAPI or Function module required.

Former Member
0 Likes
1,205

Hi Friends,

I need a std BAPI or Function module to get the price & currency from the CKMLCR table insted of a direct read.

I have the Material, plan, year, period with me.

Currently I am using direct read from CKMLCR table. I need to change this to BAPI of FM. I am using this code in Routeins of PO creation transaction.

Please help me on this.

Regards,

Sasikanth SM

5 REPLIES 5
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
928

Go to where used list of this table select all entries..You willsee lotof function module check which one is useful for you.

Nabheet

Read only

0 Likes
928

I have already checked and found 1 fm... but its not having the currency field in the output.

Read only

0 Likes
928

Then if SAP standard does not have then make your own custom one and use it everywhere.

Nabheet

Read only

Former Member
0 Likes
928

Hi Sasikanth,

Try searching in SE37, look for FM's that start with 'CKML*'. There are a number of function modules for this.

If it's not there, try 'CKMT*'.

Rgds,

joy

Read only

0 Likes
928

Try using the FM CKML_F_CKML1_PRICES_GET

Regards