Application Development 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: 

Regarding page-down command

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

check P++

regards

Prabhu

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

The BDC OK_CODE for page_down is "=P+"

regards

padma