BDC (function code problem)
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
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
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
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