‎2014 Jun 13 6:39 AM
Dear Guru's,
I am new to ABAP, i need to call the function module
"CREDIT_EXPOSURE".
i need to take the 'SUM_OPENS" field value.
where i have the table KNKK in the report.
Kindly provide the sample code to call this function module.
Regards,
Abdul Rahim
‎2014 Jun 13 6:58 AM
Hi,
What is the real problem r u facing?
This function module has exporting parameters which will get from table KNKK(that u have).
‎2014 Jun 13 7:04 AM
i need a sample code to call this function module.
because i did not find any table type in this function module to declare.
‎2014 Jun 13 7:16 AM
Why do u want a table type..
loop KNKK(internal table in ur program).
Just pass each combination of KUNNR and KKBER from table KNKK(internal table in ur program).
And append each result into a internal table.
‎2014 Jun 13 7:12 AM
Dear Shaik,
Where exactly you want to call this Function Module, How ever You can call any of programme,,
Function Module will have Import and export parameters like Below, By passing Input Parameters you can get out put in Export.
you can call by Clicking ""Pattern"" in the Mentu Bar - Call Function.
Hope this would clear your Question.
Regards
sreehari