Skip to Content
0
May 19, 2010 at 10:32 AM

in BDC Page down command is not working for MB1C T. Code

36 Views

Dear Experts,

I am writing BDC for MB1C, in this to enter serial number for material, when exceeds the limit, the page down command not woking.

i wrote the below

IF sn_count = 20.

PERFORM bdc_dynpro USING 'SAPLIPW1' '0200'.

PERFORM bdc_field USING 'BDC_CURSOR'

'RIPW0-SERNR(01)'.

PERFORM bdc_field USING 'BDC_OKCODE'

'=RWS'.

sn_count = 2.

ENDIF.

in my recording i got below

perform bdc_dynpro using 'SAPLIPW1' '0200'.

perform bdc_field using 'BDC_CURSOR'

'RIPW0-SERNR(07)'.

perform bdc_field using 'BDC_OKCODE'

'=RWS'.

please help me.