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

Regarding page-down command

Former Member
0 Likes
545

How to specify page-down command while updating table control data in BDC.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hi ,

Here is the simple code,

PERFORM bdc_dynpro USING 'SAPMF02D' '0130'.

PERFORM bdc_field USING 'BDC_OKCODE'

'=P+'.

PERFORM bdc_dynpro USING 'SAPMF02D' '0130'.

Thanks & Regards,

Khasimsa

3 REPLIES 3
Read only

Former Member
0 Likes
515

check P++

regards

Prabhu

Read only

Former Member
0 Likes
516

Hi ,

Here is the simple code,

PERFORM bdc_dynpro USING 'SAPMF02D' '0130'.

PERFORM bdc_field USING 'BDC_OKCODE'

'=P+'.

PERFORM bdc_dynpro USING 'SAPMF02D' '0130'.

Thanks & Regards,

Khasimsa

Read only

Former Member
0 Likes
515

Hi,

The BDC OK_CODE for page_down is "=P+"

regards

padma