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

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

former_member650792
Participant
0 Likes
705

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.

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.

4 REPLIES 4
Read only

JL23
Active Contributor
0 Likes
669

why do you need to record MB1C? SAP has a standard batch input for movements: RM07MMBL

Read only

JL23
Active Contributor
0 Likes
669

instead of page down, you should choose from menu EDIT > new items

Read only

0 Likes
669

when entering serial number no chance to go to menu options.

Read only

JL23
Active Contributor
0 Likes
669

sorry I missed this part with the serial numbers, I thought you were in the item overview.