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

TAB functionality(next page) in BDC recording process?

Former Member
0 Likes
1,360

Hi,

I am trying to record a transaction using SHDB for BDC,

in recording process I am selecting records in popup screen and that screen will be having 9 records all the time and after selecting 9 records when I press tab(for going into second page) that TAB functionality is not recording.

Can any one please let me know how I can implement TAB(going to next page in recording process)

Thanks for ur time...(waiting for valuable answers)

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,035

Not sure that TAB is recognized, what transaction are you working with? You might want to look for a FCODE which will advance you.

Regards,

Rich Heilman

Read only

0 Likes
1,035

Hi Rich,

Is there any FM for this funtionality for going into next page.

when i click on tab its recording - 'BDC_OKCODE' '/00'.

thanks.

Read only

0 Likes
1,035

What tcode are you doing recording for.

Regards,

Rich Heilman

Read only

0 Likes
1,035

Hi Rich,

sorry i forgot to answer .,.

I am using BP transaction and selecting business partner and ship to address tab i am trying to add address records to ship to address tab.

-


P+ did not work .. its not going to next page.

thanks..

Read only

Former Member
0 Likes
1,035

Hi Rajesh,

Please try <b>'P+'</b> for BDC_OKCODE.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,035

Hi,

Please try this OKCODE.

<b>BUS_TABSTRIP_NEXT</b> (Next Tab Page)

<b>BUS_TABSTRIP_PREV</b> (Previous Tab Page)

Regards,

Ferry Lianto

Read only

0 Likes
1,035

I have a similar issue. I tried with BDC_OKCODE '+P' and also with 'BUS_TABSTRIP_NEXT ' but no luck! Did you figure the way out?