Application Development 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: 

Writing Function Modules

Former Member
0 Kudos

Hi

I want to learn how to write function modules in ABAP please guide me how should I proceed to learn it as fast as I can.

Are there any Demos or PDF documents for that.

I have gone through ABAPDocu but it has a lot of unwanted materials as well and I found it a bit unstructured to learn writing function modules.

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member

0 Kudos

former_member654348
Participant
0 Kudos

Hi

u can create function modules in Tcode SE37.

Based on your requirement, identify what are the input parameters, what are output parameters,table parameters etc... and enter them.

Go to the source code tab, and write it as per your requirement.

save and activate the funtion module.

You can test it by passing the parameters.

You can go for the following links.

www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm

Reward points if useful.

Former Member
0 Kudos

HI,,

The following link will give you a step by step approach for creating function modules:-

[http://www.saptechnical.com/Tutorials/ABAP/FunctionModule/page1.htm]

  • REward if useful

Best of luck,

Bhumika