Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: Problem while doing BDC for F-32 , pls help its urgent

$
0
0

Dear nau k,

                 recently i faced same problem and here is the solution:

 

the following form came with default if condition IF  fval IS NOT INITIAL

 

when sending ' ' or space to check box it will not be included in bdcdata table so commenting

the if condition solve the problem.

 

FORM bdc_field USING fnam fval.

*  IF fval IS NOT INITIAL.

     CLEAR bdcdata.

     bdcdata-fnam = fnam.

     bdcdata-fval = fval.

     APPEND bdcdata.

*  ENDIF.

ENDFORM.  


Viewing all articles
Browse latest Browse all 3125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>