2009 Jan 16 1:07 PM
i am using bdc for uploading data . i am all ready write the code and its working fine in DEV and QAV . but the problem is in PRD is the additional data screen is not coming .. its coming like a empty screen . the fleads are not showing .. error is coming like ' the corser filed is not in this screen and fileads are also not in this screen' . please give the solution for uploading the data ...
2009 Jan 16 2:40 PM
you check your code
PERFORM bdc_dynpro USING 'SAPLCLMO' '0100'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-CLASS'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=DOKM'.
PERFORM bdc_field USING 'RMCLM-CLASS'
wa_unit-class.
PERFORM bdc_field USING 'RMCLM-KLART'
wa_unit-klart.
PERFORM bdc_dynpro USING 'SAPLCLMO' '0100'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-CLASS'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=DOKM'.
PERFORM bdc_dynpro USING 'SAPLCLMO' '7777'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=SAVE'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-KDOKAZ'.
PERFORM bdc_field USING 'RMCLM-DOKNR'
wa_unit-doknr.
PERFORM bdc_field USING 'RMCLM-DOKAR'
wa_unit-dokar.
PERFORM bdc_field USING 'RMCLM-DOKTL'
wa_unit-doktl.
PERFORM bdc_field USING 'RMCLM-DOKVR'
wa_unit-dokvr.
PERFORM bdc_field USING 'RMCLM-KDOKAZ'
wa_unit-kdokaz.
i am using bdc for uploading data . i am all ready write the code and its working fine in DEV and QAV . but the problem is in PRD is the additional data screen is not coming .. its coming like a empty screen . the fleads are not showing .. error is coming like ' the corser filed is not in this screen and fileads are also not in this screen' . please give the solution for uploading the data ...
2009 Jan 16 2:40 PM
you check your code
PERFORM bdc_dynpro USING 'SAPLCLMO' '0100'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-CLASS'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=DOKM'.
PERFORM bdc_field USING 'RMCLM-CLASS'
wa_unit-class.
PERFORM bdc_field USING 'RMCLM-KLART'
wa_unit-klart.
PERFORM bdc_dynpro USING 'SAPLCLMO' '0100'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-CLASS'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=DOKM'.
PERFORM bdc_dynpro USING 'SAPLCLMO' '7777'.
PERFORM bdc_field USING 'BDC_OKCODE'
'=SAVE'.
PERFORM bdc_field USING 'BDC_CURSOR'
'RMCLM-KDOKAZ'.
PERFORM bdc_field USING 'RMCLM-DOKNR'
wa_unit-doknr.
PERFORM bdc_field USING 'RMCLM-DOKAR'
wa_unit-dokar.
PERFORM bdc_field USING 'RMCLM-DOKTL'
wa_unit-doktl.
PERFORM bdc_field USING 'RMCLM-DOKVR'
wa_unit-dokvr.
PERFORM bdc_field USING 'RMCLM-KDOKAZ'
wa_unit-kdokaz.