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

combination of bdc and function module

Former Member
0 Likes
709

hi,

i am doing a bdc in a function module.

it is showing thaat no proper nesting for function and endfunction before form.

how to nest the fm properly

viju

thanks and regards

hi,

i am doing a bdc in a function module.

it is showing thaat no proper nesting for function and endfunction before form.

how to nest the fm properly

viju

thanks and regards

6 REPLIES 6
Read only

Former Member
0 Likes
681

before the form.. endform .. the function module .. should be

ended ..

Function ...

perform XYZ..

ENDFUNCTION.

FORM XYZ .

ENDFORM ..

Read only

former_member182354
Contributor
0 Likes
681

Hi Vijender,

Write End Function statement at end of code in Function module.

Raghav

Read only

Former Member
0 Likes
681

you have not written.........the ending statement of endif or endform in your code.

every IF statement should be end with endif.

and FROM & ENDFORM also.

Please check it out.

you can find it in your code.

Regards,

Madan.

Read only

Former Member
0 Likes
681

May be . (dot) is missing after FM .

Regards

Bikas

Read only

Former Member
0 Likes
681

create a include just after the endfucntion statement and write all ur form endforms in that include.

Regards,

Sarab.

Edited by: Sarabpreet Chadha on Jul 3, 2008 11:22 AM

Read only

Former Member
0 Likes
681

Hi ,

Please Check whether you have declared all the variables properly in the global include