BDC urgent
hi friends
I have made a BDC but when i am running it , it is giving me errors
1."NO batch data for sceen XXX" for one or another screen , while the data exists in the excel file .
2.Field 'mara-xxx' does not exist in screen sapXXXX.
what could be the reason for such an errors?
also ,while recording after filling screen1 , we move to screen 2 & then back to screen1 . do i have to maintain the same sequence in the BDC or just filling screen1 once with the data in the iNternal table would be sufficient?
Kindly Help
You need to do the same in your BDC program as you would have done in your recording.
If there is screen 1 with data and an OK_CODE then screen 2 with an OK_CODE and then screen 1 again with an OK_CODE, then that is what you want to put in your BDCDATA table.
If you have no data for a screen it is because there is no entry in your BDCDATA table for that screen although it appears in your transaction.
If you get an error which states that a field doesn't exist in a screen it is because you have put that field in your BDCDATA table but it isn't on the screen you are currently processing.
Hope this helps.
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru
also... just play around a little with the bdc recording and code. Learn how it works and soon you will be able to hack it to do exactly what you want
_________________
Other helpful links