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
318

hello,

i am developing a function module in which

i have customer number and sy-datum in input fields.

and in output i have to show

customer number and name1,

outstanding payments ,

collection during month ,

aging (1-30) (31-60) (61-90) .

so help me how to develop this task.

can anybody give me idea how to do this .

please.

1 REPLY 1
Read only

Former Member
0 Likes
276

Hi,

Go to SE37 and create Function Module.

Write Description of FM

Declare customer number and sy-datum in Import parameter of Function Module.

Declare customer number, name1, outstanding payments, collection during month , aging (1-30) (31-60) (61-90) in

Export Parameter of FM.

At SOurce Code please write the logic.

Thanks & Regards