‎2008 Aug 28 7:48 AM
Hi ABAPers,
The error is 'The FORM "BDC_NODATA" does not exist' in Function group.
I have 2 function groups :Z_BAPI and Z_MB_BUS2017. 1. Z_BAPI was created by me. Customized BAPI FMs were worked fine in that group. now i copied FG :Z_MB_BUS2017 from FG: MB_BUS2017 along with i customized 14 function modules and i activated the group. now these FMs are working fine. but error BDC_NODATA is comming in all function modules which are in Z_BAPI group.
when i activate: below error is coming:
Syntax error in program
-
Source code LZFPG_BAPIU16 Line 43
The FORM "BDC_NODATA" does not exist.
so where can i add include BDCRECX1.
please suggest me.
Thanks in advance
Hari.
‎2008 Aug 28 7:53 AM
Hi ,
u can add this Include BDCRECX1 in the TOP include of that Function group.
regards
Prabhu
‎2008 Aug 28 8:26 AM
Hi Prabhu,
i tried to put in TOP include, but it is showing error:
SELECTION-SCREEN statements can only be used between SELECTION-SCREEN BEGIN and END OF SCREEN( program type is not "1").
suggest me please.
Hari