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 creation

Former Member
0 Likes
605

create a function module for time zones where we have to give

importing paratametrs as

FROM TIME ZONE ,

TO TIME ZONE ,

DATE of FROM ZONE ,

TIME of FROM ZONE .

and exporting parameters should be

DATE of TO ZONE ,

TIME of TO ZONE .

4 REPLIES 4
Read only

Former Member
0 Likes
581

HI

Run TXN se37.

Aditya

Read only

Former Member
0 Likes
581

hi jyotsna,

go to transaction se37.

type a name (prefixed with z) for ur function module and create.

and just give ur parameters as in tabs -importing exporting.

and then write ur code in tab source code.

Read only

Former Member
0 Likes
581

hi,

goto se37.

type in a function module name starting with 'z'.

create it then in the import /export tab put in the parameters u want to pass.

put the code in source code tab.

activate it and then test it.

regards,

sohi

Read only

Former Member
0 Likes
581

Hi Jyothsna,

First Go to transaction code SE 37.

Then create. Function group.

Goto --> Function Groups --> Create Group

under Function Group we create Function Module

After Create Function Group Give Function Module Name click on create

then we have Import, Export, Tables, Change, Exception, Source Code tabs .

Press on Import tab. then give import parameters.

Let me know if have any doubt.

thanks

Narasimha