Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

No Ok_Code for scrolling in table control

Former Member
0 Likes
408

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.

2 REPLIES 2
Read only

Former Member
0 Likes
373

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

Read only

Former Member
0 Likes
373

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.