Is that possible to read the screen value while doing BDC.

Question:
eg. in VF02 while go to the ouput type there will be a list of all process and unprocessed output types. Can I read all trought those output types row by row? Thanks
Answer:
It is not possible to read the screen/field contents while in a BDC session. Typically, you look at SAP's code, see how they are populating that data, and execute similar SQL statements in your program and evaluate the data. It is almost like reading what is on the screen, but requires a lot of testing. (Is that the way SAP queries in all possible scenarios?)
_________________
Sudhi Karkada
Answer:
Any new ideas regarding this question? I have to bring this up because I need it urgently?
Thanks in advance, ABAP and BASIS gurus!
HC
Answer:
Sudhi is right.
R
Answer:
Use call transaction and then look at the returned messages, one of these may give the info that you want to know. But this info will only be of use for following calls.
MattG.

More Articles:

To increase the capacity of an Internal Table?
Modifiy the Z_tables with a new plant?
Area Menus?
Accessing VB program from SAP?
in a string for chinese ,how i can search a word?
What to do - to populate a standard hierarchy in R/3 for BW?