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

BDC_NODATA error in RFC function module.

Former Member
0 Likes
529

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.

2 REPLIES 2
Read only

Former Member
0 Likes
463

Hi ,

u can add this Include BDCRECX1 in the TOP include of that Function group.

regards

Prabhu

Read only

0 Likes
463

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