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

function module

Former Member
0 Likes
759

PLEASE ABAPERS GUIDE ME FOR THESE FM'S

i want some documentation on them.

1. bspl_data_prepare,

2. BSPL_grid_create

and also please guide me how to get documentation on any function module.

thanks

Divya Jain

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

Hi Divya,

u can get the documentation for any FM in the top right hand corner in the source code of the FM.. some of them may not have any documentation though..

the best way to c wat the FM does is to execute it via se37 passing the inputs...

just try that n c.. if it helps..

Regards

6 REPLIES 6
Read only

Former Member
0 Likes
663

Hi Divya,

u can get the documentation for any FM in the top right hand corner in the source code of the FM.. some of them may not have any documentation though..

the best way to c wat the FM does is to execute it via se37 passing the inputs...

just try that n c.. if it helps..

Regards

Read only

0 Likes
662

what u said is correct,i know it

as there is no documentation given on them thats y i m asking but thak u

thank u everyone.

Read only

0 Likes
662

hi divya,

if there is no documentation available for any function modules then you can come to an conclusion by going through the interface parameters.so jus have a deep look at the interface so that you can come to an conclusion..

Cheers,

Abdul Hakim

Read only

sridharreddy_kondam
Active Contributor
0 Likes
662

Hi Divya,

There is no documentation provided for the said fm's...

but if u need to get documentation goto se37 enter the fm name and click goto--> fm documentation and u will get if available...

regards,

sridhar

Message was edited by: sridhar reddy kondam

Read only

Former Member
0 Likes
662

Hi divya,

they are used for display Financial Statement using ALV,

there is no documentation for the FM's.

Regards

vijay

Read only

Former Member
0 Likes
662

Hi Divya,

bspl_data_prepare : It is to prepare and display the financial statement.

It can be a classic report/ ALV grid or a tree depending on the user requirement. The importing parameter specifies the type of output needed. Other inputs from the import parameters include the language, the version of the financial statement, data table for preparing the financial statement etc.

The balance sheet is prepared from this table. First the entries which do not fall under any profit and loss category is separated. Profits and losses are calculated for the financial period and other adjustment entires .

BSPL_GRID_CREATED creates the GRID. The function calls the REUSE_ALV_GRID_DISPLAY.

Thanks,

Susmitha