Application Development 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: 

no data indicator

Former Member
0 Kudos

hi all,

I have use 'no data indicator' in BDC program .

What is use of this and how to use in the program .

any sample code will be helpful .

Thanks,

sridhar

3 REPLIES 3

Former Member
0 Kudos

The no data indicator just says that you want the BDC to skip that field. Also, you need to use the no data indicator if there is a field on the screen for some transactions but not others. If you do not use the no data indicator on the transactions where the field doesn't exist the BDC will error out the transaction.

To use the no data indicator just put a / or whatever character you choose in the first byte of the field.

0 Kudos

thanks,

but flat file is coming from outside , so how to put this indicator in file or i have to check field is intial and put indicator in field-val , so that program take care s.

Please tell steps to be followed

Thanks,

sridhar

andreas_mann3
Active Contributor
0 Kudos

hi,

no data indicator is for mapping / migration-programs to fill file for SAP-interfaces like rfbibl00 or rfbikr00.

These programs need that info to realize that a field is out of scope.

if you programming your own bdc - it's not necessary to fill fields with no data!

A.

Message was edited by: Andreas Mann