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

problem in bdc for 'miro' t.code

Former Member
0 Likes
926

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.

1 ACCEPTED SOLUTION
Read only

nirajgadre
Active Contributor
0 Likes
784

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.

4 REPLIES 4
Read only

nirajgadre
Active Contributor
0 Likes
785

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.

Read only

0 Likes
784

this field is exist. folwing code is also generated.

perform bdc_field using 'INVFO-ZFBDT'

'24.11.2009'.

Read only

0 Likes
784

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.

Read only

Former Member
0 Likes
784

I think there is problem with screen flow.And also check the date format while recording..