‎2009 Nov 23 10:25 AM
hi , experts I got following error when i do bdc recording for purchase invoice , MIRO transaction. pls help me.
field invfo-zfbdt does not exist in the screen SAPLMR1M 6000.
‎2009 Nov 23 10:53 AM
Hi,
On the screen SAPLMR1M 6000 the field invfo-zfbdt is not present and since you are trying to pass the value to this field using the BDC it is giving this error .
try to give the correct screen number or try using removing this field mapping in this screen.
‎2009 Nov 23 10:53 AM
Hi,
On the screen SAPLMR1M 6000 the field invfo-zfbdt is not present and since you are trying to pass the value to this field using the BDC it is giving this error .
try to give the correct screen number or try using removing this field mapping in this screen.
‎2009 Nov 23 11:13 AM
this field is exist. folwing code is also generated.
perform bdc_field using 'INVFO-ZFBDT'
'24.11.2009'.
‎2009 Nov 23 11:18 AM
Hi,
Is this field is on the any tab strip, then need to call the correct screen. can you check the screen number again on which this filed is present.
‎2009 Nov 23 2:03 PM
I think there is problem with screen flow.And also check the date format while recording..