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: 

Function Module creation code..

Former Member
0 Kudos

Hi friends,

i have to create one function module.. for the purpose of.. fetching the data from INOB , AUSP , CABN tables and the fields are ...( from INOB table -- OBJEK and CUOBJ and from AUSP table to ATINN , ATWRT , ATFLV fields and from CABN table to ATNAM ) I want to extract those fields...

so, can any one give me the code.. what can I write ... can any one plz give me the sample coding for this...

BABU

1 REPLY 1

Former Member
0 Kudos

hi Babu,

first u create one structure in se11 with req fields which you have mentioned here.

go to se37 -> give function group name and function module name. and press create button.

in the import tab declare import parameters

like wise in Export tab also.

in Tables tab give internal table name which refers to the structure which you created earlier in se11.

write the select statement in source code tab to fetch the req. data from DB tables.

save it and activate .

<b>Reward points if useful.</b>

Cheers,

Chandra