2014 Sep 05 2:00 PM
Hi all,
I'm trying to use this function, but I'm hiting on a strange problem. After importing data from clipboard something wrong is happening.
This is my data set:
111111
222222
333333
444444
555555
666666
777777
888888
999999
AAAAAA
BBBBBB
CCCCCC
DDDDDD
EEEEEE
FFFFFF
Now I'm inserting data with button 'Paste' (so far so good)
Now I'm scrolling down and my D-entry is being replaced
When scroll a little bit back and forward new entries are being added. I have no idea what is going on.
Any hints?
Best Regards
Marcin Cholewczuk
2015 Feb 17 1:22 PM
Did you ever solve this problem ?
Edit : To answer the question : I think I have found the error. I don't think that STC1_FULLSCREEN_TABLE_CONTROL and STC1_POPUP_WITH_TABLE_CONTROL can handle data from clipbord without error. I even tried to create the demo program that is mentioned in the documentation for this function module (only if you log on in german). This testprogram has the same error.
I did solve the problem by creating my own screen (as in the demo) and adding a call to function STC1_PUT_DATA in PBO. Call to this function module is also missing in STC1_POPUP_WITH_TABLE_CONTROL / STC1_FULLSCREEN_TABLE_CONTROL.
I did get a hint to this function module by looking at what transaction KB51N was calling.
Message was edited by: Kim Ternstrøm
2015 Feb 17 1:22 PM
Did you ever solve this problem ?
Edit : To answer the question : I think I have found the error. I don't think that STC1_FULLSCREEN_TABLE_CONTROL and STC1_POPUP_WITH_TABLE_CONTROL can handle data from clipbord without error. I even tried to create the demo program that is mentioned in the documentation for this function module (only if you log on in german). This testprogram has the same error.
I did solve the problem by creating my own screen (as in the demo) and adding a call to function STC1_PUT_DATA in PBO. Call to this function module is also missing in STC1_POPUP_WITH_TABLE_CONTROL / STC1_FULLSCREEN_TABLE_CONTROL.
I did get a hint to this function module by looking at what transaction KB51N was calling.
Message was edited by: Kim Ternstrøm
2015 Feb 18 7:56 AM
Hi Kim,
I don't remeber, but think that I've the droped the idea of using this FM. Nevertheless thanks for tip.
Best regards
Marcin