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.