cancel
Showing results for 
Search instead for 
Did you mean: 

BDC for PA30 (Position Vacancy Popup)

Former Member
0 Kudos

Hi Experts,

I m developing BDC for PA30 for data upload.while running PA30 manually , popup for Position Vacancy is displayed after saving infotype 0001.But while processing the batch input in foregroung the popup is not displayed.


  perform bdc_dynpro      using 'SAPLRHOV' '0100'.
  perform bdc_field       using 'BDC_CURSOR'
                                'P1007-BEGDA'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=CONT'.
  perform bdc_field       using 'P1007-BEGDA'
                                '31.12.2006'.

Popup for above mentioned code is not displayed

please help me.

Regards

Harpreet Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Harpeet,

Check your recording for BDC, whether you have confirmed the Information message or not.

Good Luck

Om