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

calling function module code CREDIT_

Former Member
0 Likes
1,001

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

4 REPLIES 4
Read only

former_member202818
Active Contributor
0 Likes
969

Hi,

What is the real problem r u facing?

This function module has exporting parameters which will get from table KNKK(that u have).

Read only

0 Likes
969

i need a sample code to call this function module.

because i did not find any table type in this function module to declare.

Read only

0 Likes
969

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.

Read only

Former Member
0 Likes
969


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