‎2006 Jan 11 2:39 PM
Hello,
I'm desperatly trying to create a batch input session for transaction F871 (payement order creation) :
I need to write several items in a table control of the screen (G/L account items) ; In the batch input (SHDB), i can only see two lines available for input.
Once they are filled, i would like to scroll the table down in order to fill new lines... but :
- there is no "Position" field that would allow me see further lines of the table
- there is no "Add new line" button
- ok-codes /00, =P, P, =LSPD (with BDC_CURSOR in the second line) don't allow me to make appear a new empty line in the table...
Any other idea ?
Thanks in advance
Sylvain
‎2006 Jan 11 3:13 PM
Hi Sylvain,
For page down and page up options we need to code the OK_CODE explicity if it appears in the transaction which you record through SHDB.
If not try the function module SCROLLING_IN_TABLE. Where used of this function module will definitely help you in using scrolling down/up during BDC runs..
Cheers
JK
PS: Award points if this solution helps you
‎2006 Jan 11 3:45 PM
Hi, Sylvain,
There is no "Add new line" button, but isn't there an option in the menu to do this thing? It usually is. Than this menu option would have an OK-Code assigned and I think that your problem would be solved.
Best regards,
Bogdan
‎2006 Jan 11 3:48 PM
Sorry, the ok-code from SHDB does not work (it gives /00...), and i could not find the link between the use of this function and scrolling during the execution of a batch input session ; i guess i can only have an influence on moving page down by using a field on the screen or trigerring an ok-code ...
anyway thanks for the help
‎2006 Jan 11 3:55 PM
Ok by chance if found a "P++ " ok-code in a program of the where used list of your function module. I don't know why nor where it comes from, but it works with this one, thanks a lot
‎2006 Jan 11 3:58 PM
Hi Sylvain,
Its nice to know that my solution worked out. Do award points and close the loop
Cheers
JK