‎2009 Nov 18 3:14 AM
Hello ,
My requriment is that i want to Development BDC using function moule .
I have created one function module and wriiten logic in Source Code .
In SE37 goto -> Main program there are some includes like Global data in there i have declared BDC DATA and BDC MESSAGE CAL .
now problem is that i want to declare BDC_DYNPRO and BDC_FIELD that we have to declare in subprogram include .
But system is not allowing me to create subprogram . pleas guide me where and how can we declare BDC_DYNPRO and BDC_FIELD .
let me clear if i am wrong .
Regards,
Sandeep
‎2009 Nov 18 3:37 AM
‎2009 Nov 18 3:41 AM
Declare BDC_DYNPRO and BDC_FIELD in function module and delete them in main program.
Everytime you use this function module , you need not declare them again.
‎2009 Nov 20 8:17 AM