‎2008 Apr 02 10:49 AM
Hi,
I m using Tcode FPP1 (PSCD module) for creating business
partners while creating the industry type I have a table
control where I need to entre values but when values are
getting exceeded the table control does not scroll in batch
input mode nor while recording it gave any kind of Ok_code
for this.
How do I now scroll I have tries '=P+' and '=PAUA_T' but it does not work can some one help on this.
Thanks,
Vaibhav B Gawali.
‎2008 Apr 02 12:32 PM
You can try and put a Loop within your perform statements,at poin where you need to do this scrolling.
you can take help of a counter variable to keep track of you record and perfor m the scrolling operation.
Say the screen can take 6 record at a time. you can initialise the couter CNT with value 1 and loop in this statement till the counter reaches 7. Once the counter reaches 7,you can perform BDC_CODE = 'P+' and reset the counter to 1 again.
This is just a logic,you can implement it as per you code.
Thanks n Regs,
Bhavin
‎2008 Apr 02 12:39 PM
Thanks for ur reply, but this all logics I have already incorporated but still it is not working..in recording mode it does not give any Ok code for scrolling.