2010 May 19 11:32 AM
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.
2010 May 19 12:01 PM
why do you need to record MB1C? SAP has a standard batch input for movements: RM07MMBL
2010 May 19 12:04 PM
instead of page down, you should choose from menu EDIT > new items
2010 May 19 1:10 PM
2010 May 19 8:28 PM
sorry I missed this part with the serial numbers, I thought you were in the item overview.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |