BDC (function code problem)

Question:
Friends,
Due to screen resolution problem i have to use the 'Page Down' button while using the session wise method so fucction code is required.
Manish. K
Answer:
Record your transaction in SHDB - this will give you the ok codes to use.
If you haven't done that yet - read FAQ and ABAPers knowledge corner - they can give you some more ideas on BDC in such situation.
_________________
ilya
More input data: http://abaplog.wordpress.com

Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198

R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html

Function modules documentation: http://www.se37.com

Answer:
You should try to program your screen in a resolution independant fashion. Look for navigation codes such as POPO or SORT (the first for Purchase orders the next for CO02) that will bring the required record to the first line of your table control. As Ilya says, have a look in the Knowledge corner.
_________________
Regards
R
Abap KC

SFMDR

Answer:
Look for navigation codes such as POPO or SORT (the first for Purchase orders the next for CO02)
For CO02 another nice possibility is KEIN for new item, and P-- followed by AUFS for changing the existing ones (in component overview).
_________________
ilya
More input data: http://abaplog.wordpress.com

Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198

R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html

Function modules documentation: http://www.se37.com

More Articles:

customer master userexit : how CHANGE the data?
Any FM to find of the 2 dates difference?
Problem is in numeric field?
convert select option?
BAPI_EMPLOYEE_DEQUEUE?
read data MDB (microsoft access) FROM R/3?