2008 Dec 24 2:43 AM
hi to all experts,
i have done recording for the transaction iw31 im getting an error no batch input data for the screen 0100 what might be the reason for this error.
report ZTEST_BDC_PRF_SEG_IW32
no standard page heading line-size 255.
include bdcrecx1.
start-of-selection.
perform open_group.
perform bdc_dynpro using 'SAPLCOIH' '0101'.
perform bdc_field using 'BDC_CURSOR'
'CAUFVD-AUFNR'.
perform bdc_field using 'BDC_OKCODE'
'=IHKZ'.
perform bdc_field using 'CAUFVD-AUFNR'
'1000961'.
perform bdc_dynpro using 'SAPLCOIH' '3000'.
perform bdc_field using 'BDC_OKCODE'
'=KOBK'.
perform bdc_field using 'CAUFVD-INGPR'
'06'.
perform bdc_field using 'CAUFVD-VAPLZ'
'SERVICE'.
perform bdc_field using 'CAUFVD-VAWRK'
'1000'.
perform bdc_field using 'CAUFVD-GSTRP'
'22.12.2008'.
perform bdc_field using 'CAUFVD-GLTRP'
'22.12.2008'.
perform bdc_field using 'AFVGD-LTXA1'
'a/c not cold'.
perform bdc_field using 'AFVGD-INDET'
'1'.
perform bdc_field using 'AFVGD-ARBPL'
'SERVICE'.
perform bdc_field using 'AFVGD-WERKS'
'1000'.
perform bdc_field using 'AFVGD-STEUS'
'SM01'.
perform bdc_field using 'AFVGD-ARBEH'
'H'.
perform bdc_field using 'AFVGD-DAUNE'
'H'.
perform bdc_field using 'BDC_CURSOR'
'PMSDO-MATNR'.
perform bdc_dynpro using 'SAPLKOBS' '0130'.
perform bdc_field using 'BDC_CURSOR'
'DKOBR-EMPGE(01)'.
perform bdc_field using 'BDC_OKCODE'
'=DETA'.
perform bdc_dynpro using 'SAPLKOBS' '0100'.
perform bdc_field using 'BDC_OKCODE'
'=COBL_XERGO'.
perform bdc_field using 'COBRB-EXTNR'
'3'.
perform bdc_field using 'COBRB-PERBZ'
'FUL'.
perform bdc_field using 'COBRB-PROZS'
'100.00'.
perform bdc_field using 'BDC_CURSOR'
'COBL-KOSTL'.
perform bdc_dynpro using 'SAPLKEAK' '0300'.
perform bdc_field using 'BDC_CURSOR'
'RKEAK-FIELD(02)'.
perform bdc_field using 'BDC_OKCODE'
'/00'.
perform bdc_dynpro using 'SAPLKEAK' '0300'.
perform bdc_field using 'BDC_CURSOR'
'RKEAK-FIELD(01)'.
perform bdc_field using 'BDC_OKCODE'
'/00'.
perform bdc_dynpro using 'SAPLKEAK' '0300'.
perform bdc_field using 'BDC_CURSOR'
'RKEAK-FIELD(01)'.
perform bdc_field using 'BDC_OKCODE'
'/00'.
perform bdc_dynpro using 'SAPMSSY0' '0120'.
perform bdc_field using 'BDC_CURSOR'
'05/11'.
perform bdc_field using 'BDC_OKCODE'
'=PICK'.
perform bdc_dynpro using 'SAPLKEAK' '0300'.
perform bdc_field using 'BDC_CURSOR'
'RKEAK-FIELD(01)'.
perform bdc_field using 'BDC_OKCODE'
'=WEIT'.
perform bdc_field using 'RKEAK-FIELD(01)'
'0074621'.
perform bdc_dynpro using 'SAPLKOBS' '0100'.
perform bdc_field using 'BDC_OKCODE'
'=BACK'.
perform bdc_field using 'COBRB-EXTNR'
'3'.
perform bdc_field using 'COBRB-PERBZ'
'FUL'.
perform bdc_field using 'COBRB-PROZS'
'100.00'.
perform bdc_field using 'BDC_CURSOR'
'COBL-KOSTL'.
perform bdc_dynpro using 'SAPLKOBS' '0130'.
perform bdc_field using 'BDC_CURSOR'
'COBRB-KONTY(01)'.
perform bdc_field using 'BDC_OKCODE'
'=BACK'.
perform bdc_dynpro using 'SAPLCOIH' '3000'.
perform bdc_field using 'BDC_OKCODE'
'=BU'.
perform bdc_field using 'CAUFVD-INGPR'
'06'.
perform bdc_field using 'CAUFVD-VAPLZ'
'SERVICE'.
perform bdc_field using 'CAUFVD-VAWRK'
'1000'.
perform bdc_field using 'CAUFVD-GSTRP'
'22.12.2008'.
perform bdc_field using 'CAUFVD-GLTRP'
'22.12.2008'.
perform bdc_field using 'AFVGD-LTXA1'
'a/c not cold'.
perform bdc_field using 'AFVGD-INDET'
'1'.
perform bdc_field using 'AFVGD-ARBPL'
'SERVICE'.
perform bdc_field using 'AFVGD-WERKS'
'1000'.
perform bdc_field using 'AFVGD-STEUS'
'SM01'.
perform bdc_field using 'AFVGD-ARBEH'
'H'.
perform bdc_field using 'AFVGD-DAUNE'
'H'.
perform bdc_field using 'BDC_CURSOR'
'PMSDO-MATNR'.
perform bdc_transaction using 'IW32'.
perform close_group.
2008 Dec 24 2:51 AM
You are the not the first person who made a mistake in recording.
See=> [how many|https://www.sdn.sap.com/irj/scn/advancedsearch?query=nobatchinputdataforthescreen&cat=sdn_all] were stuck on the same issue.
The error is you record the wrong screen or field. you can process the session in sm35 screen by screen, and can get what the problem is.
2008 Dec 24 2:51 AM
You are the not the first person who made a mistake in recording.
See=> [how many|https://www.sdn.sap.com/irj/scn/advancedsearch?query=nobatchinputdataforthescreen&cat=sdn_all] were stuck on the same issue.
2008 Dec 24 2:53 AM
The error is you record the wrong screen or field. you can process the session in sm35 screen by screen, and can get what the problem is.
2008 Dec 24 3:00 AM
2008 Dec 24 3:05 AM
2008 Dec 24 3:14 AM
the bdc is running well in foreground and when i run it background im getting the error
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |